nix4me | 3 Aug 2007 04:48
Picon

[Proftpd-user] help with hidden dirs/files

Hi,

I have added:

ListOptions -a
and
ListOptions "" strict

and I still can see .hidden files/folders

Any idea why?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

Thomas L. Shinnick | 3 Aug 2007 09:48
Picon

Re: [Proftpd-user] help with hidden dirs/files

At 09:48 PM 8/2/2007, nix4me wrote:
Hi,

I have added:

ListOptions -a
and
ListOptions "" strict

and I still can see .hidden files/folders

Any idea why?

I think you want
        ListOptions "+a"
    or
        ListOptions "+a" strict

The "+a" with the "strict" will prevent remote users from being able to see dot-files even when they enter a command
        ls "-a"

This works for me, though the system I'm testing against is quite old (1.2.8)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
nix4me | 3 Aug 2007 15:51
Picon

Re: [Proftpd-user] help with hidden dirs/files

Thomas L. Shinnick wrote:
> At 09:48 PM 8/2/2007, nix4me wrote:
>> Hi,
>>
>> I have added:
>>
>> ListOptions -a
>> and
>> ListOptions "" strict
>>
>> and I still can see .hidden files/folders
>>
>> Any idea why?
>
> I think you want
>         ListOptions "+a"
>     or
>         ListOptions "+a" strict
>
> The "+a" with the "strict" will prevent remote users from being able 
> to see dot-files even when they enter a command
>         ls "-a"
>
> This works for me, though the system I'm testing against is quite old 
> (1.2.8)
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ------------------------------------------------------------------------
>
> _______________________________________________
> ProFTPD Users List   <proftpd-users <at> proftpd.org>
> Unsubscribe problems?
> http://www.proftpd.org/list-unsub.html
yep, worked.  thanks.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

David Wells | 3 Aug 2007 15:33
Picon

Re: [Proftpd-user] help with hidden dirs/files

I recently had to configure something similar to what you want and I solved it with something like this within a directory section of my configuration file

  HideFiles                     "(^|/)\\."
  <Limit ALL>
    IgnoreHidden                on
  </Limit>



Thomas L. Shinnick escribió:
At 09:48 PM 8/2/2007, nix4me wrote:
Hi,

I have added:

ListOptions -a
and
ListOptions "" strict

and I still can see .hidden files/folders

Any idea why?

I think you want
        ListOptions "+a"
    or
        ListOptions "+a" strict

The "+a" with the "strict" will prevent remote users from being able to see dot-files even when they enter a command
        ls "-a"

This works for me, though the system I'm testing against is quite old (1.2.8) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ ProFTPD Users List <proftpd-users <at> proftpd.org> Unsubscribe problems? http://www.proftpd.org/list-unsub.html
Attachment (d.wells.vcf): text/x-vcard, 423 bytes
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
Clemson, Chris | 1 Jul 2004 17:15
Picon

RE: [Proftpd-user] help with .message file

ignore my last post, i missed your <anonymous> tags, sorry!
i've got no idea,

chris

-- 
The content of this e-mail is confidential, may contain privileged material
and is intended solely for the recipient(s) named above. If you receive this
in error, please notify Software AG immediately and delete this e-mail.

Software AG (UK) Limited
Registered in England & Wales 1310740
Registered Office: Hudson House, Hudson Way,
Pride Park, Derby DE24 8HS

-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

Clemson, Chris | 1 Jul 2004 17:13
Picon

RE: [Proftpd-user] help with .message file

> I'm a currently running proftpd v1.2.8 on a 486 with an 80 
> gig hard drive.
> It runs quite nicely, I only have a few problems that I would 
> like to get
> solved. I have already spent countless days trying to find 
> the solution to
> my problems which no one else seems to know how to solve. 
> That is why I
> have come to the last resource that I can think of, the mailing list.
> Basically, I'm trying to display the available disk space 
> each time the
> user changes directory, lists the directory, etc. I have 
> posted my problem
> on justlinux.com (a website that I hope most of you already 

i've just had a look at your forum post, and i reckon it's because most of
your "global" settings aren't surrounded by a <global> tag, as i use the
feature and it works fine.
mine looks like the following:

<Global>
        DisplayFirstChdir       .message
        DisplayLogin            .login
        DisplayQuit             .quit
#       DisplayReadme           newfiles.txt
#        ExtendedLog             /var/log/proftpd/auth.log
auth,info,read,write,misc
#        ExtendedLog             /var/log/proftpd/access.log ALL default
        MaxLoginAttempts        1
        MaxClientsPerHost       1 "Already logged in once"
        MaxHostsPerUser         3
#        MaxClients              3 "Sorry, the maximum number of allowed
users are already connected
"
#       MD5FS                   ~/incoming

<IfModule mod_wrap_file.c>
        WrapEngine              on
        WrapDenyMsg             "User denied by access rules"
        WrapLog                 "/var/ftp/log/mod_wrap.log"
        WrapServiceName         ftpd
        WrapTables              file:/etc/hosts.allow file:/etc/hosts.deny
</IfModule>

#TCPAccessFiles                 /etc/hosts.allow /etc/hosts.deny
#TCPServiceName                 ftpd

TransferLog                     /var/ftp/log/xferlog
#TransferRate                   RETR 20:204800000 user dnb
#TransferRate                   STOR,APPE 40:1024000000 user dnb

</Global>

-- 
The content of this e-mail is confidential, may contain privileged material
and is intended solely for the recipient(s) named above. If you receive this
in error, please notify Software AG immediately and delete this e-mail.

Software AG (UK) Limited
Registered in England & Wales 1310740
Registered Office: Hudson House, Hudson Way,
Pride Park, Derby DE24 8HS

-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
ProFTPD Users List   <proftpd-users <at> proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html


Gmane