Various improvements in robustness / neatness of certificate download stuff.
[dcpomatic.git] / src / lib / internet.h
index d7427fe48351e04cc736f9467915f9a97858197e..f46abc367de128780a87c390142e73587d4532a1 100644 (file)
@@ -22,4 +22,4 @@
 #include <boost/filesystem.hpp>
 
 boost::optional<std::string> get_from_zip_url (std::string url, std::string file, boost::function<void (boost::filesystem::path)> load);
-std::list<std::string> ftp_ls (std::string dir);
+std::list<std::string> ftp_ls (std::string dir, bool pasv = true);