/plugins/nftp/nftpdefoptions.h

00001 /* $Id: nftpdefoptions.h,v 1.2 2003/09/22 20:51:49 ndiin Exp $
00002  *
00003  * nftpdefoptions.h    Default option values
00004  *
00005  *    Written by Eric Andresen
00006  *
00007  * Copyright 2003 Eric Andresen
00008  * See COPYING for license information
00009  */
00010 
00011 #ifndef NFTPDEFOPTIONS_H
00012 #define NFTPDEFOPTIONS_H
00013 
00014 #include "defoptions.h" // Include nvemftp's as well.
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

Generated on Wed Oct 22 20:32:04 2003 for nvemftp by doxygen1.3