This is the second supplemental video for setting up FTP for the EOS R5 and it's siblings (see https://youtu.be/jJLk-dxuLeI for the camera side of things, and https://youtu.be/LEjI4WR_P7c for the TLS certificate setup). In this video I'm looking at pyftpdlib. This is the FTP server software that ended up using for all of my testing and demonstrations in this production.
The pyftpdlib FTPS setup script can be found here: https://pyftpdlib.readthedocs.io/en/latest/tutorial.html#ftps-ftp-over-tls-ssl-server
The rest of this mini-series:
◆ FTPS Setup on the R5 - https://youtu.be/jJLk-dxuLeI
◆ TLS Certificate Creation with XCA - https://youtu.be/LEjI4WR_P7c
◆ FTP Server Setup with Python and pyftpdlib - https://youtu.be/5ybdhPc0fGo
══════════════════════
Gear I Use to Make Videos
══════════════════════
(Affiliate links)
⯈ Canon EOS R5 - https://amzn.to/3uJNNVI
⯈ Canon EOS R5C -
⯈ Anker 747 USB Power Bank for R5C - https://amzn.to/3i5hIEd
⯈ Canon RF 15-35mm f/2.8L IS USM - https://amzn.to/37SuLDw
⯈ Canon EF 16-35mm f/4L IS USM - https://amzn.to/3Oi7YBO
⯈ Canon RF 24-70mm f/2.8L IS USM - https://amzn.to/3M9I0yQ
⯈ Rode NTG2
⯈ Rode Wireless Go
⯈ Zoom F6 - https://amzn.to/2TWsSvo
══════════════════════
Chapters
══════════════════════
00:00 Intro
01:04 My FTP Server Requirements
02:46 What is pyftpdlib?
04:25 Problems I ran in to with Pyftpdlib
05:06 Pyftpdlib installation
09:42 FTPS with pyftpdlib
20:39 Wrap up