wodftpDLX .NET - FTP SSL with data PutFile issue - WeOnlyDo Discussion board

wodftpDLX .NET - FTP SSL with data PutFile issue (wodSFTP / wodSFTP.NET / wodSFTPdll)

by lmartin, Wednesday, October 07, 2009, 17:13 (5309 days ago)

Hi,

I am not able to perform an upload on a ftp site using FPT SSL with data encrypted.

I'm using the ProgessEvent, FtpReplyEvent and DoneEvent to trace the transfert, and it's seems to work (all the message indicates that the transfert is successful).
But on the remote server there is an exception Transfert Aborted ...

The strange thing, is that downloads works perfectly.

Does anybody have an idea?

Thanks,

Ludovic

Re: wodftpDLX .NET - FTP SSL with data PutFile iss

by wodDamir, Wednesday, October 07, 2009, 17:24 (5309 days ago) @ lmartin

Ludovic,

Are you able to upload a file using any other client using same protocol?

Can you please check which version of the component you use? You can do so by checking Version property.

Also, if you list directory after the upload, is file uploaded?

Regards,
Damba

Re: wodftpDLX .NET - FTP SSL with data PutFile iss

by lmartin, Wednesday, October 07, 2009, 18:11 (5309 days ago) @ wodDamir

The upload works fine with Filezilla.
I'm using the Version : 1.4.7.164

The file does not appear (i'm using ListNames method with ListItemsEvent) on the ftp server after upload...

Thank you

Ludovic

Re: wodftpDLX .NET - FTP SSL with data PutFile iss

by wodDamir, Wednesday, October 07, 2009, 18:44 (5309 days ago) @ lmartin

Ludovic,

Can you please try the latest version? Does same occur with it?

If so, can you please check which server you are connecting to? You can do so by doing telnet your_host 21 from command prompt, and checking what the first line returns.

Also, is there any chance we could connect and duplicate this on our side? If so, you can send us login info to techsupport@weonlydo.com

regards,
Damba

Re: wodftpDLX .NET - FTP SSL with data PutFile iss

by lmartin, Thursday, October 08, 2009, 15:22 (5308 days ago) @ wodDamir

Hi Damba,

I have downloaded the latest version and it seems to work now.

I have also added a small delay after the upload and before disconnect from the server, but I don't know if this has something to do with it.

Thank you for your help,

Ludovic