mercoledì, 29 ottobre 2025, 04:16 UTC+1
Non risulti loggato.
Gentile visitatore,
Benvenuto su NAS Forum. Se questa è la tua prima visita, ti chiediamo di leggere la sezione Aiuto. Questa guida ti spiegherà il funzionamento di questa pagina. Prima di poter utilizzare tutte le funzioni di questo software dovrai registrarti. Usa la form di registrazione per registrarti adesso, oppure visualizza maggiori informazioni sul processo di registrazione. Se sei già un utente registrato, allora dovrai solamente procedere con il login da qui.
|
|
Codice sorgente |
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 |
.
.|
|
Codice sorgente |
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 |
Questo post è stato modificato 2 volta(e), ultima modifica di "sam" (06/04/2009, 17:18)
|
|
Codice sorgente |
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 |
Questo post è stato modificato 1 volta(e), ultima modifica di "sam" (06/04/2009, 17:18)