[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RiminiLUG-General] ftpd



Ciao, ieri sera ti dicevo che avevo configurato il vsftpd per vedere anche i link simbolici, ed invece mi ero sbagliato perchè l'avevo fatto con il proftpd (http://www.proftpd.org) che ho su di un altro server. Questa è una parte del file di configurazione (vedi la voce ShowSymlinks).

#This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody/nogroup" and "ftp" for normal operation and anon.

ServerName                      "linuxone"
ServerType                      standalone
DeferWelcome                    off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on
AllowOverwrite                  on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
ListOptions                     "-l"


A dire il vero sono passato a vsftpd solo perchè era l'ftp server di default della SLES9 (Suse Enterprise)
anche se ho trovato più semplice ed essenziale il ProFTPD.



Alessandro