試著突破低點,往高點邁進
import ftplib ftp = ftplib.FTP("ftp.stu.edu.tw") ftp.login() print(ftp.getwelcome()) print(ftp.dir()) ftp.close()