FTP SFTP with Python Tutorial - p2. Putting files to server

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



Category:
Tutorial
Duration: 11:41
49,803 views
181


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 put files from your local machine to 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)
Python (Software)
Server
How-to (Media Genre)
tutorial
programming
paramiko
pysftp
BadAuthentication
Python (Programming Language)
ftp
sftp