prelogin.h
来自「linux下的轻量级的ftp服务器」· C头文件 代码 · 共 17 行
H
17 行
#ifndef VSF_PRELOGIN_H#define VSF_PRELOGIN_Hstruct vsf_session;/* init_connection() * PURPOSE * Called as an entry point to FTP protocol processing, when a client connects. * This function will emit the FTP greeting, then start talking FTP protocol * to the client. * PARAMETERS * p_sess - the current session object */void init_connection(struct vsf_session* p_sess);#endif /* VSF_PRELOGIN_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?