Python script for device automatic update.

Michael Hrivnak mhrivnak at hrivnak.org
Fri Jun 15 11:43:08 EDT 2012


Let udev run your script when the appropriate device is connected.

http://www.reactivated.net/writing_udev_rules.html

Then you just need to run an ssh command against the correct mount point.

Honestly, python might be overkill for this.  Consider writing a very
small bash script.

Michael

On Fri, Jun 15, 2012 at 6:41 AM, LoadWalker <albert.tresens at gmail.com> wrote:
> Hi,
> I am completly new to python.
> I need to create and script that needs to do the following steps and would apreciate if someone can give me the guidelines to do it as will be my first python script:
>
> The script will be in a linux machine.
> Will wait for a device to conect on the usb. So needs to constantly check for a new driver usb connection.
> At the same time looks for new .zip files in a remote URL that contains a file to be copied to the device.
> So that one a device connectets to the machine it gets copied via ssh the last content of the .zip file.
>
>
> Is it possible to do it in Python?
> --
> http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list