home

Quickies, by Andrea Olivato

text

Recursively download a #Ftp tree via #Wget

This shows how to download recursively a complete ftp tree using wget command line tool

wget -r 'ftp://USER:PASS@HOST/PATH'

2 years ago

December 30, 2009
Comments (View)
blog comments powered by Disqus