Re: Hiding dot files with ftpd

2006-06-05 Thread Eric
Kyrre Nygard wrote: > Hello guys! > > Well, I was just curious, since the option to hide dot files is widely > available in most FTP daemons, like vsftpd: > > hide_file=.* > > However, it seems, not in FreeBSD's default ftpd? > > All the best, > Kyrre > just switch over to vsftpd. its way be

Re: Hiding dot files with ftpd

2006-06-05 Thread Kyrre Nygard
At 12:25 04.06.2006, Daniel A. Akulenok wrote: On Sun, June 4, 2006 08:49, Lawrence Horvath wrote: > On 6/3/06, Daniel A. Akulenok <[EMAIL PROTECTED]> wrote: >> On Sat, June 3, 2006 22:57, Kyrre Nygard wrote: >> > >> > What's up all? >> > >> > Just wondering if it's possible to hide dot files som

Re: Hiding dot files with ftpd

2006-06-04 Thread Daniel A. Akulenok
On Sun, June 4, 2006 08:49, Lawrence Horvath wrote: > On 6/3/06, Daniel A. Akulenok <[EMAIL PROTECTED]> wrote: >> On Sat, June 3, 2006 22:57, Kyrre Nygard wrote: >> > >> > What's up all? >> > >> > Just wondering if it's possible to hide dot files somehow >> > with FreeBSD's default ftpd when I invo

Re: Hiding dot files with ftpd

2006-06-03 Thread Lawrence Horvath
On 6/3/06, Daniel A. Akulenok <[EMAIL PROTECTED]> wrote: On Sat, June 3, 2006 22:57, Kyrre Nygard wrote: > > What's up all? > > Just wondering if it's possible to hide dot files somehow > with FreeBSD's default ftpd when I invoke it from inetd? > > ftp stream tcp nowait root /usr/libexec/ftpd ftp

Re: Hiding dot files with ftpd

2006-06-03 Thread Daniel A. Akulenok
On Sat, June 3, 2006 22:57, Kyrre Nygard wrote: > > What's up all? > > Just wondering if it's possible to hide dot files somehow > with FreeBSD's default ftpd when I invoke it from inetd? > > ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l > ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -

Hiding dot files with ftpd

2006-06-03 Thread Kyrre Nygard
What's up all? Just wondering if it's possible to hide dot files somehow with FreeBSD's default ftpd when I invoke it from inetd? ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l Thanks, Kyrre __