Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nealrs/ftploy

a colorful lftp script that mirrors a local directory to a remote server.
https://github.com/nealrs/ftploy

Last synced: 1 day ago
JSON representation

a colorful lftp script that mirrors a local directory to a remote server.

Awesome Lists containing this project

README

        

FTPloy
======

This [lftp](http://rudix.org/packages/lftp.html) script mirrors a local directory to a remote server. It's mostly cribbed from [nwgwat's lftp scripts](https://github.com/nwgat/lftp).

Basically, I hardcoded some parameters & zuzz'd up a simple shell command:

```shell
lftp ftp://USERNAME:PASSWORD@HOST -e 'mirror -R --verbose --use-pget-n=8 -c 'local_path' 'remote_path''
```