gshell
gshell copied to clipboard
[feature request] Can we add `--continue` to resume from partially-downloaded file using gshell?
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.