Mein Problem ist das folgende: Ich mounte 3 NTFS-Partitionen als /directory/hd1-3 In /directory/Files/ liegen einige Files, die verfügbar sein sollen. Mit <Anonymous /directory/Files> gebe ich das Verzeichnis für Anonymous an, richtig? Ich möchte jetzt die Files in hd1-3 im Verzeichnis /Files verfügbar machen, allerdings nicht alle Ordner in hd1-3. Wie gehe ich hier am besten vor? :?
Ich habe ein komisches, kleines Problem: Nachdem ich zu meinem ProFTPD-Server verbunden habe (Message "Connected to Server") dauert es ca. 5 Sekunden, bis er mit dem Login fortfährt. Danach funktioniert alles einwandfrei und sehr schnell ... Warum ist das? Am Client liegt's nicht ... Ich bin im LAN - an der Geschwindigkeit kann's also nicht liegen ...
Hier meine proftpd.conf:
ServerName "Patchserver" ServerType standalone
Port 21
<Global>
UseFtpUsers on
AllowStoreRestart on AllowRetrieveRestart on RequireValidShell off
DisplayConnect /opt/lampp/etc/ftp-connect.txt
DefaultRoot /darktorch AllowOverwrite on
</Global>
User root Group root
MaxInstances 30 TimeoutStalled 300
<Anonymous /directory>
<Limit LOGIN> AllowAll </Limit>
MaxClients 5 "Sorry, max %m users -- try again later -- contact dt.Blyth"