• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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