maknet Posted April 12, 2012 Share Posted April 12, 2012 Ever since v5, i seem to be having some difficulties with the automated FTP backup. The activity log reports: Cron Job: Daily FTP Backup - Login Failed I have tried two separate FTP servers to backup, but they both don't work. I can manually FTP in from the web-server. Anyone have any ideas on the next debugging step? Is there a PHP module that is required, that would allow FTP? Maybe that part is error'g? Any help here is appreciated. Thanks, Lawrence 0 Quote Link to comment Share on other sites More sharing options...
maknet Posted April 13, 2012 Author Share Posted April 13, 2012 Figured out the issue. The server was locked down for security. The following functions were disabled. Once i re-enabled them all, it seemed to work. (I don't know which specific functions are used in the backup module). ftp_connect, ftp_exec, ftp_login, ftp_get, ftp_nb_fput, ftp_put, ftp_raw, ftp_rawlist, fput 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.