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

Re: [cobalt-users] RAQ550 site-adm FTP root



I did solve this by adding the following in proftpd.conf

  # added by bgibbs 3-26-2003
  DefaultChdir    /web site-adm

But it would seem to me that out of the box proftpd.conf should be
configured properly...or am I the only one having this problem?

Bill

----- Original Message -----
From: "Bill Gibbs" <bgibbs@xxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, March 26, 2003 10:28 AM
Subject: [cobalt-users] RAQ550 site-adm FTP root


> Possible bug?
>
> When I FTP in to any of my RAQ550's as a site admin (part of group
site-adm,
> verified in /etc/group) it puts me in ~ instead of the site root, making
it
> very difficult to explain to clients to change their dir to "/web" first
and
> not going in the personal "web" directory that shows up.
>
> In fact, if I FTP in and manually try to go to  ~/../../..
>
> ftp> cd ~
> 550 ~: No such file or directory
> ftp> cd ~/../../..
> 550 ~/../../..: No such file or directory
> ftp> cd /web
> 250 CWD command successful.
>
> proftpd.conf contains:
> <VirtualHost x.x.x.x>
>     DefaultRoot     / wheel
>     DefaultRoot     / admin-users
>     DefaultRoot     ~/../../.. site-adm <--- failing
>     DefaultRoot     ~ !site-adm
>     AllowOverwrite  on
>     DisplayLogin    .ftphelp
> </VirtualHost>
>
> This is the 2nd RAQ550 this hasn't worked on.
>
> Bill "Elvis" Gibbs
> Eduro Technologies, Inc.
> main 240-529-2000 | fax 301-662-9552 | cell 301-748-5418
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>