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

[cobalt-users] FTP access



I'm having a problem with FTP access.  I had started working on this problem
a while back, but got pulled off to solve some other issues.  I'm ready to
start mucking again to try to solve this. :)

Here is the situation, I have a customer whose office connects via DSL
(provided by another carrier).  They want to FTP into their website.  I have
people that FTP into various websites from all over the country.  But the 2
people that can't connect, one is using Hiwaay and the other is using
Accessus.  When they try to attach to the server it displays the name of the
server and then disconnects them before ever asking for username/password.
And it does not update the secure log with the information of the attempted
login.

hosts.all is set to allow all FTP 
hosts.deny has no FTP entry

proftpd.conf has the following configuration:


ServerName                      "ProFTPD"
ServerType                      inetd
DeferWelcome                    off
DefaultServer                   on
DefaultRoot                     / admin
DefaultRoot                     ~/../.. site-adm
DefaultRoot                     ~ !site-adm
DefaultChdir                    ../../web site-adm

# Port 21 is the standard FTP port.
Port                            21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask                           002

# Set the user and group that the server normally runs at.
User                            nobody
Group                           nobody

Any information/direction you can send me that helps is greatly appreciated!