Streaming SSH
Installation
npm install --save sssh
Usage
var Connection = ; var ssh = ; var settings = <your connection settings> ; var Sssh = Command; var sssh = ssh 'pwd'; sssh; ssh;
This will output the path to the current folder after establishing an SSH connection.
Contributions
- are welcome;
- should be tested;
- should follow the same coding style.
License
Copyright (c) 2014 Ruslan Bredikhin