paramiko
a way to use Paramiko ssh / scp functionality from Unix to Windows or Windows to Windows?
is there a way to use Python paramiko package in order to scp or ssh from Unix to Windows or from Windows to Windows ?[详细]
2023-02-16 12:16 分类:问答Paramiko in Apache : DLL load failed
I have a Django app that uses Paramiko to communicate with other remote servers. Paramiko relies on module winrandom, but that won\'t 开发者_JAVA百科install on windows without gcc, so instead I use wi[详细]
2023-02-15 10:18 分类:问答How to check if a remote file is writable using python Paramiko (SSHClient)?
I am trying to check if a remote file is writable or not using paramiko. My current code is from paramiko.ssh_exception import SSHException, BadHostKeyException[详细]
2023-02-13 07:19 分类:问答How to make a sudo command using Paramiko
I am having some problems with commands that have sudo using paramiko f.ex sudo apt-get update here is my code:[详细]
2023-02-09 01:33 分类:问答Paramiko connection issue
I\'m writing my first desktop app and I\'m struggling with class instances. This app is a simple ftp program using paramiko. What I\'ve set up so far is a connection.py which looks like this...[详细]
2023-02-05 20:16 分类:问答Piped commands in paramiko
How do I run piped commands in paramiko? I\'m doing this: statement = \'grep thing f开发者_JAVA技巧ile | grep thing2 | tail -1\'[详细]
2023-02-02 02:29 分类:问答Paramiko SSH Tunnel Shutdown Issue
I\'m working on a python script to query a few remote databases over an established ssh tunnel every so often. I\'m fairly familiar with the paramiko library, so that was my choice of route. I\'d pref[详细]
2023-01-30 13:57 分类:问答Paramiko X11 mode with python programming
I do not manage to use the Paramiko python module passing through its ssh X11 management functionality.[详细]
2023-01-30 10:50 分类:问答Directory transfers with Paramiko
How do you use Paramiko to transfer complete directories? I\'m trying to use: sftp.put("/Folder1","/Folder2")[详细]
2023-01-29 17:09 分类:问答How to connect to a database through a Paramiko Tunnel (or similar package)
I am having serious issues setting up a proper tunnel in paramiko to enable a database connection.I have reviewed the example \'forward.py\', but am not understanding how to then link the database con[详细]
2023-01-22 03:05 分类:问答