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

Re: [cobalt-users] Can't see .htaccess files on RAQ3



Landon Jenkins wrote:

> When I save any file that starts with a '.' I am unable to see it listed
> either by ftp, or even running 'dir' in telnet. However, I know the file is
> there because I can open it and edit the file with PICO.
>
> How can I enable these files to be visible?
> Landon

Hi Landon,

You could search the archives, there are a number of instances of this question, with answers too!

On a Raq3, the file you want to edit is:
    pico -w /etc/proftpd.conf

search down for any Global Tags you may have, and insert this line:
    LsDefaultOptions "-a"

or
If you dont have any <Global> tags already, add the following to the bottom of the file:
    <Global>
    LsDefaultOptions "-a"
    </Global>

Thats it.

Next time **anyone** ftp's into the raq3, they will see ALL the '.' hidden files/directories

Have Fun!
--
Regards,
Kul