On Tue, Feb 13, 2001 at 03:00:20PM +0000, kevin wrote:
> Just a quick question. What's the best way to support file
> sharing over the internet?

> I know all about the security nightmares of NFS/SMB/NCP so
> it looks like I'm stuck with ftp. My problem is that my lusers
> have enough problems remembering to insert a floppy before
> using A:, ftp is just a bit too hard for them.

        No...  Authenticated ftp sucks, big time.  You're passing user-ids
and passwords over a session which can be hijacked.

> Any (sensible) suggestions gratefully received.

        Look into scp for straight forward copying of files.

        For some fancier stuff, take a look at rsync.  You can use
rsync with ssh with the command "rsync -e ssh" and use it as a replacement
for rcp/scp and have an amazing performance boost to boot.

        To and from Windows, may be a problem...  Technology can not
be expected to be a replacement for a clue.

> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

        Mike
-- 
 Michael H. Warfield    |  (770) 985-6132   |  [EMAIL PROTECTED]
  (The Mad Wizard)      |  (678) 463-0932   |  http://www.wittsend.com/mhw/
  NIC whois:  MHW9      |  An optimist believes we live in the best of all
 PGP Key: 0xDF1DD471    |  possible worlds.  A pessimist is sure of it!



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to