Re: Good "secure" FTP server

2001-06-02 Thread Ian Miller
Morning, Well, you could try using vsftpd - very secureftpd :D good luck. - Original Message - From: Alex Snijder <[EMAIL PROTECTED]> To: Sent: Friday, June 01, 2001 12:17 AM Subject: Good "secure" FTP server > Hello, > > I'm looking for a good '

Re: Good "secure" FTP server

2001-06-02 Thread Ian Miller
Morning, Well, you could try using vsftpd - very secureftpd :D good luck. - Original Message - From: Alex Snijder <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 01, 2001 12:17 AM Subject: Good "secure" FTP server > Hello, > > I&#x

Re: Good "secure" FTP server

2001-06-01 Thread J C Lawrence
On Thu, 31 May 2001 16:17:42 +0200 Alex Snijder <[EMAIL PROTECTED]> wrote: > Hello, I'm looking for a good 'secure' FTP server. I like and use muddleftpd as I need to support user logins in intranet siuations. I recommend perusing Rock Moen's list of FTPd serve

Re: Good "secure" FTP server

2001-05-31 Thread J C Lawrence
On Thu, 31 May 2001 16:17:42 +0200 Alex Snijder <[EMAIL PROTECTED]> wrote: > Hello, I'm looking for a good 'secure' FTP server. I like and use muddleftpd as I need to support user logins in intranet siuations. I recommend perusing Rock Moen's list of FTPd serve

Re: Good "secure" FTP server

2001-05-31 Thread Tim Uckun
At 11:21 AM 5/31/2001 -0400, Bob Bernstein wrote: On Thu, May 31, 2001 at 04:17:42PM +0200, Alex Snijder wrote: > I'm looking for a good 'secure' FTP server...Does anyone know > a good non anonymous I can use? Why not ZOPE? --

Re: Good "secure" FTP server

2001-05-31 Thread Tim Uckun
At 11:21 AM 5/31/2001 -0400, Bob Bernstein wrote: >On Thu, May 31, 2001 at 04:17:42PM +0200, Alex Snijder wrote: > > > I'm looking for a good 'secure' FTP server...Does anyone know > > a good non anonymous I can use? Why not ZOPE? ---

Re: Good "secure" FTP server - users

2001-05-31 Thread Reidar Krogstad
in /etc/ftpaccess add a line like restricted-uid username1 username2 username3 this will make users that logs in with their username listed in the line above, kept inside their home directory. they will not be able to cd into other directories of the system, only their own home-dir and whats

Re: Good "secure" FTP server - users

2001-05-31 Thread Alvin Oga
hi ya John remove "real" from /etc/ftpaccess and that will make it only an anonymous ftp server if you wanna deny secure ftp connections to someits easier to only allow secure ssh ( secure ftp) connections to only certain folks listed in your ssh config files c ya alvin On Thu, 31 May 200

Re: Good "secure" FTP server - users

2001-05-31 Thread Reidar Krogstad
in /etc/ftpaccess add a line like restricted-uid username1 username2 username3 this will make users that logs in with their username listed in the line above, kept inside their home directory. they will not be able to cd into other directories of the system, only their own home-dir and whats

Re: Good "secure" FTP server - users

2001-05-31 Thread Alvin Oga
hi ya John remove "real" from /etc/ftpaccess and that will make it only an anonymous ftp server if you wanna deny secure ftp connections to someits easier to only allow secure ssh ( secure ftp) connections to only certain folks listed in your ssh config files c ya alvin On Thu, 31 May 20

Re: Good "secure" FTP server

2001-05-31 Thread Bob Bernstein
On Thu, May 31, 2001 at 04:17:42PM +0200, Alex Snijder wrote: > I'm looking for a good 'secure' FTP server...Does anyone know > a good non anonymous I can use? Why equate 'non anonymous' with 'secure'? http://linuxmafia.com/pub/linux/security/ftp-daemons -- Bob Bernstein at Esmond, R.I., USA

Re: Good "secure" FTP server

2001-05-31 Thread Jeremy Sowden
> I'm looking for a good 'secure' FTP server. Standard the wu-ftp server is > installed but everyone is telling me it's full with holes. Does anyone know > a good non anonymous I can use? I'm currently using proftpd. You might have a look at http://ftpserver.a

Re: Good "secure" FTP server

2001-05-31 Thread ray p
SSH2 with public key auth solves that problem quite well. If it has been a few years since you last tried it it is a whole new world now. On Thu, May 31, 2001 at 09:44:34AM -0500, John R. Daily wrote: > At (time_t)991319743 ray p wrote: > > > You might want to see if using scp or sftp under ssh

Re: Good "secure" FTP server

2001-05-31 Thread John R. Daily
At (time_t)991319743 ray p wrote: > You might want to see if using scp or sftp under ssh does what you need it > do. Very powerful and very secure tool. Better then any ftp package > out there imo. I haven't tried this as a secure ftp solution for a few years, but one significant problem I encoun

Re: Good "secure" FTP server

2001-05-31 Thread Jonathan McDowell
On Thu, May 31, 2001 at 04:17:42PM +0200, Alex Snijder wrote: > I'm looking for a good 'secure' FTP server. Standard the wu-ftp server > is installed but everyone is telling me it's full with holes. Does > anyone know a good non anonymous I can use? I'm curren

Re: Good "secure" FTP server

2001-05-31 Thread Pierrick PONS
> Hello, > > I'm looking for a good 'secure' FTP server. Standard the wu-ftp server is > installed but everyone is telling me it's full with holes. Does anyone know > a good non anonymous I can use? I'm currently using proftpd. > > Kind regards, >

Re: Good "secure" FTP server

2001-05-31 Thread ray p
You might want to see if using scp or sftp under ssh does what you need it do. Very powerful and very secure tool. Better then any ftp package out there imo. On Thu, May 31, 2001 at 04:17:42PM +0200, Alex Snijder wrote: > Hello, > > I'm looking for a good 'secure' FTP

Good "secure" FTP server

2001-05-31 Thread Alex Snijder
Hello, I'm looking for a good 'secure' FTP server. Standard the wu-ftp server is installed but everyone is telling me it's full with holes. Does anyone know a good non anonymous I can use? I'm currently using proftpd. Kind regards, Alex Snijder

Re: Good "secure" FTP server

2001-05-31 Thread Bob Bernstein
On Thu, May 31, 2001 at 04:17:42PM +0200, Alex Snijder wrote: > I'm looking for a good 'secure' FTP server...Does anyone know > a good non anonymous I can use? Why equate 'non anonymous' with 'secure'? http://linuxmafia.com/pub/linux/security/ftp-daemon

Re: Good "secure" FTP server

2001-05-31 Thread Jeremy Sowden
> I'm looking for a good 'secure' FTP server. Standard the wu-ftp server is > installed but everyone is telling me it's full with holes. Does anyone know > a good non anonymous I can use? I'm currently using proftpd. You might have a look at http://ftpserver.a

Re: Good "secure" FTP server

2001-05-31 Thread ray p
SSH2 with public key auth solves that problem quite well. If it has been a few years since you last tried it it is a whole new world now. On Thu, May 31, 2001 at 09:44:34AM -0500, John R. Daily wrote: > At (time_t)991319743 ray p wrote: > > > You might want to see if using scp or sftp under ssh

Re: Good "secure" FTP server

2001-05-31 Thread John R. Daily
At (time_t)991319743 ray p wrote: > You might want to see if using scp or sftp under ssh does what you need it > do. Very powerful and very secure tool. Better then any ftp package > out there imo. I haven't tried this as a secure ftp solution for a few years, but one significant problem I encou

Re: Good "secure" FTP server

2001-05-31 Thread Jonathan McDowell
On Thu, May 31, 2001 at 04:17:42PM +0200, Alex Snijder wrote: > I'm looking for a good 'secure' FTP server. Standard the wu-ftp server > is installed but everyone is telling me it's full with holes. Does > anyone know a good non anonymous I can use? I'm curren

Re: Good "secure" FTP server

2001-05-31 Thread Pierrick PONS
> Hello, > > I'm looking for a good 'secure' FTP server. Standard the wu-ftp server is > installed but everyone is telling me it's full with holes. Does anyone know > a good non anonymous I can use? I'm currently using proftpd. > > Kind regards, >

Re: Good "secure" FTP server

2001-05-31 Thread ray p
You might want to see if using scp or sftp under ssh does what you need it do. Very powerful and very secure tool. Better then any ftp package out there imo. On Thu, May 31, 2001 at 04:17:42PM +0200, Alex Snijder wrote: > Hello, > > I'm looking for a good 'secure' FTP

Good "secure" FTP server

2001-05-31 Thread Alex Snijder
Hello, I'm looking for a good 'secure' FTP server. Standard the wu-ftp server is installed but everyone is telling me it's full with holes. Does anyone know a good non anonymous I can use? I'm currently using proftpd. Kind regards, Alex Snijder -- To UNSUBSCRIBE,