Ftp backup cant work

nabbello

Verified User
Joined
Dec 4, 2014
Messages
15
Hello guys, i need your help. I just cron a ftp backup to a external ftp service, all days.
But i have this error. I use csf firewall and already opened ftp passive port 30000:36000.

Data connection timed out.
Data connection timed out.
Data connection timed out.
Falling back to PORT instead of PASV mode.
Transfer failed. Check the path value. (error=3)
FTP information invalid.

What can i do?

Thanks
 
i added in both.

this is a little log

User admin has been backed up. <5:00:01>
ftp_upload.php exit code: 3
ftp_upload.php output: connect failed: Connection timed out.
connect failed: Connection timed out.
connect failed: Connection timed out.
Falling back to PORT instead of PASV mode.
ncftpput /home/tmp/admin/admin.root.admin.tar.gz: PORT failed.
ncftpput return code: 3
<5:03:11>
User censured1 has been backed up. <5:04:19>
User censured2 has been backed up. <5:04:40>
ftp_upload.php exit code: 3
ftp_upload.php output: connect failed: Connection timed out.
connect failed: Connection timed out.
connect failed: Connection timed out.
Falling back to PORT instead of PASV mode.
ncftpput /home/tmp/admin/user.admin.corrosio.tar.gz: PORT failed.
ncftpput return code: 3
 
Last edited:
i have external backup ftp server, only ftp service, i just reinstalled csf now but still i got this error
 
If CSF blocks connections you should see in logs what ports it blocks. So what dmesg (or system log) shows if you grep it against your remote server ip?
 
Back
Top