[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Spread of Directory share on multiple servers
- Subject: Re: [cobalt-developers] Spread of Directory share on multiple servers
- From: Balazs Nagy <bn@xxxxxxxxxxxxxx>
- Date: Wed Jun 7 15:15:32 2000
Daniel Ouellet wrote:
> Basically, I need to make file transfer, copy, etc to various directory but
> I thought or mounting and so far for what I read, there is big warning about
> security of that and I thought of FTP, but this is worst.
ssh is the way to go. scp (part of the ssh suite) allows secure copy,
just like cp
Cheers,
Balazs