Backup troubles

simmer

Verified User
Joined
May 14, 2009
Messages
10
Hello,

In the past i used the -E switch in the ftp_upload script the force a active(PORT) connection to make a backup to my NAS at home.

Code:
$FTPPUT -f $CFG -V -t 25 -E -P $PORT -m "$ftp_path" "$ftp_local_file" 2>&1

Today i tried the same, but it is not working. Any idea why this is?

Greetings,

Simmer
 
Last edited:
If you are using ncftp then it says it does support -E.

-E Use regular (PORT) data connections.

You might want to check the logs or try debug mode http://help.directadmin.com/item.php?id=293

Thank you! Why didn't i think of this :)

Turns out that you need to add the -E to ftp_list.php(since v1.42) too..

Is it possible to make this an skin option in a future release, so you can choose between passive and active?
 
Last edited:
Back
Top