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

Re: [cobalt-users] FTP Login as Root



This is what my etc/proftpd.conf file looks like if that helps.

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName   "ProFTPD"
ServerType   inetd
DeferWelcome   off
DefaultServer   on
DefaultRoot                     / root
DefaultRoot   / admin
RootLogin                       on
DefaultRoot   ~/../.. site-adm
DefaultRoot   ~ !site-adm
DisplayLogin   .ftphelp
IdentLookups   off


# 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
TimeoutNoTransfer 900

# Normally, we want files to be overwriteable.
<Directory />
  AllowOverwrite  on
</Directory>

# A basic anonymous configuration, no upload directories.


Fred Taub
fred@xxxxxxxxxxxxxxxx



Fathi Said wrote:

> > I believe you also have to add this line:
> > DefaultRoot / root
>
> Thanks Larry, but this changed nothing except that with the admin user I log-in into /users/admin and the highest level I can go is
> /home/sites/home, which respectively appears as "/" in my FTP Client.
>
> Still any ideas?
>
> Thanks,
> Fathi
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users