Quantcast
Channel: Downloading images from ftp site using wget - Super User
Browsing all 4 articles
Browse latest View live

Answer by Synetech for Downloading images from ftp site using wget

If you want to use WGET, try using the A switch to specify the accepted file extensions: wget -r --accept=jpg,gif,png ftp://user:password@ftp.foobar.com/blah/*

View Article



Answer by Stephen for Downloading images from ftp site using wget

Somebody suggested to me to use lftp command (http://lftp.yar.ru/lftp-man.html) like this: lftp -c 'open ftp.server.com; user username password; mirror -e --only-missing images .; quit' Seems to work...

View Article

Answer by rems for Downloading images from ftp site using wget

You could try also ncftpget from the ncftp package. See http://www.ncftp.com/ but try to install a ncftp package for your distro. From "man ncftpget" -R Recursive mode; copy whole directory trees. You...

View Article

Downloading images from ftp site using wget

I'm trying to set up a script that will synchronise all images in a remote FTP directory with a local directory that I can run on a regular basis to make sure I have all new images added to the remote...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images