FTP Error: 500 Invalid PORT Command (281193)
The information in this article applies to:
- Microsoft Windows 2000 Server
- Microsoft Windows NT Server 4.0
This article was previously published under Q281193 SYMPTOMS
When you try to use Ftp.exe, or some other File Transfer Protocol (FTP) utility, you may receive the following error message:
500 Invalid PORT Command
CAUSE
After a client initiates an FTP session, the server establishes a new back connection to the client. This connection extends from the server (outside the firewall boundaries) to a dynamically allocated port number on the client computer. Because the port number is not known in advance, old packet filters open the entire range of high-numbered ports (greater than 1023) for incoming connections. This reconnection at a higher port is done with the following FTP command:
port h1, h2, h3, h4, p1, p2
The values of h1 through h4 are octets of the client IP address. The last two values of p1, and p2 are used to determine the port. The following formula is for p1, and p2:
RESOLUTION
If the Firewall Network Address Translation (NAT) does not correctly change this IP address (h1 through h4), the server generates the error message (noted in the "Symptoms" section of this article) on the command.
This problem is more likely to manifest when the FTP server changes from listening on port 21 to another, higher port.
Modification Type: | Minor | Last Reviewed: | 1/18/2006 |
---|
Keywords: | kbenv kberrmsg kbprb KB281193 |
---|
|