Page 1 of 1

wget order

Posted: Sun 17 Feb 2013, 20:59
by woflux
Hello, I'm using wget to download many files from an ftp server but when I restart it loses lot of time skipping all downloaded files, can I make it starting download from the latest file on the ftp server or other solutions ?

thank you

Posted: Mon 18 Feb 2013, 00:30
by trapster

Code: Select all

wget -N
From

Code: Select all

wget --help