• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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