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

proftpd



Hola amigos, tengo instalado el proftpd y me he guiado por una pagina
que me mandaron , pero ya tengo configurado todo lo que creo necesario y
no me deja entrar a ella desde la web, es decir, ftp://192.100.100.8
porque el server mio de ftp tiene esa ip.

aca les mando el archivo /etc/proftpd/proftpd.conf

ModulePath /usr/lib/proftpd
LoadModule mod_ctrls_admin.c
LoadModule mod_tls.c
LoadModule mod_radius.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c
LoadModule mod_quotatab_radius.c
LoadModule mod_wrap.c
LoadModule mod_rewrite.c
LoadModule mod_load.c
LoadModule mod_ban.c
LoadModule mod_wrap2.c
LoadModule mod_wrap2_file.c
LoadModule mod_dynmasq.c
LoadModule mod_vroot.c
LoadModule mod_exec.c
LoadModule mod_shaper.c
LoadModule mod_ratio.c
LoadModule mod_site_misc.c
LoadModule mod_sftp.c
LoadModule mod_sftp_pam.c
LoadModule mod_facl.c
LoadModule mod_unique_id.c
LoadModule mod_ifsession.c

ServerType standalone
DefaultServer on
ShowSymlinks off
DefaultRoot /home/ftp/
Umask 022
ServerName "0.0.0.0"
#ServerName "Debian2"
DeferWelcome on
MultilineRFC2228 on
ServerIdent on "My FTP Server"
ServerAdmin alejandro@fcmec.sld.cu
IdentLookups off
UseReverseDNS off
Port 21
PassivePorts 49152 65534
#MasqueradeAddress None
TimesGMT off
MaxInstances 15
MaxLoginAttempts 3
MaxClientsPerUser 3
TimeoutLogin 300
TimeoutNoTransfer 600
TimeoutIdle 1200
TimeoutStalled 600
DisplayLogin welcome.msg
DisplayChdir .message
User nobody
Group nobody
DirFakeUser off nobody
DirFakeGroup off nobody
DefaultTransferMode binary
AllowForeignAddress off
AllowRetrieveRestart on
AllowStoreRestart on
DeleteAbortedStores off
TransferRate RETR 220
TransferRate STOR 250
TransferRate STOU 250
TransferRate APPE 250
SystemLog /var/log/secure
RequireValidShell off

#<IfModule mod_tls.c>
#TLSEngine off
#TLSRequired off
#TLSVerifyClient off
#TLSProtocol SSLv23
#TLSLog /var/log/proftpd_tls.log
#TLSRSACertificateFile /etc/gadmin-proftpd/certs/cert.pem
#TLSRSACertificateKeyFile /etc/gadmin-proftpd/certs/key.pem
#TLSCACertificateFile /etc/gadmin-proftpd/certs/cacert.pem
#TLSRenegotiate required off
#TLSOptions AllowClientRenegotiation
#</IfModule>


<Anonymous ~ftp>
User ftp
Group ftp
RequireValidShell off
# con esto el usuario ftp tambien se podra loguear con el nombre de
anonimo
UserAlias anonimo ftp
MaxClients 5
DisplayLogin welcome.msg
#DisplayFirstChdir .message
# indico que el directorio raíz es de solo lectura
<Directory /home/ftp>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
# indico que el directorio uploa es de lectura y escritura pero no podrá
sobreescribir archivos.-
<Directory /home/ftp/upload>
Umask 744
AllowOverwrite off
<Limit READ>
DenyAll
</Limit>
<Limit WRITE CWD>
AllowAll
</Limit>
</Directory>
# indico que el directorio download es de solo lectura
<Directory /home/ftp/download>
Umask 444
<Limit READ>
AllowAll
</Limit>
</Directory>
</Anonymous>



<IfModule mod_ratio.c>
Ratios off
SaveRatios off
RatioFile "/restricted/proftpd_ratios"
RatioTempFile "/restricted/proftpd_ratios_temp"
CwdRatioMsg "Please upload first!"
FileRatioErrMsg "FileRatio limit exceeded, upload something first..."
ByteRatioErrMsg "ByteRatio limit exceeded, upload something first..."
LeechRatioMsg "Your ratio is unlimited."
</IfModule>

<Limit LOGIN>
  DenyALL
</Limit>


diganme que encuentran mal ahi, es uqe nunca habia instalado un server
ftp. gracias de antemano.



--

Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia este correo asume el compromiso de usar el servicio a tales fines y cumplir con las regulaciones establecidas

Infomed: http://www.sld.cu/


Reply to: