FTP listet Verzeichnis nicht auf NcFTP PASV

FTP listet Verzeichnis nicht auf NcFTP PASV

Ich versuche, Multicraft auf meinem Server einzurichten. Alles läuft reibungslos, jedoch lässt FTP keine Verbindung von einem Remote-FTP-Client zu, wohingegen net2ftp von einem Remote-Standort aus problemlos funktioniert.

Ich habe unten das Transkript meines FTP-Clients „Transmit“ beigefügt, damit Sie sich ein Bild davon machen können, was vor sich geht.

Ich habe auch iptables deaktiviert, aber beides hat nichts genützt.

Transmit 4.1.7 (x86_64) Session Transcript [Version 10.8.2 (Build 12C54)] (21/10/12 11:23 PM)
LibNcFTP 3.2.3 (July 23, 2009) compiled for UNIX
220: Multicraft 1.7.1 FTP server
Connected to ateam.bn-mc.net.
Cmd: USER jacob.9
331: Username ok, send password.
Cmd: PASS xxxxxxxx
230: Login successful
Cmd: TYPE A
200: Type set to: ASCII.
Logged in to ateam.bn-mc.net as jacob.9.
Cmd: SYST
215: UNIX Type: L8
Cmd: FEAT
211: Features supported:
      EPRT
      EPSV
      MDTM
      MLSD
      MLST type*;perm*;size*;modify*;unique*;unix.mode;unix.uid;unix.gid;
      REST STREAM
      SIZE
      TVFS
      UTF8
     End FEAT.
Cmd: OPTS UTF8 ON
200: OK
Cmd: PWD
257: "/" is the current directory.
Cmd: PASV
Could not read reply from control connection -- timed out. (SReadline 1)

Antwort1

Ich weiß, dass Sie erwähnen, dass die lokale Firewall in Ordnung ist, aber wenn Sie das Modul nf_conntrack_ftp nicht geladen haben, funktioniert der PASV-Modus nicht richtig.

verwandte Informationen