GNU/Linux >> LINUX-Kenntnisse >  >> Ubuntu

Ubuntu – FTP-Verbindung im passiven Modus nicht möglich?

Ich versuche, eine Verbindung zu FTP herzustellen, das ich gerade konfiguriert habe, aber wenn ich FileZilla verwende, erhalte ich die folgenden Protokolle

Status: Connecting to x.x.x.x:21...
Status: Connection established, waiting for welcome message...
Response:   220 (vsFTPd 2.3.5)
Command:    USER huntsnap
Response:   331 Please specify the password.
Command:    PASS ********
Response:   230 Login successful.
Command:    OPTS UTF8 ON
Response:   200 Always in UTF8 mode.
Status: Connected
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/home/my/home/dir"
Command:    TYPE I
Response:   200 Switching to Binary mode.
Command:    PASV
Response:   227 Entering Passive Mode (10,38,106,212,248,2).
Status: Server sent passive reply with unroutable address. Using server address instead.
Command:    LIST
Error:  Connection timed out
Error:  Failed to retrieve directory listing

Ich habe vsftpd konfiguriert auf Ubuntu-Server und weiß nicht, was daran falsch ist.

vsftp.conf-Datei

listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=ftp
rsa_cert_file=/etc/ssl/private/vsftpd.pem
userlist_file=/etc/vsftpd.userlist
userlist_enable=YES
userlist_deny=NO
local_root=/home/to/my/home/
dirlist_enable=YES
download_enable=YES

Akzeptierte Antwort:

Es gibt viele Antworten für dieses Problem:

  • http://sumantjsr.blogspot.hu/2011/12/fix-for-sent-passive-reply-with_5945.html
  • http://ubuntuforums.org/showthread.php?t=1943301

Ubuntu
  1. Ubuntu Runuser-Befehl?

  2. Kann den Befehl „pip Install Scp“ in Ubuntu 12.04 nicht verwenden?

  3. Ubuntu 12.04.02 im Uefi-Modus installieren?

  4. Cuda 8 unter Ubuntu 16 installieren:Paket Cuda kann nicht gefunden werden?

  5. uiautomatorviewer kann unter Ubuntu nicht gestartet werden

So installieren Sie Redis unter Ubuntu 18.04

5 Schritte zum Starten von Ubuntu im Textmodus

Installieren Sie GCC auf Ubuntu 20.04 LTS

So konfigurieren Sie ZFS unter Ubuntu 20.04

Kontingentverwaltung auf Ubuntu

Ping-Befehl in Ubuntu 22.04