Re: FTP/TLS

2003-06-11 Thread Michael Mansour
I couldn't get that link to work, are you sure that's right? --- Ed Wilts <[EMAIL PROTECTED]> wrote: > On Wed, Jun 11, 2003 at 09:43:40AM -0400, Joseph E. > Donato wrote: > > Don't know if anyone is going to know how to do > this, but does anyone > > know how to set up an FTP server so that it us

Re: FTP/TLS

2003-06-11 Thread Ed Wilts
On Wed, Jun 11, 2003 at 09:43:40AM -0400, Joseph E. Donato wrote: > Don't know if anyone is going to know how to do this, but does anyone > know how to set up an FTP server so that it uses TLS to encrypt the > communication. I have not been able to find any documentation on it. http://www.for

Re: FTP/TLS

2003-06-11 Thread Jonathan Bartlett
No, it's been several years, but I don't remmeber it being too hard. Just look at the man pages for pppd and you should be able to figure it out. Jon On Wed, 11 Jun 2003, Gary Stainburn wrote: > On Wednesday 11 Jun 2003 2:52 pm, Jonathan Bartlett wrote: > > You can also, just for fun, run ssh b

Re: FTP/TLS

2003-06-11 Thread Gary Stainburn
On Wednesday 11 Jun 2003 2:52 pm, Jonathan Bartlett wrote: > You can also, just for fun, run ssh between two machines and start up ppp > on both of them. I've done that just for kicks (yes, I am aware that this > classifies me as a complete loser that I would find this fun). Have you any docs on

Re: FTP/TLS

2003-06-11 Thread Jonathan Bartlett
You can also, just for fun, run ssh between two machines and start up ppp on both of them. I've done that just for kicks (yes, I am aware that this classifies me as a complete loser that I would find this fun). Jon On Wed, 11 Jun 2003, Michael Mansour wrote: > I can't be 100% about this since I

Re: FTP/TLS

2003-06-11 Thread Michael Mansour
I can't be 100% about this since I have never done it. Bu there is software called stunnel which will allow you to tunnel anything you can run under xinetd through it (thereby encrypting it via SSL). Do a google search for stunnel and you'll find plenty on it. There is also software which gives yo

FTP/TLS

2003-06-11 Thread Joseph E. Donato
Folks, Don't know if anyone is going to know how to do this, but does anyone know how to set up an FTP server so that it uses TLS to encrypt the communication. I have not been able to find any documentation on it. Any help would be appreciated.