Wednesday, February 16, 2011

using wget to get folder and contents over ftp FAST

/usr/local/bin/wget -r -nH ftp://user:password@host//tmp/folder1

results in tmp/folder1 and contents in current directory

No comments: