• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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