How To Upload and Download Files From FTP Server Using Python

preview_player
Показать описание
In this video, I use the Python Programming Language to upload and download files from an FTP Server. This is useful when sending and receiving flat files. I utilized the the ftplib module in Python to connect to the server and run FTP commands.
Рекомендации по теме
Комментарии
Автор

Thanks Taylor, just what I was going to look for

chiasmsandmorealpersohn
Автор

Hi, thanks for your video, it helped me to understand how ftplib works. And I have tried it on a ftp with a virtual machine and it works.

The problem is when I want to connect to an ftps server on the internet, with implicit encryption over TLS, but the code does not work. I get this error:
ftplib.error_perm: 530 Login incorrect.

How can I fix it?
Thanks in advance!

toni
Автор

Thank you for the effort you put in to making these videos, they are great because they are concise on just one thing and it is like have a video cheat sheet. :)

oscac
visit shbcf.ru