![]() |
TrustCore SDK NanoSSH API reference
version 7.0
|
NanoSSH Client SFTP developer API header. More...
Go to the source code of this file.
Data Structures | |
struct | sftpClientSettings |
Callback function pointers for NanoSSH Client SFTP operations. More... | |
struct | sftpFileObjDescr |
Functions | |
MOC_EXTERN sftpClientSettings * | SSHC_sftpClientSettings (void) |
MOC_EXTERN ubyte4 | SSHC_sftpGetMaxWrite (sbyte4 connectionInstance) |
MOC_EXTERN void | SSHC_sftpSetWriteBuffer (sftpcFileHandleDescr *p_sftpFileHandleDescr, sbyte *pBuffer) |
Point a write buffer to a chunk of data to be transfered. More... | |
MOC_EXTERN void | SSHC_sftpSetWriteBufferSize (sftpcFileHandleDescr *p_sftpFileHandleDescr, sbyte4 bufSize) |
Set the size of a write buffer pointing to a chunk of data to be transfered. More... | |
MOC_EXTERN void | SSHC_sftpSetWriteLocation (sftpcFileHandleDescr *p_sftpFileHandleDescr, sbyte4 location) |
This header file contains definitions, structures, and function declarations used by NanoSSH client SFTP.
(__cplusplus wrapper added ...)
To use this file's enumerations, structures, and functions, the following flag must be defined:
__ENABLE_MOCANA_SSH_FTP_CLIENT__