FzApiStructures.cpp 407 B

12345678910111213141516
  1. //---------------------------------------------------------------------------
  2. #include "stdafx.h"
  3. #include "FzApiStructures.h"
  4. //---------------------------------------------------------------------------
  5. t_server::t_server()
  6. {
  7. port = 0;
  8. nServerType = 0;
  9. nPasv = 0;
  10. nTimeZoneOffset = 0;
  11. nUTF8 = 0;
  12. iForcePasvIp = -1;
  13. iUseMlsd = -1;
  14. Certificate = NULL;
  15. PrivateKey = NULL;
  16. }