00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef NFTPDEFOPTIONS_H
00012 #define NFTPDEFOPTIONS_H
00013
00014 #include "defoptions.h"
00015
00016 #define PROTOCOL_NAME "NFtp"
00017 #define PROTOCOL_DESC "FTP Protocol Implementation"
00018 #define PROTOCOL_PREFIX "ftp"
00019
00020 #define DEF_NFtp_PassiveXfer 0
00021 #define DEF_NFtp_AnonymousPassword "nvemftp@123.com"
00022 #define DEF_NFtp_ResumeGetRollback 32768
00023 #define DEF_NFtp_Adv_RefillUploadBuffer (256*1024)
00024 #define DEF_NFtp_Adv_UploadBuffer (1024*1024)
00025 #define DEF_NFtp_ListOptions "-a"
00026
00027 #endif