Luis Vega escribi�:
lo mejor se�ra que instales ProFTPD.. es super seguro y las
transferecias son muy rapidas. por ejemplo yo para tranferir de un
equipo a otro a traves de un swtich de 100, y tarjetas de 100 me daba
aprox 9500 Kb/s
lo que es bastante rapido.
tienes que configurar el fichero: proftpd.conf q se encuentra en
/etc/proftpd.conf
una config. b�sica, pero funcional es esta.
ServerName "Nombre de tu server"
ServerType standalone
DefaultServer on
# Permitir Resumir
AllowStoreRestart on
# Puerto Standard del FTP
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
MaxInstances 30
# Set the user and group under which the server will run.
User nobody
Group nogroup
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~
# Normally, we want files to be overwriteable.
AllowOverwrite on
Muchas gracias Luis, probar� con la configuraci�n que me pones y ya ver�
que tal va, ante cualquier duda me dirigir� a vosotros. Gracias.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]