• 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.

Resolved Can't access remote ftp backup storage

dgarcia90

Basic Pleskian
Server operating system version
Ubuntu 20.04 LTS
Plesk version and microupdate number
18.0.47
Hello everyone, I have my server's backup on a remote ftp storage. Backups are performed correctly without any errors. However, I cannot connect to the ftp storage location. I'm tyrying to connect from the server using ssh but nothing happens. It doesn't even ask me for the user password. I can ping the ftp server so I have connectivity to it.

Any idea of what could be happening?

Thanks a lot in advance :)
 
Looks like ssh server is not up and running on your FTP server. Or ssh port is firewalled. Check it with

# nc -zvw3 IP_ADDRESS_OF_FTP_SERVER 22

Also, you can connect to this server via FTP protocol with login credentials which you use for connection to this server in Plesk UI in Backup Settings.
 
Looks like ssh server is not up and running on your FTP server. Or ssh port is firewalled. Check it with

# nc -zvw3 IP_ADDRESS_OF_FTP_SERVER 22

Also, you can connect to this server via FTP protocol with login credentials which you use for connection to this server in Plesk UI in Backup Settings.

Hey Igor, thanks for your message. I was doing the wrong thing. I forgot that I have to connect using FTP not SSH, my bad.

Thanks agian!
 
Back
Top