• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

FTP backup error

TaskSoftware

New Pleskian
Im trying to do a backup of a vhost to an external FTP server, but im getting an error.
I used the following command:

Code:
pleskbackup.exe --domains-name "domain.com" --ftp-server server.com --ftp-login ftpuser --ftp-password pass --ftp-passive-mode --only-hosting -v

The error Im getting (extracted from psadump.log):

4920: Debug 21/05/2013 15:16:57.901 : Curl output :
4920: Debug 21/05/2013 15:16:57.901 : * About to connect() to server.com port 21 (#0)
4920: Debug 21/05/2013 15:16:57.901 : * Trying 1.1.1.1... * connected
4920: Debug 21/05/2013 15:16:57.901 : * Connected to server.com (1.1.1.1) port 21 (#0)
4920: Debug 21/05/2013 15:16:57.901 : < 220 ProFTPD 1.3.4a Server (backup server) [::ffff:1.1.1.1]
4920: Debug 21/05/2013 15:16:57.901 : > USER ftpuser
4920: Debug 21/05/2013 15:16:57.901 : < 331 Password required for ftpuser
4920: Debug 21/05/2013 15:16:57.901 : > PASS pass
4920: Debug 21/05/2013 15:16:57.901 : < 230 User ftpuser logged in
4920: Debug 21/05/2013 15:16:57.901 : > PWD
4920: Debug 21/05/2013 15:16:57.901 : < 257 "/" is the current directory
4920: Debug 21/05/2013 15:16:57.901 : * Entry path is '/'
4920: Debug 21/05/2013 15:16:57.901 : > PORT x,x,x,x,x
4920: Debug 21/05/2013 15:16:57.901 : < 200 PORT command successful
4920: Debug 21/05/2013 15:16:57.901 : * Connect data stream actively
4920: Debug 21/05/2013 15:16:57.901 : > TYPE I
4920: Debug 21/05/2013 15:16:57.901 : < 200 Type set to I
4920: Debug 21/05/2013 15:16:57.901 : > STOR backup_domain.com_1305211514.zip
4920: Debug 21/05/2013 15:16:57.901 : < 425 Unable to build data connection: Connection timed out
4920: Debug 21/05/2013 15:16:57.901 : * Failed FTP upload: 425
4920: Debug 21/05/2013 15:16:57.901 : * Remembering we are in dir "/"
4920: Debug 21/05/2013 15:16:57.901 : * Uploaded unaligned file size (0 out of 114284 bytes)
4920: Debug 21/05/2013 15:16:57.917 : * Connection #0 to host server.com left intact
4920: Debug 21/05/2013 15:16:57.917 : * Upload failed (at start/before it took off)
4920: Debug 21/05/2013 15:16:57.917 :
4920: Debug 21/05/2013 15:16:57.917 : Curl error (25) : Upload failed (at start/before it took off)
4920: Debug 21/05/2013 15:16:57.948 : CurlError[38cb768c-9c7f-4dfd-a32d-25c4455d1802]: Curl error: Upload failed (at start/before it took off) [.\ftp.cpp:613]
plesk::tFtpConnection::CheckCurlRes
4920: Debug 21/05/2013 15:16:57.948 : Error: Transport error: unable to put local file C:/Program Files (x86)/Parallels/Plesk/PrivateTemp/repo_transport_tmp_01ce564f14988cb0/backup_domain.com_1305211514.zip to backup_domain.com_1305211514.zip: Curl error: Upload failed (at start/before it took off)
 
Last edited:
Back
Top