ftp 모듈 썸네일형 리스트형 [Python Reference] ftplib ftplib index /usr/lib/python1.6/ftplib.py An FTP client class and some helper functions. Based on RFC 959: File Transfer Protocol (FTP), by J. Postel and J. Reynolds Example: >>> from ftplib import FTP >>> ftp = FTP('ftp.python.org') # connect to host, default port >>> ftp.login() # default, i.e.: user anonymous, passwd user@hostname '230 Guest login ok, access restrictions apply.' >>> ftp.retrl.. 더보기 이전 1 다음