nextcloud_share_url_downloader
nextcloud_share_url_downloader copied to clipboard
continue downloads
trafficstars
Hey Gert,
Super useful script! Thanks!
One suggested addition - i had a download crash not long before finishing - instead of this script stopping if a file exists - you could also add -C - to the curl command line and it continues the download - saves a lot of time.
M
Hey Mark,
Glad you liked the script.
I added the -C - to curl.
Great!!
now - one more minor comment - you probably should also remove the check whether the output file exists - otherwise it will exit before the curl -c - starts...
thanks!
M
Fixed.
It now also will ask what to do when a file was already downloaded:
Do you want to (R)esume or re(S)tart the download or (C)ancel?