Skip to content

Wrapper classes to execute commands remotely or to transfer files via SSH using paramiko module

Notifications You must be signed in to change notification settings

jinserk/python_ssh_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_ssh_client

Wrapper classes to execute commands remotely or to transfer files via SSH using paramiko module

  • SshClient.py remote command execution, file put/get via sftp. if there is no path on remote server, this class makes the path then write the file.

  • SshGlob.py it's similar to the Lib/Glob.py but it additionally support the remote file glob as well as exist check

This source code is distributed under BSD License. The use of this code implies you agree the license.

Copyright (c) 2013, Jinserk Baik All rights reserved.

About

Wrapper classes to execute commands remotely or to transfer files via SSH using paramiko module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages