• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

FTP Access Problem

G

gianni.infodata

Guest
Hi, i have a big problem with my server. I've just update Plesk from 8.3 to 8.6. Now when i try to connect to ftp server, i can't receive the file list and the connection going to timeout. What can i do?
This is the log of the FlashFXP that try to connect.

[R] Connecting to domain.com-> DNS=domain.com IP=62.***.***.*** PORT=21
[R] Connected to domain.com
[R] 220 ProFTPD 1.3.1 Server (ProFTPD) [62.***.***.***]
[R] USER user
[R] 331 Password required for user
[R] PASS (hidden)
[R] 230 User user logged in
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Features:
[R] MDTM
[R] REST STREAM
[R] SIZE
[R] 211 End
[R] PWD
[R] 257 "/" is the current directory
[R] TYPE A
[R] 200 Type set to A
[R] PASV
[R] 227 Entering Passive Mode (62,***,***,***,150,164).
[R] Opening data connection IP: 62.***.***.*** PORT: 38564
[R] Data Socket Error: Connection timed out
[R] List Error
[R] PASV
 
Sounds like a firewall problem - possibly on your ftp client machine or router at home/work where e ver you are - cant get past the passive ports.
 
I've have with try with 3 computers, from 3 different connections, with 3 different routers/modems, from 3 different places. Then I've try to open all firewall ports from Plesk to my Ip address. Nothing!
 
I've resolved the problem.
The new ProFtp 1.3.1 use by default random passive ports. Then I've configured the proftpd to use a ports range.
In the file /etc/proftpd.conf add a line: PassivePorts 60000-60500 After I've configured the firewall with new ports range.
Thank you all for your replies.
 
i've tryed with many ftp client......but nothing.....the unique way to resolve the problem is described in my last post. Bye
 
Back
Top