• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

FTP not working

K

Kishorghadge

Guest
I have created domain in plesk ,but its ftp is not working.
Ihave 20,21, and 2000 port open on server for ftp. What port are require to work Pleask ftp in acctive and passive mode. How can i configure MS ftp to listen 2000 port.

I am getting following error:


Connecting to 70.85.232.226 , 24 May 2006 17:47:08
< 220 Microsoft FTP Service
> USER hosting
< 331 Password required for hosting.
> PASS (hidden)
< 230 User hosting logged in.
> SYST
< 215 Windows_NT
> PWD
< 257 "/" is current directory.
> TYPE A
< 200 Type set to A.
> PASV
< 227 Entering Passive Mode (70,85,232,226,9,200).
> LIST
< 425 Can't open data connection.
 
< 227 Entering Passive Mode (70,85,232,226,9,200).

Your FTP client uses "Passive mode".

It means that if firewall is enabled on the server FTP can't transfer any data information because ports grater 1024 are closed.

If you would like to know more

http://slacksite.com/other/ftp.html

To make FTP work you need to switch your FTP client to active mode.
 
Firewall on the server is off. And port 2000 is open for passive mode. Then also i an getting error
 
Back
Top