Mittwoch, 10. September 2025, 00:59 UTC+2
Sie sind nicht angemeldet.
![]() |
Quellcode |
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 |
![]() |
Quellcode |
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 |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »sam« (6. April 2009, 17:18)
![]() |
Quellcode |
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 |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »sam« (6. April 2009, 17:18)