Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ftp

Ftplib Error Socket.gaierror: [errno 8] Nodename Nor Servname Provided, Or Not Known

I'm trying to download a file from an FTP server using FTPlib but i keep getting the error belo… Read more Ftplib Error Socket.gaierror: [errno 8] Nodename Nor Servname Provided, Or Not Known

Close Urllib2 Connection

I'm using urllib2 to load files from ftp- and http-servers. Some of the servers support only on… Read more Close Urllib2 Connection

Read Filename From Every Subfolder In Ftp And Save Them In A List - How To Speed Up Execution Time In Python

I have a working version of Python code, it reads files from each subfolder and save them into a li… Read more Read Filename From Every Subfolder In Ftp And Save Them In A List - How To Speed Up Execution Time In Python