Since the latest update, I've been unable to connect to my FTP repository through the Panel.
Here are the steps I can see on the FTP server:
What I've tried:
http://forum.parallels.com/showthread.php?287891-Backup-works-only-local-no-ftp-(11-0-9-amp-11-5-29)&p=691083&viewfull=1#post691083
But this doesn't allow a connection. I'm confident the password is correct (I can connect through any other FTP client, and the Panel connects successfully):
Here are the steps I can see on the FTP server:
- check0 directory is created
- 'test' file is uploaded
- 'test' file is deleted
Code:
Error: FTP connection failed, please check your FTP settings.
Repository error: Transport error: unable to delete directory: Curl error: Quote command returned error
What I've tried:
http://forum.parallels.com/showthread.php?287891-Backup-works-only-local-no-ftp-(11-0-9-amp-11-5-29)&p=691083&viewfull=1#post691083
Code:
SET DUMP_STORAGE_PASSWD=mypassword
"%plesk_bin%\pmm-ras.exe" --check-repository --dump-storage ftp://username@74.81.76.195--debug --verbose
But this doesn't allow a connection. I'm confident the password is correct (I can connect through any other FTP client, and the Panel connects successfully):
Code:
[2013-09-07 11:40:10.234|10144] INFO: pmm-ras started : "C:\Program Files (x86)\Parallels\Plesk\admin\bin\pmm-ras.exe" --check-repository --dump-storage ftp://username@74.81.76.195 --debug --verbose
[2013-09-07 11:40:10.284|10144] INFO: Repository 'ftp://74.81.76.195': Initializing...
[2013-09-07 11:40:10.298|10144] INFO: Transport: Get repository transport ftp://74.81.76.195
[2013-09-07 11:40:10.313|10144] INFO: Transport: Init credentials for user 'username'
[2013-09-07 11:40:10.667|10144] INFO: Repository 'ftp://74.81.76.195': Initialized
[2013-09-07 11:40:10.685|10144] INFO: Transport: List dir /
[2013-09-07 11:40:10.694|10144] INFO: Ftp init url ftp://74.81.76.195/
[2013-09-07 11:40:10.705|10144] INFO: Created temp file: C:\Program Files (x86)\Parallels\Plesk\PrivateTemp/repo_transport_tmp_01ceabe0896e3c10
[2013-09-07 11:40:10.724|10144] INFO: Ftp list dir
[2013-09-07 11:40:11.169|10144] INFO: Curl output :
[2013-09-07 11:40:11.173|10144] INFO: * About to connect() to 74.81.76.195 port 21 (#0)
[2013-09-07 11:40:11.183|10144] INFO: * Trying 74.81.76.195... * connected
[2013-09-07 11:40:11.190|10144] INFO: * Connected to 74.81.76.195 (74.81.76.195) port 21 (#0)
[2013-09-07 11:40:11.202|10144] INFO: < 220---------- Welcome to CloudFTP ----------
[2013-09-07 11:40:11.210|10144] INFO: < 220-Local time is now 15:41. Server port: 21.
[2013-09-07 11:40:11.221|10144] INFO: < 220-This is a private system - No anonymous login
[2013-09-07 11:40:11.233|10144] INFO: < 220 You will be disconnected after 3 minutes of inactivity.
[2013-09-07 11:40:11.250|10144] INFO: > USER username
[2013-09-07 11:40:11.254|10144] INFO: < 331 OK. Need password
[2013-09-07 11:40:11.261|10144] INFO: < 421 Login or Password incorrect.
[2013-09-07 11:40:11.268|10144] INFO: * Access denied: 421
[2013-09-07 11:40:11.276|10144] INFO: * Closing connection #0
[2013-09-07 11:40:11.283|10144] INFO: * Login denied
[2013-09-07 11:40:11.289|10144] INFO:
[2013-09-07 11:40:11.293|10144] INFO: Curl error (67) : Login denied
[2013-09-07 11:40:11.330|10144] INFO: CurlError[bb0685a4-66b9-47ce-bbdd-501dab1f4bf8]: Curl error: Login denied [..\..\..\..\..\common\plesk-utils\PMM\repository-transport\ftp.cpp:457]
plesk::tFtpConnection::List
Repository error: Transport error: unable to list directory: Curl error: Login denied
[2013-09-07 11:40:11.381|10144] INFO: pmm-ras finished. Exit code: 1