command - paramiko on windows - does it use cygwin or cmd? -


i know paramiko's ssh connection work, need cygwin installed on windows. objective run commands remotely linux windows server , process output again on linux server or on windows itself.

i confused because, "ipconfig" sent linux windows using "ssh_obj.exec_command("ipconfig")" works not "ssh_obj.exec_command("dir")" - tried giving path "cd c:\users\administrator" cmd or "cd c:" followed "cd users/administrator" in cygwin. neither of them work.

so paramiko use when use windows send across commands remotely? know?


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -