I would like to upload two files to my FTP server once a day for a month via a Python script. I want to use sleep(60*60*24)
to wait for the next day, but I don't know how to actually upload my files.
I know about ftplib
, but I could not find any documentation that helped me.