Backup Error upload

DRKT

Verified User
Joined
Oct 8, 2003
Messages
201
Hi,

Since I made the update with the version 1.232 my schedules of backup causes an error now.

-----------------
User domain has been backed up.

Warning: ftp_put(): php_connect_nonb() failed: Connection refused (111)
in - on line 35

Warning: ftp_put(): Type set to I. in - on line 35
Error while uploading domain.tar.gz
-----------------

thanks!
 
Hey i got the same problem with you!! I can sure that the backup function is fine before update to the latest version. :(
 
Hello,

Edit: /usr/local/directadmin/scripts/ftp_upload.php

change:

$use_pasv = true;

to

$use_pasv = false;


For the next release, I'll have to get the script to try one, then do the other if it fails, because we've got people who have it fail for either case, so we just can't win ;)

John
 
Hi!

I made the changes. But I always have an error:

--------------------------------------
User domain1 has been backed up.
Error while uploading domain1.tar.gz

User domain2 has been backed up.
Error while uploading domain2.tar.gz
....
--------------------------------------

Thanks!!
 
Back
Top