Archived Forum Post

Index of archived forum posts

Question:

How to know asynchronous upload / download completed successfully

Feb 18 '15 at 09:40

I need to uploaded / downloaded set of files to and from SFTP location asynchronously.Kindly share code to transfer files asynchronously also how to identify that each uploaded / downloaded completed successfully in asynchronous mode.

Thanks prasath


Answer

ftp1 = new object ftp2 = new object ftp3 = new object ftp4 = new object ... etc and etc.

There are methods to start upload/download,

and you use the methods to monitor the objects for completion.

there are examples that show how to do this.


Answer

Thanks cdllvj130...

Can u provide the links for the examples.


Answer

http://www.example-code.com/perl/ftp.asp

It looks as though you cannot do this with sftp.

This is for perl, but top line has all the other languages.