Ils ne testent pas forcement la valeur de Connect() mais ils l'utilisent pour se connecter :
1 2
| Dim ftpClient As FtpClientConnection = New FtpClientConnection(ftpCm.AcquireConnection(Nothing))
ftpClient.Connect() |
Et d'après la doc :
true if the connection is established. false if the connection was not established.
Du coup j'essaye de d'utiliser le composant FTP Task, il se connecte bien au ftp mais il n'arrive pas à trouver le fichier local (alors que le fichier existe bel est bien)
[FTP Task] Error: For the FTP operation "Send", the FILE connection manager "C:\xxx\xxx.csv" can not be found.
alors que c'est le bon nom de fichier, le bon chemin (tout est variablilisé et j'utilise un delay pour la tache)
Partager