• 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 Backup - FTP(S) Storage Settings - Cannot Set Up FTP-Connection

kornblume

New Pleskian
Hello,
I try to install a FTP-Storage (local network, QNAP, FTP activated), but Plesk cannot connect.
Works fine from other machines in the same network.
Plesk returns:
Error: Unable to access the storage: Transport error: unable to list directory: Curl error: (7) Couldn't connect to server: Last FTP request: Last FTP response:
Make sure you have entered the correct storage settings. You can check them independently with the command:
curl -v --ftp-pasv -u isp 'ftp://XXXXX//ISP/Plesk//'
In CLI: curl -v --ftp-pasv -u isp 'ftp://XXXXX//ISP/Plesk//'
Trying XXXXX
.* connect to XXXXX port 21 failed: Connection timed out
* Failed to connect to XXXXX port 21: Connection timed out
* Closing connection 0
curl: (7) Failed to connect to XXXXX port 21: Connection timed out

Can please someone advice me?
Regards,
Gunther
 
Hi,
Actually there is no FW between my Plesk-Server and the FTP-Server.
From CLI, I cannot connect to any ftp-server on that machine.
I can ping the FTp-Server.
FTP works fine fromany other machine in the net.
Could it be, that there is a firewall-rule active on the plesk server, that I do not see on the Firewall-Interface in plesk?

Regards,
Gunther
 
You could try to look at some commands to find out what a port is doing. The relevant ports are 21 and 22, e.g.

# sudo lsof -i:22
# sudo netstat -tulpn | grep LISTEN
# sudo ss -tulwn
# sudo tcpdump -i <nic id> 'port 22' (for example: tcpdump -i eth01 'port 22')
 
What have you tried to analyze the problem? For example what are the outputs of the commands shown above and the curl test that Plesk suggests?
 
Back
Top