Python FTP download 550 error
问题 I've written an ftp crawler to download specific files. It works up until it finds the specific file it wants to download, and then it throws this error: ftplib.error_perm: 550 The file exists in my download folder, but the size of the file is 0 kb. Do I need to convert something in order to get it to download?. I can access the ftp manual and download the file without any problems, so don't think it's the login part (unless there's different ways of logging in??) Here's my code: import