• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Personal Backup FTP Repositories - using SFTP

sharulhafiz

Basic Pleskian
Hi. I have an SFTP account from other server, but trying to use that with Plesk were not successful.
I use this ip in FTP server hostname or IP:

161.xxx.xxx.xxx:22

but it says "Transport error: unable to list directory: Curl error: Failure when receiving data from the peer"

Please help

Click for large view - Uploaded with Skitch
 
  1. Go through the following checklist:
    • Make sure that FTP repository server is up and running during the creation of the backup.
    • Check that firewall allows connections to TCP port 21 (iptables -L -n).
    • Make sure that file /etc/hosts.deny (TCPD wrappers) does not block access to TCP port 21 for your FTP host.
    • Connect from Plesk server to FTP server with FTP user credentials and try to upload backup manually:

      # ftp [email protected]
      ftp> lpwd
      ftp> cd pub
      ftp> put backup.tgz
      ftp> bye

  2. When stuck on a particular step of the checklist above, check log of remote FTP server and fix the issue.
 
Back
Top