[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] siteadmin unable to ftp to /web dir
any help would help
when any of the site admin try to ftp to there respective sites they are
unable to up load files or add directories
I have put in place all the below files
All-Kernel_mips Release 1.0
Cobalt OS Release 4.0
RaQ2-All-Security-Point Release 2.97
RaQ2-Security Release 1.4
RaQ2-Security Release 2.0
RaQ2-Security Release 2.1
RaQ2-Security Release 2.2
RaQ2-Security Release 2.3
RaQ2-Security Release 2.7
RaQ2-Security Release 2.8
RaQ2-Security Release 2.9
RaQ2-Security Release 2.91
RaQ2-Security Release 2.92
RaQ2-Security Release 2.94
RaQ2-Update-MFG Release 2.1
RaQ2-Update-OS Release 1.0
RaQ2-Security Release 2.91 was for this problem supposable
below is the proftpd.conf file I have only modified the IP to protect
it in the list but every thing else appears to be correct but the site
admin can't get in
ServerName "ProFTPD"
ServerType inetd
DeferWelcome off
DefaultServer on
DefaultRoot / admin
efaultRoot ~/../.. site-adm
DefaultRoot ~ !site-adm
DisplayLogin .ftphelp
IdentLookups off
#
# Port 21 is the standard FTP port.
P
Port 21
#
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
U
Umask 002
#
# Set the user and group that the server normally runs at.
U
User nobody
G
Group nobody
#
# Normally, we want files to be overwriteable.
<
<Directory />
AllowOverwrite on
<
</Directory>
#
# A basic anonymous configuration, no upload directories.
<
<VirtualHost 199.xxx.xxx.xxx>
DefaultRoot / admin
DefaultRoot ~/../.. site-adm
DefaultRoot ~ !site-adm
AllowOverwrite on
DisplayLogin .ftphelp
<
</VirtualHost>