gshell icon indicating copy to clipboard operation
gshell copied to clipboard

[feature request] Can we add `--continue` to resume from partially-downloaded file using gshell?

Open avatar-lavventura opened this issue 4 years ago • 0 comments

My main question is can gshell continue downloading from where it left off like gdown does?

In order to download a large file from Google Drive, would it be possible to use gdown's solution inside gshell in order to download large data file?


Example approach is done in curl (https://stackoverflow.com/a/47343997/2402577) and gdown with-resume.

Use "-C -" to tell curl to automatically find out where/how to resume the transfer. It then uses the given output/input files to figure that out.

avatar-lavventura avatar Nov 11 '21 19:11 avatar-lavventura