FTP SFTP with Python Tutorial - p3. Getting files from server
Transcript
Read and summarize the transcript of this video on Glasp Reader (beta).
Summary & Key Takeaways
The summary of this video is not yet available 😢 We summarize videos one by one, so it might take a while. If you want to get the summary now, please summarize the video with YouTube Summary extension or try Glasp Reader.
About the Video
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.ta...