mountar-cli
Version:
Mount your remote SSH servers as folders pretty easy!
34 lines (21 loc) • 606 B
Markdown
<p align="center">
<img src="https://i.imgur.com/ri4NOrk.png">
</p>
<p align="center">
Mount your remote SSH servers as folders pretty easy!
</p>
## Install
```
npm i -g mountar-cli
```
## Usage
Parameters: `remote user` `remote server` `remote directory` `remote ssh port`
```
mountar john my.server.com /var/www 2222
```
Mounted remote directory will automatically pop-up on screen.
## Note
Currenly we're supporting `macOS` & `Linux (in BETA)` systems. `Windows` will be added soon as possible.
It's a work in progress.
## License
MIT © [Filipe Barros](https://github.com/barrosfilipe)