upload files and folders to a site?

Hal Burgiss hal at burgiss.net
Sat Aug 30 13:25:29 UTC 2014


On Sat, Aug 30, 2014 at 8:56 AM, <nilesrogoff at gmail.com> wrote:

> If you are comforatable from a security standpoint setting up passwordless
> ssh, you can do something like 'echo put blah blah blah | sftp [-P <port>]
> [<user>@]<host>'
>
> Rsync is the easier way to go.
>
>
>
Actually, key based authentication is more secure than passwords. Brute
forcing or guessing a key is an order of magnitude more difficult than the
same with any password, unless maybe the password is several hundred random
characters.

That said, rsync is the preferred method, and from a usability standpoint
passwordless is the way to go, especially if this going to be some ongoing
work. The only reason to ever use ftp is when there is no other, better
option.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20140830/7ff8e812/attachment.html>


More information about the ubuntu-users mailing list