ftplib python module for download / upload / delete / rename / listing files over FTP server



ftplib python module for download / upload / delete / rename / listing files over FTP server

ftplib python module for download / upload / delete / rename / listing files over FTP server

Blog post for this video – https://nagasudhir.blogspot.com/2022/02/ftp-server-communication-with-ftplib.html

Setup local FTP server (IIS / Filezilla) and FTP client (WinSCP) – https://youtu.be/6gHlAfviiPM

Playlist URL – https://youtube.com/playlist?list=PLCgehTvigkDORG6Jk471vO6njvQpViOXV

Iterating through files inside a folder using the glob module in python – https://youtu.be/Nmt2GqP45nM

Setup Python Development Environment – https://youtu.be/w8MPx1EMNNU

Table of contents – https://nagasudhir.blogspot.com/2020/04/taming-python-table-of-contents.html

Please subscribe, like and share this video

00:00 – Intro
00:37 – Local FTP server and client setup
01:48 – Connecting to FTP server
04:59 – Connect to FTP server with SSL
06:24 – Change working directory (cwd)
07:46 – list the filenames (nlst)
09:38 – upload files (storbinary)
13:43 – download files (retrbinary)
16:38 – rename files
17:19 – delete files
17:47 – create folder (mkd)
18:23 – delete folder (rmd)
18:44 – get file size
19:06 – directory listing (dir)
19:50 – Conclusion

#ftp #ftplib #ftp_client #ftp_server #dev #tutorial #learning #beginners #taming_python