I'm trying to download some public data files. I screenscrape to get the links to the files, which all look something like this:
ftp://ftp.cdc.gov/pub/Health_Statistics/NCHS/nhanes/2001-2002/L28POC_B.xpt
I can't find any documentation on the Requests library website.1
Thanks in advance!
You Can Try this
requests
library doesn't support ftp links.To download a file from FTP server you could:
Or: