I am trying to make a simple script in order to create automatic FTP backups reading domain, user and password from a CSV. I am using Wget command like this, and if i launch it from console, it works out of the box: wget -r -P ./directory ftp://domain.com --ftp-user=myuser --ftp-password=mypassword The problem occurs when i […]
The post Parametrized Wget FTP recursive download appeared first on BlogoSfera.