Я запускаю 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 192,168,0,13,205,63
Response:   200 Port command successful
Command:    MLSD
Response:   150 Opening data channel for directory listing of "/"
Response:   425 Can't open data connection for transfer of "/"
Error:  Failed to retrieve directory listing
Это продолжает работать локально, но не при удаленном подключении... Как я могу это исправить?
