FTP SFTP with Python Tutorial - Part 1 Intro

Channel:
Subscribers:
1,400,000
Published on ● Video Link: https://www.youtube.com/watch?v=TTks9B4PMKU



Category:
Tutorial
Duration: 6:08
31,460 views
135


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







Tags:
SSH File Transfer Protocol (Protocol)
File Transfer Protocol (Internet Protocol)
Python (Software)
Tutorial (Industry)
How-to (Media Genre)
programming
paramiko
pysftp
Python (Programming Language)
ftp
sftp