Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30711

Re: How to execute commands on a windows machine from a Linux machine

Date 2012-10-04 01:15 -0500
From Andrew Berg <bahamutzero8825@gmail.com>
Subject Re: How to execute commands on a windows machine from a Linux machine
References <008501cda1ef$0ec17eb0$2c447c10$@calsoftinc.com>
Newsgroups comp.lang.python
Message-ID <mailman.1787.1349331314.27098.python-list@python.org> (permalink)

Show all headers | View raw


On 2012.10.04 00:13, Shambhu Rajak wrote:
> Here i have two questions,
> 
> 1.       I want  to write a framework for Linux machine that can execute
> commands on windows machine:
> 
> How to create a persistent shell between Linux and Windows machine.
> 
> 2.       I require to extract windows disk management features, for eg:
> Number of drives on that windows machine ,
> 
> volume size of the machine, to create a partition, all these storage
> stuffs. I want to achieve all these features of windows machine, from linux.
If you must use Python, there are execnet and RPyC, which will allow you
to execute Python code remotely. Otherwise, there is Copssh, which has
an SSH server that runs on Windows.

http://codespeak.net/execnet/
http://rpyc.sourceforge.net/
https://www.itefix.no/i2/copssh
-- 
CPython 3.3.0 | Windows NT 6.1.7601.17835

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: How to execute commands on a windows machine from a Linux machine Andrew Berg <bahamutzero8825@gmail.com> - 2012-10-04 01:15 -0500

csiph-web