Multiple file upload and download in SFTP #1036
betacat2048
started this conversation in
Ideas
Replies: 1 comment
-
You're right I need to improve batch uploads and downloads : #205 About your high-latency trouble : any error thrown? or just hang? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When synchronizing cloud servers, I often need to upload or download multiple files.
Therefore, it is hoped that additional batch download options can be added to download multiple files at the same time.
Although currently WebSSH can select multiple files at the same time when uploading, its success seems to be highly dependent on a low-latency network or a direct SSH connection? In my use, once port forwarding is enabled and there is a certain network delay, there is a high probability that the upload will be interrupted after the first file transfer is completed. Therefore, I hope to add an automatic breakpoint resume function.
Beta Was this translation helpful? Give feedback.
All reactions