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

Опубликовано: 19 Февраль 2022
на канале: Learning Software
14,135
198

Blog post for this video - https://nagasudhir.blogspot.com/2022/...

Setup local FTP server (IIS / Filezilla) and FTP client (WinSCP) -    • Setup local FTP server and FTP client...  

Playlist URL -    • Taming Python  

Iterating through files inside a folder using the glob module in python -    • Iterating through files inside a fold...  

Setup Python Development Environment -    • Install python and VS Code | Setup py...  

Table of contents - https://nagasudhir.blogspot.com/2020/...

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