[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] FTP access
- Subject: [cobalt-users] FTP access
- From: Randy Davis <randy@xxxxxxxxxxxxx>
- Date: Mon Sep 17 08:31:35 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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!