Début développement interface serveur SFTP

This commit is contained in:
jfmartel 2023-11-17 14:16:31 -05:00
parent 56f257e35e
commit f6bb9f3d9a
3 changed files with 2137 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#include "SFTPServerManager.h"
CSFTPServerManager::CSFTPServerManager()
{
}

View File

@ -0,0 +1,10 @@
#ifndef SFTPSERVERMANAGER_H
#define SFTPSERVERMANAGER_H
class CSFTPServerManager
{
public:
CSFTPServerManager();
};
#endif // SFTPSERVERMANAGER_H

2122
sources/SSH/include/CkSsh.h Executable file

File diff suppressed because it is too large Load Diff