Skip to content
/ oongly Public

A simple tool to remotely execute commands as well as upload and download files across non homogenous systems

Notifications You must be signed in to change notification settings

ameyms/oongly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple tool to remotely execute commands as well as upload and download files across non homogenous systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published