TrustCore SDK NanoSSH API reference  version 7.0
sshc_filesys.h File Reference

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 sftpClientSettingsSSHC_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)
 

Detailed Description

This header file contains definitions, structures, and function declarations used by NanoSSH client SFTP.

Since
1.41
Version
5.4 and later

(__cplusplus wrapper added ...)

To use this file's enumerations, structures, and functions, the following flag must be defined:

  • __ENABLE_MOCANA_SSH_FTP_CLIENT__

sshc_filesys.h