Wednesday, October 29th 2025, 5:25pm UTC+1
Giriş yapmadınız.
Sayın ziyaretçi, NAS Forum sitesine hoş geldiniz. Eğer buraya ilk ziyaretiniz ise lütfen Yardım bölümünü okuyunuz. Yardım bölümü bu sitenin nasıl çalıştığını açıklamaktadır. Site özelliklerinin tümünü kullanabilmeniz için öncelikle kayıt yaptırmanız gerekmektedir. Kayıt yaptırmak için kayıt formunu okuyabilir ya da kayıt işlemi hakkında daha fazla bilgi edinebilirsiniz. Eğer önceden kayıt yaptırdıysanız, buraya tıklayarak giriş yapabilirsiniz.
|
|
Kaynak kod |
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 |
.
.|
|
Kaynak kod |
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 |
Bu mesaj 2 defa düzenlendi; son düzenleyen "sam" (Apr 6th 2009, 5:18pm)
|
|
Kaynak kod |
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 |
Bu mesaj 1 defa düzenlendi; son düzenleyen "sam" (Apr 6th 2009, 5:18pm)