6 #include <Poco/Process.h>
7 #include <Poco/SharedPtr.h>
8 #include <Poco/PipeStream.h>
14 #ifdef FASPSTREAM_CPP_EXPORTS
15 #define FASPSTREAM_CPP_API __declspec(dllexport)
17 #define FASPSTREAM_CPP_API __declspec(dllimport)
21 #define FASPSTREAM_CPP_API
34 Poco::SharedPtr<Poco::ProcessHandle> _ph;
41 std::string _ascpPath;
42 std::string _sshKeyFilePath;
43 std::string _sourceFilePath;
44 std::string _username;
45 std::string _password;
46 std::string _hostname;
68 const std::string& sshKeyFilePath);
71 const std::string& sourceFilePath);
FASPSTREAM_POLICY_TYPE
Definition: fasp_stream_constants.h:25