• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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