preciso de uma ajuda to ja com a cabeça quente ,
configurei um servidor da empresa com os drivers , cracks e pastas personalizadas para os tecnicos externos possam baixar os arquivos nos clientes .
consegui configurar e admito me bati muito pois nunca tinha mexido no Proftp.
eu coloco
ftp://meu ip:1980 que é a porta que defini seguindo um tutorial foram tantos que li que nem lembro qual deles que fiz a parte do proftpd.conf , ja dei Permições nas pastas assim apenas chmod 777 /Dados (é a pasta que defini como default.)
meu proftpd.conf
# To really apply changes reload proftpd after modifications.
AllowOverwrite on
AuthAliasOnly on
# Choose here the user alias you want !!!!
# AQUI TEM OS LIAS CASO DESEJE ADICIONE O USURIO QUE VOCE CRIOU
UserAlias nando Fernando
#UserAlias yuri Yuri
#UserAlias carlos Carlos
#UserAlias bruno Bruno
#UserAlias silvano Silvano
#UserAlias luan Luan
#UserAlias david David
#Mude o nome do servidor ChezFrodon para um da sua escolha
ServerName "YUKALINE"
ServerType standalone
DeferWelcome on
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
TimeoutNoTransfer 600
TimeoutStalled 100
TimeoutIdle 2200
DisplayFirstChdir .message
ListOptions "-l"
RequireValidShell off
TimeoutLogin 30
RootLogin on
# It's better for debug to create log files ;-)
ExtendedLog /var/log/ftp.log
TransferLog /var/log/xferlog
SystemLog /var/log/syslog.log
#DenyFilter *.*/
# I don.t choose to use /etc/ftpusers file (set inside the users you want to ban, not useful for me)
UseFtpUsers off
# Allow to restart a download
AllowStoreRestart on
# Port 21 is the standard FTP port, so don.t use it for security reasons (choose here the port you want)
# AQUI A PORTA EST ALTERADA PARA FUNCIONAR NA PADRAO BOTE 21
Port 1980
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 30
# Set the user and group that the server normally runs at.
User nobody
Group nogroup
# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
Umask 022 022
PersistentPasswd off
MaxClients 8
MaxClientsPerHost 8
MaxClientsPerUser 8
MaxHostsPerUser 8
# Display a message after a successful login
AccessGrantMsg .welcome !!!.
# This message is displayed for each access good or not
ServerIdent on .YUKALINE.
# Set /home/FTP-shared directory as home directory
DefaultRoot /Dados/
# Lock all the users in home directory, ***** really important *****
DefaultRoot ~
MaxLoginAttempts 15
#VALID LOGINS
#AQUI NO AllowUser SE VOCE MUDOU O NOME DO USUARIO DO FTP MUDA AQUI TAMBEM
<Limit ALL>
AllowUser Fernando
AllowUser yuri
AllowUser carlos
AllowUser bruno
AllowUser silvano
AllowUser luan
AllowUser david
AllowAll
</Limit>
<Directory /Dados/*.*>
Umask 022 022
AllowOverwrite on
<Limit MKD STOR DELE XMKD RNEF RNTO RMD XRMD>
AllowAll
</Limit>
AllowRetrieveRestart on
AllowStoreRestart on
AllowAll
GroupOwner nogroup
UserOwner nobody
</Directory>
<Directory> /Dados/>
Umask 022 022
AllowOverwrite on
<Limit READ RMD DELE>
AllowAll
</Limit>
<Limit STOR CWD MKD>
AllowAll
</Limit>
</Directory>
<Global>
RootLogin on
DisplayConnect """""Yuka line informatica"""""
AccessDenyMsg "Nome de usuario ou senha Invalida"
AllowForeignAddress on
DefaultTransferMode ascii
DeleteAbortedStores on
UserAlias nando Fernando
#
UserAlias yuri Yuri
UserAlias carlos Carlos
UserAlias bruno Bruno
UserAlias silvano Silvano
UserAlias luan Luan
UserAlias david David
#
UserPassword Fernando 12PbYjOPLKf9s
UserPassword yuri 12tir.zIbWQ3c
UserPassword carlos 123456
UserPassword bruno 123456
UserPassword silvano 123456
UserPassword luan 123456
UserPassword david 123456
TransferLog NONE
MaxClientsPerHost none
AllowRetrieveRestart on
AllowStoreRestart on
MaxClients 15
ShowSymlinks on
AllowOverwrite on
</Global>
resumindo criei os usuarios todos autenticam mais algumas pastas aparecem esse erro
Exemplo:
alerta !
550 /../Craks/Crack NEED Most wanted/tradução need mw: No such file or directory
alem desse erro queria poder baixar uma pasta e nao só alguns arquivos
Alguem me salva dessa por favor
??