From dcd6405bb3c54500b32cdc0c8ce652f5942e4c46 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 2 Dec 2015 10:29:29 +0000 Subject: Specify no EPRT on FTP downloads. Fix request to CURL when not using PASV. Fix incorrect return value from ftp_ls_data. Tidy Dolby fetching code a bit. Fix sensitivity of Dolby download button (#769). --- src/lib/internet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/internet.h') diff --git a/src/lib/internet.h b/src/lib/internet.h index f46abc367..12b2ba3cd 100644 --- a/src/lib/internet.h +++ b/src/lib/internet.h @@ -21,5 +21,5 @@ #include #include -boost::optional get_from_zip_url (std::string url, std::string file, boost::function load); +boost::optional get_from_zip_url (std::string url, std::string file, bool pasv, boost::function load); std::list ftp_ls (std::string dir, bool pasv = true); -- cgit v1.2.3