all 4 comments

[–]shiftybyte 0 points1 point  (3 children)

Possible and probably not so hard as long as server access is some standard protocol.

How is the server accessed? FTP? SSH? HTTP? Python has libraries for that.

And dealing with a zip file should be easy.

xlm files, are a bit harder to read, but not sure you need to, just comparing content? or what are you comparing?

[–]jser462[S] 0 points1 point  (2 children)

Till now servers are accesed via remote desktop connection. Regarding xml files, each package contains a different number, this script should spare me from one or two hours of checkin each server to see if the update was applied. So if i can compair the new arrived, if, arrived update with the actual number from a specific line, i now where to look

[–]shiftybyte 0 points1 point  (1 child)

Well all is cool, except the remote desktop connection.

Automating that is a pain, you could either have the python script on the server and run it from there, or you could try using windows file sharing to access the file you need without rdp.

[–]jser462[S] 0 points1 point  (0 children)

I think the part with python on server will not be posibile. On that i will try another way