ClientSftpChannel - Open[C] __cdecl FlowSshC_ClientSftpChannel_Open(
[C++] [ClientSftpChannel] void Open(RefPtr<ProgressHandler> const& progress); [C#] [ClientSftpChannel] public void Open(ProgressHandler progress); Parameters
Remarks The client must be connected before sending an open request, otherwise the request will fail immediately through the supplied progress handler. Once the channel is opened, you can start using its SFTP functionality. To close the channel call [ClientSftpChannel]Close. A closed channel can be re-opened at any time. |