Skip to content
/ xmd Public

simple wrapper to run local/remote unix/windows command in same interface

Notifications You must be signed in to change notification settings

AinuX/xmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

xmd

simple wrapper to run local/remote unix/windows command in same interface

#How to use

Remote:

factory=RemoteFactory(is_local, is_win, hostname=, username, password)

Local:

factory=LocalFactory(is_local, is_win, hostname, username, password)

connector=Commander(factory)

connector.run(['ifconfig'])

print connector.out_put

print connector.command

print connector.status_code

About

simple wrapper to run local/remote unix/windows command in same interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages