Is it possible to use the requests
module to interact with a FTP site? requests
is very convenient for getting HTTP pages, but I seem to get a Schema error when I attempt to use FTP sites.
Is there something that I am missing in requests
that allows me to do FTP requests, or is it not supported?