Serv-U Integration Sample DLL.def
上传用户:q2283699q
上传日期:2022-05-17
资源大小:10704k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. ; Serv-U Integration Sample DLL.def : Declares the DLL exports.
  2. LIBRARY "Serv-U Integration Sample DLL"
  3. EXPORTS
  4. ; Comment out any function export if implementation is not desired
  5. ; for that function, Serv-U will not attempt to call functions that
  6. ; are not loaded.
  7. ;
  8. ; Functions labeled as "required" must be implemented as a minimum
  9. ; for User Access (SUUA).
  10. ;-------------------------
  11. ; user management
  12. ;-------------------------
  13. SUUAFindUser ; required
  14. SUUAUnloadUser
  15. SUUAChangePassword
  16. SUUAPasswordChanged
  17. SUUAStoreUser
  18. SUUAUserLoaded
  19. SUUAGetUserAvailability
  20. SUUAIsUserDirty
  21. ;-------------------------
  22. ; attribute
  23. ;-------------------------
  24. SUUAGetAttribute ; required
  25. SUUAGetAttributeEx
  26. SUUASetAttribute ; required
  27. ;-------------------------
  28. ; collections
  29. ;-------------------------
  30. SUUAEnumDirAccess ; required if not using groups
  31. SUUAEnumVirtualPath
  32. SUUAEnumIPAccess
  33. SUUAEnumUlDlRatioFreeFile
  34. SUUAEnumEvent
  35. SUUAEnumGroupName ; required if not using SUUAEnumDirAccess, group must have a home directory
  36. ;-------------------------
  37. ; upload / download ratios
  38. ;-------------------------
  39. SUUAGetUserFilesUlDlRatio
  40. SUUAGetUserBytesUlDlRatio
  41. SUUAGetSessionFilesUlDlRatio
  42. SUUAGetSessionBytesUlDlRatio
  43. SUUASetUserFilesUlDlRatio
  44. SUUASetUserBytesUlDlRatio
  45. SUUASetSessionFilesUlDlRatio
  46. SUUASetSessionBytesUlDlRatio
  47. ;-------------------------
  48. ; login
  49. ;-------------------------
  50. SUUAVerifyPassword
  51. SUUAVerifyIP
  52. ;-------------------------
  53. ; connection (SUCN)
  54. ;-------------------------
  55. SUCNConnect
  56. SUCNDisconnect
  57. ;-------------------------
  58. ; status (SUST)
  59. ;-------------------------
  60. SUSTFireEvent
  61. SUSTLogString
  62. ;-------------------------
  63. ; operation hooks (SUOH)
  64. ;-------------------------
  65. SUOHRetrieve
  66. SUOHStore
  67. SUOHRename
  68. SUOHDeleteFile
  69. SUOHDeleteDirectory
  70. SUOHCreateDirectory
  71. SUOHChangeWorkingDirectory
  72. ;-------------------------
  73. ; command hooks (SUCH)
  74. ;-------------------------
  75. SUCHFTPAppendFEAT
  76. SUCHFTPSITE
  77. SUCHFTPCommand