nextcloud_share_url_downloader icon indicating copy to clipboard operation
nextcloud_share_url_downloader copied to clipboard

continue downloads

Open mfiers opened this issue 5 years ago • 3 comments
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

mfiers avatar Nov 26 '19 11:11 mfiers

Hey Mark,

Glad you liked the script.

I added the -C - to curl.

ghuls avatar Nov 26 '19 14:11 ghuls

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

mfiers avatar Nov 26 '19 14:11 mfiers

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?

ghuls avatar Nov 29 '19 15:11 ghuls