Applicable to:
- Plesk for Linux
Symptoms
-
When creating or restoring a backup, the message sent to the Plesk administrator with the following error:
PLESK_ERROR: The following error occurred during the scheduled backup process: Transport error: unable to list directory: Curl error (67) Login denied: Last FTP request: ***** Last FTP response: 530 bad login.
-
The following errors occur during a scheduled backup in
/usr/local/psa/PMM/logs/migration.log
:CONFIG_TEXT: INFO: Unable to get backup info from dump header: Curl error: (67) Login denied: Last FTP request: PASS *****: Last FTP response: 530 bad login
-
Backup is still completed successfully as the login was possible after several failed login attempts.
Cause
Connection issues on a remote FTP server.
Resolution
Check logs on a remote FTP server to resolve a connection issue.
Comments
2 comments
No Login / password problem on the FTP.
The backups went well until February 1, when the last Obsedian update was made.
When I connect in SSH, the only way to access the remote FTP server is the following command: curl -v --ftp-pasv --no-ftp-skip-pasv-ip -u username 'ftp: // backup- server /// '.
You must add "--no-ftp-skip-pasv-ip" to connect.
How to add this option in Plesk Obsedian? Thank you.
Below is the error observed since the February update :
Transport error: unable to list directory: Curl error: (7) Couldn't connect to server: Last FTP request: PASV Last FTP response: 227 Entering Passive Mode (62,210,18,27,249,185) Assurez-vous d'avoir saisi les paramètres de stockage exacts. Vous pouvez vérifier indépendamment à l'aide de la commande : curl -v --ftp-pasv -u username 'ftp://backup-server///
Please sign in to leave a comment.