FTP SFTP with Python Tutorial - p3. Getting files from server

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



Category:
Tutorial
Duration: 2:11
16,438 views
41


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 teaches you specifically how to get files from a remote server using SFTP (secure file transfer protocol).

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)
Computer File
Python (Software)
Server
paramiko
pysftp
Python (Programming Language)
ftp
sftp