Skip to content

Latest commit

 

History

History
39 lines (16 loc) · 785 Bytes

README.md

File metadata and controls

39 lines (16 loc) · 785 Bytes

Oongly

(n) A finger, in Hindi language
(n) A nodejs based tool for uploading/downloading files and executing remote commands in non-homogeneous systems


On Remote Server

	oonglyd --port 8080

On local machine

Upload files

	oonglycli --host foo.local --port 8080 --op upload --file /home/ameyms/foo.sh --remotepath /var/fubar/bar.sh

Download files

	oonglycli --host foo.local --port 8080 --op download --file /home/ameyms/foo.sh --remotepath /var/fubar/bar.sh

Execute remote command

	oonglycli --host foo.local --port 8080 --op cmd cat /home/amey/code/*.js foo | wc -l

Oongly Github Page