TrustCore SDK NanoSSH API reference  version 7.0
SFTP Server Management Functions

Functions

MOC_EXTERN sftpSettingsSSH_sftpSettings (void)
 Get a pointer to NanoSSH SFTP server settings. More...
 

Detailed Description

Function Documentation

◆ SSH_sftpSettings()

MOC_EXTERN sftpSettings* SSH_sftpSettings ( void  )

This function returns a pointer to NanoSSH SFTP Server settings, which consist entirely of upcall function pointers.

Since
1.41
Version
1.41 and later

To enable this function, the following flags must be defined in moptions.h:

  • __ENABLE_MOCANA_SSH_FTP_SERVER__
  • __ENABLE_MOCANA_SSH_SERVER__

sftp.h

Returns
Pointer to NanoSSH SFTP server settings.

sftp.c