January 2019
Beginner to intermediate
776 pages
19h 58m
English
If you encounter the following error when you run the program, check whether you still can access the FTP_SERVER_URL, by pinging to it:
Traceback (most recent call last):
File "15_1_list_files_on_ftp_server.py", line 25, in <module>
email='nobody@nourl.com',
File "15_1_list_files_on_ftp_server.py", line 13, in test_ftp_connection
ftp = ftplib.FTP(path, username, email)
File "/usr/lib/python3.5/ftplib.py", line 118, in __init__
self.connect(host)
File "/usr/lib/python3.5/ftplib.py", line 153, in connect
source_address=self.source_address)
File "/usr/lib/python3.5/socket.py", line 693, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
File "/usr/lib/python3.5/socket.py", line 732, in getaddrinfo
for res ...Read now
Unlock full access