FTP SFTP with Python Tutorial - Part 1 Intro
Welcome to my tutorial concerning how to use Python for SFTP / FTP in order to get and put files from and to webservers via Secure File Transfer Protocol.
This video serves as the introduction.
Make sure you install in the following order: PyCrypto, Paramiko, PySFTP.
32-bit:
https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.6.1.tar.gz
https://pypi.python.org/packages/source/p/paramiko/paramiko-1.12.0.tar.gz
64-bit:
PyCrypto: http://www.voidspace.org.uk/downloads/pycrypto26/pycrypto-2.6.win-amd64-py2.7.exe
Paramiko: http://dragffy.com/blog/wp-content/uploads/2011/11/paramiko-1.7.7.1.win-amd64_Jaraco_patch.exe
Then:
https://code.google.com/p/pysftp/downloads/detail?name=pysftp-0.2.2.tar.gz
Sentdex.com
Facebook.com/sentdex
Twitter.com/sentdex