Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speeding up download file - segmented download file #30

Open
regis-leray opened this issue Jan 29, 2020 · 0 comments
Open

speeding up download file - segmented download file #30

regis-leray opened this issue Jan 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@regis-leray
Copy link
Member

Problem

current download is not using the full capacity of the connection. Since FTP dont provide multi connection/channel for a single file, we cannot download at full speed.

solution

We can replicate this Segmented download file, by opening multi connection and only read a part of the file by offset. Some tools already provide this ability like cyberduck (macOs FTP client)

Screen Shot 2020-01-29 at 2 20 37 PM

@regis-leray regis-leray added the enhancement New feature or request label Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant