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

Issue Error: Unable to access the storage: SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u2

eruizmillan

New Pleskian
Hello,

I am trying to connect to an FTP server (vsftpd: version 3.0.3) from Plesk Obsidian Version 18.0.31 on CentOS Linux 7.9.2009 and Plesk responds with the following error:

Code:
Error: Unable to access the storage: Transport error: unable to list directory: Curl error: (28) Timeout was reached: Last FTP request: Last FTP response: SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u2
Make sure you have entered the correct storage settings. You can check them independently with the command:
curl -v --ftp-pasv --ssl -k -u <user> 'ftp://XXXXXXXXXX'

I try to connect to the FTP server from terminal and with Filezilla and I access correctly.

I have Firewall active and in the configuration, I have open the FTP ports: 20,21 and 22. I also have the IP authorized.

What could be the problem?

Thank you in advance for your help.

Regards,
Enrique
 
You could try this:
1) Please check whether /etc/proftpd.d/passive_ports.conf exists. If it does not exist, please create /etc/proftpd.d/passive_ports.conf with this content (1 line only):
PassivePorts 45000 50000
2) Then add the ports range 45000 50000 to your firewall

Long version:
 
Thank you for your help @Peter Debik

I have applied the change but I have the same error:

Code:
Error: Unable to access the storage: Transport error: unable to list directory: Curl error: (28) Timeout was reached: Last FTP request: Last FTP response: SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u2

Thanks
 
It's almost certainly a firewall issue. There have been tons of similar posts over the past years here and several support articles. I am lost why the solution would not work in this case. Did it ever work before, meaning is this a new issue on a system where it formerly worked? Or is this a new installation?

Are you hosting at OVH? I have heard several times that there is an additional firewall before many servers where some ports need to be opened, too, for traffic to pass. That firewall can be configured in your service panel (outside Plesk) of your server.

Else I suggest to open a ticket with official Plesk support, because there is not really much else but the passive port range firewall issue - unless someone with Debian Linux on here knows more? I'd be happy to know the solution.

Here is another article regarding the issue:
 
Back
Top