Posts by Thiago Simas • 11 points
1 post
-
0
votes1
answer250
viewsQ: How to upload file to FTP server in Python?
I have a script that generates a CSV file and saves with the name of the current date. I’m trying to make a script that checks the latest created file and sends it to the FTP server. How can I do…