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

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

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
```