Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nealrs/ftploy
- Owner: nealrs
- License: gpl-2.0
- Created: 2014-10-25T21:27:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T21:37:51.000Z (over 10 years ago)
- Last Synced: 2023-07-31T17:25:58.478Z (over 1 year ago)
- Language: Shell
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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''
```