https://github.com/codeandcats/rover-ftp
Rover FTP will fetch new files from an FTP Server for you
https://github.com/codeandcats/rover-ftp
Last synced: 9 months ago
JSON representation
Rover FTP will fetch new files from an FTP Server for you
- Host: GitHub
- URL: https://github.com/codeandcats/rover-ftp
- Owner: codeandcats
- License: mit
- Created: 2016-02-09T08:12:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T12:36:08.000Z (over 10 years ago)
- Last Synced: 2025-03-11T03:31:25.572Z (over 1 year ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rover-ftp
#### Rover FTP will fetch new files from an FTP Server for you!

## Installation
```
npm install rover-ftp --global
```
## Add a server
```
rover-ftp set-server --url --username --password --remote --local
```
e.g.
```
rover-ftp set-server MyFtp --url myftpserver.net --username rsanchez --password "WubbaLubbaDubDub" --remote "downloads/completed" --local "c:\downloads"
```
## Fetch downloads
```
rover-ftp fetch [name]
```
e.g.
```
rover-ftp fetch MyFtp
```