flatpak-builder icon indicating copy to clipboard operation
flatpak-builder copied to clipboard

Allow FTP sources

Open alexlarsson opened this issue 8 years ago • 2 comments

From @Alexander-Wilms on March 28, 2017 2:41

I'm trying to build TeX Live, but the official archive is only available via FTP: ftp://tug.org/texlive/historic/2016/texlive-20160523b-source.tar.xz

Adding the url as a source results in the following error message: "Failed to download sources: module texlive: Not supported address schema"

Copied from original issue: flatpak/flatpak#666

alexlarsson avatar Aug 25 '17 10:08 alexlarsson

Yeah, libsoup (which we use for downloads) has no ftp support. We would need some nice ftp library to add this.

alexlarsson avatar Aug 25 '17 10:08 alexlarsson

In previous examples of this I have always been able to find a http mirror though.

alexlarsson avatar Aug 25 '17 10:08 alexlarsson