Use ftplib , you can write it like this: import ftplib session = ftplib.FTP('server.address.com','USERNAME','PASSWORD') file ...
確定! 回上一頁