[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] strange FTP problem
- Subject: [cobalt-users] strange FTP problem
- From: "Hisham Al Saad" <ahisham@xxxxxxxxxxxxxx>
- Date: Mon Sep 17 15:22:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
I have a strange FTP access problem. I have a Virtual Site hosted on Raq4r.
The owner wants to update his files using FTP. When I was testing his
problem I found these issues:-
When I connect from my workstation running W2k pro using WS-FTP , only main
admin can login successfully, but when I use site administrator id and
password it refuses and gives :-
230-
! Receive error:connection reset
! Logon failure:so quitting
I tried to ftp from the command prompt on my W2k PC and I got the same
problem, only main admin can ftp.
Now, when I ftp from another Linux or Unix machine to the Raq4 server,
everything works fine !!
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
Umask 002
User nobody
Group nobody
<Directory />
AllowOverwrite on
</Directory>
<Global>
AllowChmod on
TimesGMT off
</Global>
<VirtualHost {raq4 IP address>
DefaultRoot / admin
DefaultRoot ~/../.. site-adm
DefaultRoot ~ !site-adm
AllowOverwrite on
DisplayLogin .ftphelp
</VirtualHost>
Any help is appreciated.
Best regards,
Hisham