Re: best way to allow uploading of files to webserver

2003-06-27 Thread Michael Mansour
Is there a Winsftp? sftp is part of the ssh toolkit, if something exists like that under Windows then maybe that would stop your irritation :) Michael. --- Bret Hughes <[EMAIL PROTECTED]> wrote: > On Fri, 2003-06-27 at 08:02, Benjamin J. Weiss > wrote: > > Bret, > > > > Don't use any sort of ftp

RE: best way to allow uploading of files to webserver

2003-06-27 Thread Lazor, Ed
Edit /etc/shells Add /bin/sftponly Edit /etc/passwd and change the account's shell to /bin/sftponly > -Original Message- > I told him my concerns about ftp. I wish I could figure out > a good way > to disable logins for these scp only accounts though. It is not a big > user base and

Re: best way to allow uploading of files to webserver

2003-06-27 Thread Bret Hughes
On Fri, 2003-06-27 at 08:02, Benjamin J. Weiss wrote: > Bret, > > Don't use any sort of ftp. If you installed RH 9.0, then you are 99% sure > to have installed ssh. The scp (secure copy) protocol runs automatically on > top of ssh (unless you've disabled it). Go to > > http://winscp.vse.cz/eng

Re: best way to allow uploading of files to webserver

2003-06-27 Thread Benjamin J. Weiss
ll. It'll copy all of your files over an encrypted ssh session. Ben - Original Message - From: "Bret Hughes" <[EMAIL PROTECTED]> To: "redhat-list" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 11:36 AM Subject: best way to allow uploading of fi

Re: best way to allow uploading of files to webserver

2003-06-26 Thread Ian Mortimer
> I have to admit that since digging a bit into the various chrooted ftp > servers out there, I really like that idea. I think it is a shame that > the openssh team apparently does not see this sort of functionality as > part of the scope of the project. Possibly because the OpenBSD philosophy

Re: best way to allow uploading of files to webserver

2003-06-26 Thread Cliff Wells
On Thu, 2003-06-26 at 09:36, Bret Hughes wrote: > I am assuming that I can set up a ftp-ssl server. Anyone have > experience with such a setup and free or real cheap gui windows clients > for ftps? > > Tips appreciated. I will continue to google as well of course. Don't overlook the venerable pu

Re: best way to allow uploading of files to webserver

2003-06-26 Thread Bret Hughes
On Thu, 2003-06-26 at 11:36, Bret Hughes wrote: > I have been doing a bit of consulting on the side and have a client for > which I have just built a RH 9 box to be used as a webserver with about > 10 small sites that will be served. > > I hate ftp. In fact I hate anything that uses clear test p

RE: best way to allow uploading of files to webserver

2003-06-26 Thread Jonathan Bartlett
We use WinSCP here with good success. Jon On Thu, 26 Jun 2003, Lazor, Ed wrote: > Why not use ssh and SecureFTP (http://www.vandyke.com > > > -Original Message- > > I hate ftp. In fact I hate anything that uses clear test passwords and > > don't really like any thing that relies on passw

RE: best way to allow uploading of files to webserver

2003-06-26 Thread Lazor, Ed
Why not use ssh and SecureFTP (http://www.vandyke.com > -Original Message- > I hate ftp. In fact I hate anything that uses clear test passwords and > don't really like any thing that relies on passwords alone to > authenticate internet users but since the users are all > windows based I >

Re: best way to allow uploading of files to webserver

2003-06-26 Thread Ricky Boone
> I have been doing a bit of consulting on the side and have a client for > which I have just built a RH 9 box to be used as a webserver with about > 10 small sites that will be served. > > I hate ftp. In fact I hate anything that uses clear test passwords and > don't really like any thing that rel

Re: best way to allow uploading of files to webserver

2003-06-26 Thread Brian Ashe
Bret Hughes, On Thursday June 26, 2003 12:36, Bret Hughes wrote: > I have been doing a bit of consulting on the side and have a client for > which I have just built a RH 9 box to be used as a webserver with about > 10 small sites that will be served. > > I hate ftp. In fact I hate anything that us

best way to allow uploading of files to webserver

2003-06-26 Thread Bret Hughes
I have been doing a bit of consulting on the side and have a client for which I have just built a RH 9 box to be used as a webserver with about 10 small sites that will be served. I hate ftp. In fact I hate anything that uses clear test passwords and don't really like any thing that relies on pa