ftp-client

Read Last Row of CSV file from FTP

Read Last Row of CSV file from FTP Question: I have a csv file sitting in an FTP Server. I am able to download the file completely using the ftplib in python, but it is like extra compute and internet burden for me. My main concern is to read the last line only, from the …

Total answers: 1