Невозможно сменить каталог или передать файлы с помощью vsftpd

Невозможно сменить каталог или передать файлы с помощью vsftpd

Я установил vsftpd на свой компьютер с Gentoo Linux. Я подключаюсь к нему с локального хоста. Кажется, что с сетью или привилегиями все в порядке, так как я могу войти на ftp-сервер и изменить текущий каталог. Однако, когда я пытаюсь использовать "ls", "get" или "put", ftp-клиент выдает ошибку 421 Service not available. Вот пример:

╭─ag@AprilGrimoire ~  
╰─$ ftp 127.0.0.1
Connected to 127.0.0.1.
220 Welcome to blah FTP service.
Name (127.0.0.1:ag): 
530 Please login with USER and PASS.
530 Please login with USER and PASS.
SSL not available
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd OI
250 Directory successfully changed.
ftp> cd 2019
250 Directory successfully changed.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
500 OOPS: 421 Service not available, remote server has closed connection
ftp> %                                                                        

Связанный контент