mardi 28 octobre 2025, 18:43 UTC+1
Vous n’êtes pas connecté.
Bonjour, visiteur, bienvenue sur les forums NAS Forum. Si c’est votre première visite, nous vous invitons à consulter l’Aide. Elle vous expliquera le fonctionnement de cette page. Pour avoir accès à toutes les fonctionnalités, vous devez vous inscrire. Pour cela, veuillez utiliser le formulaire d’enregistrement, ou bien lisez plus d’informations sur la procédure d’enregistrement. Si vous êtes déjà enregistré, veuillez vous connecter.
|
|
Code source |
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 |
|
|
Code source |
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. |
|
|
Code source |
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>
|
MIT ZWEI FESTPLATTEN

*
MIT ZWEI FESTPLATTEN
Ce message a été modifié 1 fois. Dernière modification effectuée par "BooStar" (7 avril 2008, 13:13)
MIT ZWEI FESTPLATTEN



MIT ZWEI FESTPLATTEN
darum macht was ihr wollt, mir wurde zumindest geholfen. danke an alle...
MIT ZWEI FESTPLATTEN

Ce message a été modifié 1 fois. Dernière modification effectuée par "snoopy" (9 avril 2008, 18:19)

) dann stehen die chancen eher schlecht.Ce message a été modifié 1 fois. Dernière modification effectuée par "snoopy" (9 avril 2008, 19:50)

Ce message a été modifié 1 fois. Dernière modification effectuée par "snoopy" (9 avril 2008, 21:00)
MIT ZWEI FESTPLATTEN
Ce message a été modifié 1 fois. Dernière modification effectuée par "BooStar" (10 avril 2008, 13:21)