prelogin.h
上传用户:ig0539
上传日期:2022-05-21
资源大小:181k
文件大小:0k
源码类别:

Ftp客户端

开发平台:

C/C++

  1. #ifndef VSF_PRELOGIN_H
  2. #define VSF_PRELOGIN_H
  3. struct vsf_session;
  4. /* init_connection()
  5.  * PURPOSE
  6.  * Called as an entry point to FTP protocol processing, when a client connects.
  7.  * This function will emit the FTP greeting, then start talking FTP protocol
  8.  * to the client.
  9.  * PARAMETERS
  10.  * p_sess         - the current session object
  11.  */
  12. void init_connection(struct vsf_session* p_sess);
  13. #endif /* VSF_PRELOGIN_H */