[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Spread of Directory share on multiple servers



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