PDA

View Full Version : Admin backup ftp problems



Mr. Jinx
07-18-2010, 09:09 AM
I'm using the 'Admin Backup/Transfer' feature to schedule daily backups.
These bacukps should be automaticly FTP-ed to another server.

However, the destinationserver doesn't handle passive FTP transfers very well. It just stops. If I manually upload files with passive off, it works great.

So is there a way to force the admin backup to use active ftp instead of passive?

Mr. Jinx
07-20-2010, 03:22 AM
..or where do I find the scripts that start de adminbackups?
Maybe this can be modified to disable passive?

floyd
07-20-2010, 06:40 AM
http://help.directadmin.com/item.php?id=111

Mr. Jinx
07-20-2010, 10:22 AM
Thanks!
Adding the '-E' paramter (force active) to the ncftp script did the trick.