Url support #462

- Added TransportCurl for http, https and ftp
- Added url support for import command
This commit is contained in:
Johannes Schlatow
2010-10-04 02:17:08 +02:00
parent adc7992608
commit bf316974d9
10 changed files with 352 additions and 98 deletions

View File

@@ -44,9 +44,9 @@ public:
protected:
std::string executable;
std::string protocol;
std::string protocol;
std::vector<std::string> arguments;
std::string host;
std::string path;
std::string port;