Pyhton script

Jonathan Curran jonc at icicled.net
Sun Feb 11 14:33:22 EST 2007


On Sunday 11 February 2007 11:47, soussou97 wrote:
> Hi;
>
> I would like to automatically delivery, I seek a script in python which
> will be excecute from a Windows station to allows via sftp:
>
> 1- to connect to a Linux server for storing of the files
> 2- Next execute on the Linux server, some actions: Copy, gzip, mv etc...
> 3- to use a config file for the parameters: server name, login, password...
>
> Regards;
> --
> View this message in context:
> http://www.nabble.com/Pyhton-script-tf3209528.html#a8912801 Sent from the
> Python - python-list mailing list archive at Nabble.com.

Just joking with the last message, though I hope that you weren't looking for 
someone to just send it to you. Take a look at Paramiko, it's exactly the 
library you need to do these things.

- Jonathan



More information about the Python-list mailing list