Hi, On Thu, Sep 18, 2003 at 01:31:35PM +0200, Thijs Thiessens wrote: > Hey! > > How can I mirror a small ftp location using wget? I want to sync the ftp > location with a local location. Or is it better to use another program?
man wget is your friend. hint: wget -np -m ftp://your.server.com/location/ -- Ryan Underwood, <nemesis at icequake.net>, icq=10317253
