Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
+1 vote
178 views
in Java FTP by
There's a method called setParallelMode in SSHFTPClient. What does it do?

1 Answer

0 votes
by (51.2k points)
It allows the SFTP client to send batch upload requests so that instead of sending one request and waiting for the response before sending another one, it sends a set of requests all at once and processes them as they arrive, sending another request for each response.

Categories

...