Feature #462: url support
- added uri class for proper uri and path handling
This commit is contained in:
@@ -32,8 +32,7 @@
|
||||
|
||||
class TransportSSH : public Transport {
|
||||
public:
|
||||
TransportSSH (const std::string&);
|
||||
TransportSSH (const std::string&, const std::string&, const std::string&, const std::string&);
|
||||
TransportSSH (const Uri&);
|
||||
|
||||
virtual void send (const std::string&);
|
||||
virtual void recv (std::string);
|
||||
|
||||
Reference in New Issue
Block a user