Mittwoch, 10. September 2025, 14:42 UTC+2
Sie sind nicht angemeldet.
Lieber Besucher, herzlich willkommen bei: NAS Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
![]() |
Quellcode |
1 2 3 4 5 6 |
200 Type set to A PASV 227 Entering Passive Mode (85,176,149,201,234,109). Data Socket Error: Connection timed out 421 No Transfer Timeout (300 seconds): closing control connection. Connection lost: 192.168.10.3 |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 |
Apr 06 17:37:58 Preparing to chroot to directory '/mnt' Apr 06 17:37:58 error rewinding scoreboard: Invalid argument Apr 06 17:42:58 Passive data transfer failed, possibly due to network issues Apr 06 17:42:58 Check your PassivePorts and MasqueradeAddress settings, Apr 06 17:42:58 and any router, NAT, and firewall rules in the network path. Apr 06 17:42:58 FTP no transfer timeout, disconnected Apr 06 17:42:58 wtmp /var/log/wtmp: No such file or directory Apr 06 17:42:58 FTP session closed. |
![]() |
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
ServerName "!!!TEST!!!" ServerType standalone DefaultServer on DefaultRoot /mnt CharsetLocal UTF-8 CharsetRemote CP950 SystemLog /var/log/messages Port 21 Umask 006 MaxInstances 30 # # if you want to access the ftpserver # from the internet put your dyndns name # and the portrange here # make sure your router knows about the portrange too. MasqueradeAddress klickme.homedns.net PassivePorts 60000 60100 # # for more infos about this module check: # http://www.castaglia.org/proftpd/modules/mod_dynmasq.html # <IfModule mod_dynmasq.c> # Refresh any configured MasqueradeAddress directives every 8 hours DynMasqRefresh 28800 </IfModule> # # for more infos about this module check: # http://www.castaglia.org/proftpd/modules/mod_shaper.html # <IfModule mod_shaper.c> ShaperEngine off ShaperLog /var/log/ftpd_shaper.log ShaperTable /var/log/ftpd_shaper.tab # An overall rate (in KB/s) must be set. This line explicitly # sets both the download and upload rates to be the same. ShaperAll downrate 1500 uprate 1500 # Allow all system users to see shaper info ShaperControlsACLs info allow user * # Allow FTP admins to alter settings both overall and per-session ShaperControlsACLs all,sess allow group ftpadm </IfModule> # # if the ftp responcse (for ls ...) is very slow uncomend the next lines # UseReverseDNS off IdentLookups off <IfModule mod_delay.c> DelayEngine off </IfModule> UseSendfile off User nobody Group nobody RequireValidShell off #receivefile on ## This parameter is for TSS. You can fill in either "on" or "off". ## # allow to restart interrupped up-/downloads AllowStoreRestart on AllowRetrieveRestart on ScoreboardFile /var/run/proftpd.pid # Normally, we want files to be overwriteable. <Directory /*> AllowOverwrite on </Directory> #<Anonymous //mnt/IDE1/guest-share> #User guest-share #Group guest-share #UserAlias guest guest-share #UserAlias anonymous guest-share #UserAlias ftp guest-share #<Directory *> #<Limit WRITE> #AllowAll #</Limit> #</Directory> #</Anonymous> <Directory /mnt/IDE1/admin> <Limit ALL> DenyAll </Limit> <Limit DIRS READ WRITE> AllowUser admin </Limit> </Directory> <Directory /mnt/IDE1/guest-share> <Limit DIRS READ WRITE> DenyAll </Limit> <Limit DIRS READ WRITE> AllowUser guest-share </Limit> </Directory> |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »BooStar« (7. April 2008, 13:13)
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »snoopy« (9. April 2008, 18:19)
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »snoopy« (9. April 2008, 19:50)
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »snoopy« (9. April 2008, 21:00)
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »BooStar« (10. April 2008, 13:21)