Two working modes of FTP service:
•port mode (active mode), connection process: The client sends a connection request to the server's FTP port (default is 21), the server accepts the connection, establishes A command link. When the data needs to be transmitted, the client tells the server with the PORT command on the command link: "I opened the ***X port, and you came over to connect me". The server then sends a connection request from port 20 to the client's ***X port, establishing a data link to transmit the data.
•pasv mode (passive mode), connection process: The client sends a connection request to the server's FTP port (default is 21), the server accepts the connection, and establishes a command link. When data needs to be transferred, the server tells the client with the PASV command on the command link: "I opened the ***X port, and you came over to connect me". The client then sends a connection request to the server's ***X port to establish a data link to transfer the data.
Because of the TCP/IP filtering of FTP on the server, only certain ports can be connected by the client, so the PASV method cannot be used. Found the reason, the solution is also very simple, just need to close the client's PASV mode, forcing it to use PORT mode to access the server.
After the client logs in to the FTP server, use the passive command to disable the PASV mode of the client as follows:
The code is as follows
ftp>passive
Passive mode off .
Execute this command again to enable PASV mode.
code online, we provide it directly to everyone, do not need to find it, the code is as follows: reg
Disk array is RAID, which combines multiple independent hard disks (physical hard
As Web servers are being targeted by more and more hackers and worm m
The OracleOraHome92Agent service on the local computer started and then stopped
Mysql service can't start 1067 error resolution
Apache server configuration Web page access permissions
Http exception eurl.axd error message solution
Safeguarding the security of virtualization Five elements need to be considered comprehensive
The time synchronization solution
Nginx 301 302 redirect jump configuration tutorial
Windows XP system to find the MAC address problem
Teach you to watch videos without ads
4 kinds of win8 safe weight loss method Daquan detailed explanation
IE7 advanced practical skills you do not know (1)
How to clear windows 7 access records?
Windows Server 2012 Dynamic Memory Improvements
Solve Windows 7 can not apply visual style problems
Win10 install driver when the blue screen prompts error cmudaxp.sys how to do?