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

Re: [cobalt-developers] FTP to Web Directory



Rather than muck with the /usr/lib/perl5/site_perl/5.005/Cobalt/Ftp.pm
and risk dorking up a future patch I personally add the DefaultChdir to the
<Global> section of /etc/proftpd.conf
(And I haven't had it wiped yet)

# Restore file permissions capability to site administrator
 <Global>
   AllowChmod                    on
   # Report localtime, not GMT
   TimesGMT                     off
        DefaultChdir            ../../web site-adm
 </Global>

Alsways good to have several ways of doing things.
-Thomas
----- Original Message -----
From: "Marco Baurdoux" <linux@xxxxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Tuesday, September 18, 2001 12:02 AM
Subject: Re: [cobalt-developers] FTP to Web Directory


> Hi Guiseppe,
> If you want all the administrators to be directly put into the correct
> directory, you should add the following line to the proftpd.conf file
>
> DefaultChdir        ../../web site-adm
>
> But beware this will be erased if you use the GUI, so you should edit
> the /usr/lib/perl5/site_perl/5.005/Cobalt/Ftp.pm file and add this line to
> the <virtualhost section>
>
> DefaultChdir    ../../web $Sites_AdminGroup
>
> This will ensure you that from now on all the site-administrators off all
> web sites will be put directly into the correct directory.
>
>
> le 18.9.2001 0:09, Aussie Servers à aussie@xxxxxxxxxxxxxxxxx a écrit :
>
> > Hello Giuseppe,
> >
> > Tuesday, September 18, 2001, 4:15:39 AM, you wrote:
> >
> > w> I use Macromedia DreamWeaver UltraDev for FTPing and after many tries
I
> > w> still haven't managed to transfer files to /home/groups/home/web (my
> > w> Qube3 Porf. Edition web directory). My settings are the server IP
> > w> address for the host and I tried various users on the server itself
> > w> (from admin down). FTP is of course enabled. I also tried to enable
the
> > w> FrontPage Server Extensions (although I think it doesn't apply with
> > w> DWUltraDev) and tried to login as "webmaster" with no luck. Can
anyone
> > w> help me?
> >
> > Using Dreamweaver, your FTP Host is www.yourdomain.com, and you need to
> > enter the following in the Host Directory field:
> >
> > ../../web
> >
> >
> > Kind regards
> >
> > Gary Meadows
> > aussie@xxxxxxxxxxxxxxxxx
> >
> > _______________________________________________
> > cobalt-developers mailing list
> > cobalt-developers@xxxxxxxxxxxxxxx
> > http://list.cobalt.com/mailman/listinfo/cobalt-developers
>
> =======================================================================
>
> Marco Baurdoux
> Unix Administrator
> Infomaniak Network SA
> Avenue de la Praille 26
> 1227 Carouge
> Switzerland
> Tel: +41 (0)22 820 35 41
> Fax: +41 (0)22 820 35 46
> http://web.infomaniak.ch
>
> =======================================================================
>
>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>
>