package/utils: Add FTP protocol support to download function
Add support to download file using FTP protocol through the
use of the urllib.request.urlopen
function from Python standard
library.
Related to #2687 (closed)
Migrated from D6239 (view on Phabricator)