wget order

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
woflux
Posts: 22
Joined: Tue 11 Sep 2012, 16:03

wget order

#1 Post 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

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#2 Post by trapster »

Code: Select all

wget -N
From

Code: Select all

wget --help
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

Post Reply