• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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