dleehr/DLSFTPClient

Is This Library multithreaded

Closed this issue · 2 comments

Hi Dan,

Can we upload multiple files at at time? Also can multiple simultaneous requests possible - like upload with delete, rename, get directory etc

Thanks,
-Mohammad Sadiq

Yes it is possible, by creating multiple connections. Thanks

Yeah that's what I do - I use one connection for listing files and another for transfers.