0 votes
by (630 points)

My rebex SFTP client needs to send a file to multiple SFTP servers simultaneously. Should I loop to do it (or) any better way of doing it?

1 Answer

0 votes
by (144k points)

You can easily create multiple instances of Sftp object and run the uploads as background operations using the asynchronous API.

...