On Friday 15 April 2005 16:28, Kin C Wong wrote: > Thanks Gustin, we probably won't be using LDAP, there are not that many > users -- maybe in the future. With regards to sftp, RH comes with vsftp -- > just having a look around to see how they are related -- I don't believe > they are the same thing. I will have a closer look at your recommendations > to see what fits our needs.
vsftp - which stands for "Very Secure FTP", is a plain old FTP tool. sftp - which is the SSH FTP protocol, passes trafic over an SSH connection, so all traffic is encrypted, therefore should be more secure, though might be a little slower because of the encryption. With vsftp, any ftp client program can connect. With sftp, you must use a sftp capable program - like WinSCP, or even sftp from the command line... Hope that helps a little. Shawn _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

