ClientSftpChannel - Create[C] FlowSshC_ClientSftpChannel* __cdecl FlowSshC_ClientSftpChannel_Create(FlowSshC_Client* client); [C++] [ClientSftpChannel] ClientSftpChannel(RefPtrConst<Client> const& client); [C#] [ClientSftpChannel] public ClientSftpChannel(Client client); [C] Return Value A FlowSshC_ClientSftpChannel* which represents the newly created sftp-channel. May return NULL on fatal errors (after the fatal error handler is called). Remarks Creates a new sftp-channel and associates it with the given client. Channels can be created even if the client is not yet connected.
|