circulosmeos / gdown.pl

Google Drive direct download of big files
https://circulosmeos.wordpress.com/2014/04/12/google-drive-direct-download-of-big-files
GNU General Public License v3.0
937 stars 196 forks source link

the process can't stop #9

Closed iris0329 closed 5 years ago

iris0329 commented 5 years ago

when running ./gdown, if I input ctrl+c , the downloading process can't stop, I must kill process, is there any other solution?

circulosmeos commented 5 years ago

Are you using linux or Windows? I can't reproduce the problem in linux, for me Ctrl+C works. In Windows it's true that wget doesn't seem to get the signal, and the only option is to close the terminal, but this is something that the script cannot solve...

circulosmeos commented 5 years ago

Please, test the new script here v2.0 where I think I've patched this behaviour. Post any problems here, thanks!

circulosmeos commented 5 years ago

This problem seems very dependant on wget version. Wget v1.17 at least is advised.