• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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