Fri 26 Oct 2012
Python 101: How to Move Files between Servers
Posted by Mike under Linux, Python
[4] Comments
If you do much system administration, then you know that sometimes you have to write scripts that can move files between servers. I’m not really a system administrator by trade, but I did have to do this sort of thing in some of my programs anyway. Python has several 3rd party packages that provide this ability. We’ll be looking at how to do it with paramiko which depends on PyCrypto (or download PyCrypto from PyPI). (more…)