Tuesday, 2 December 2014

FTP over wget

You can use below script to download files to your server using wget


ftp://wget -r –ftp-user=”your username” –ftp-password=your password [ftp]ftp://serverurl

No comments:

Post a Comment