我正在运行Filezilla Server 0.9.45 beta来远程管理我的服务器.设置完成后,我测试了使用IP连接到它127.0.0.1,它运行成功.但是,为了远程连接到服务器,我将端口转发到端口21,并尝试使用我的计算机的IP进行连接.
Status: Connecting to [My IP]:21...
Status: Connection established, waiting for welcome message...
Response: 220 Powered By FileZilla Server version 0.9.45 beta
Command: USER hussain khalil
Response: 331 Password required for user
Command: PASS *********
Response: 230 Logged on
Status: Connected
Status: Retrieving directory listing...
Command: CWD /
Response: 250 CWD successful. "/" is current directory.
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PORT …Run Code Online (Sandbox Code Playgroud)