On Mon, Mar 25, 2002 at 03:44:16PM -0800, Wolfe, Gordon W wrote:

> Is there anything like "wget", except doing "puts" instead of "gets"?  Is
> there anything else I might use?  I really want to have to avoid logging
> on to each and every server.  Bonus if it would preserve ownership and
> permissions.

Others have already suggested the best way to accomplish what you want
(rsync), but for completeness, if you really want FTP, then try curl.  It
provides a command-line interface similar to wget, but can upload (FTP PUT
and HTTP POST) in addition to download.

--
 - mdz

Reply via email to