Question:
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
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.
Thanks cdllvj130...
Can u provide the links for the examples.
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.