HomeSoftware Heritage

package/utils: Add FTP protocol support to download function

Description

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 T2687