Python FTP: Logging In
Thursday November 1, 2007
If you are following the guide on FTP connections in Python, you will want to check out this next step. Having initiated a connection and assigned a handle to the socket object, we now can log into an FTP server using the
login() method of ftplib's FTP class. Next step will be to interact with the server dynamically.