Page 1 of 1

use 'wget' command to retrieve files from a ftp server

Posted: Fri Feb 03, 2012 7:59 pm
by esky-sh

Code: Select all

wget ftp://aaa%40esky-sh.com:bbb@ftp.esky-sh.com/MrPec20120202/*.bz2
         aaa%40esky-sh.com --- aaa@esky.com --- user name
         bbb               --- bbb          --- password

Re: use 'wget' command to retrieve files from a ftp server

Posted: Sat Feb 04, 2012 12:22 am
by MrPec
thats great, especially if you have a headless buildserver...