Wednesday, September 10th 2025, 5:28am UTC+2
You are not logged in.
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
Antwort: 257 "/IDE1/filme" is current directory. Status: Sende Verbindungserhaltungs-Befehl Befehl: TYPE I Antwort: 200 Type set to I Status: Empfange Verzeichnisinhalt... Befehl: PASV Antwort: 227 Entering Passive Mode (192,168,13,29,4,6). Befehl: LIST Antwort: 150 Opening ASCII mode data connection for file list Antwort: 226 Transfer complete. Status: Anzeigen des Verzeichnisinhalts abgeschlossen Status: Sende Verbindungserhaltungs-Befehl Befehl: NOOP Antwort: 200 NOOP command successful Status: Sende Verbindungserhaltungs-Befehl Befehl: PWD Antwort: 257 "/IDE1/filme" is current directory. Status: Sende Verbindungserhaltungs-Befehl Befehl: PWD Antwort: 257 "/IDE1/filme" is current directory. Status: Sende Verbindungserhaltungs-Befehl Befehl: PWD Antwort: 257 "/IDE1/filme" is current directory. Status: Sende Verbindungserhaltungs-Befehl Befehl: PWD Antwort: 257 "/IDE1/filme" is current directory. Status: Sende Verbindungserhaltungs-Befehl Befehl: NOOP Antwort: 200 NOOP command successful Status: Sende Verbindungserhaltungs-Befehl Befehl: TYPE I Antwort: 200 Type set to I Status: Sende Verbindungserhaltungs-Befehl Befehl: TYPE I Antwort: 200 Type set to I Status: Sende Verbindungserhaltungs-Befehl Befehl: NOOP Antwort: 200 NOOP command successful Antwort: 421 No Transfer Timeout (300 seconds): closing control connection. Fehler: Verbindung vom Server geschlossen |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
ServerName "NAS FTPD" ServerType standalone DefaultServer on DefaultRoot /mnt CharsetLocal UTF-8 CharsetRemote CP950 SystemLog /var/log/messages Port 21 Umask 006 MaxInstances 30 |
This post has been edited 2 times, last edit by "sam" (Apr 6th 2009, 5:18pm)
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
ServerName "NAS FTPD" ServerType standalone DefaultServer on DefaultRoot /mnt CharsetLocal UTF-8 CharsetRemote CP950 SystemLog /var/log/messages Port 21 Umask 006 MaxInstances 30 TimeoutIdle 3600 # Inaktivitaet TimeoutNoTransfer 3600 # keine Datenuebertragung (Listing, File, ...) TimeoutStalled 300 # haengende Datenuebertragung TimeoutSession 7200 # Gesamtdauer einer Session ...................... ................... usw |
This post has been edited 1 times, last edit by "sam" (Apr 6th 2009, 5:18pm)