• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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