How to Wget files form FTP to another server recursively
Dec 04
easy
so this code …
wget:
download to ./tmp2 dir
from ftp /foldername dir
20 – dir length from main url
1 | wget -r -l20 -P./tmp2 ftp://login:pas@servername/foldername |
Dec 04
easy
so this code …
wget:
download to ./tmp2 dir
from ftp /foldername dir
20 – dir length from main url
1 | wget -r -l20 -P./tmp2 ftp://login:pas@servername/foldername |