I would like to specify the port with Python's ftplib client (instead of default port 21).
Here is the code:
from ftplib import FTP
ftp = FTP('localhost') # connect to host, default port
Is there an easy way to specify an alternative port?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…