Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
AppfFtp.h
Package: SwordOnline.rar [view]
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 2k
Category:
Game Server Simulator
Development Platform:
C/C++
- /*
- * NOTE: The Microsoft Host Integration Server 2000 AFTP services use a buffer
- * size defined in an earlier version of AFTP. You *must* use this header
- * file to ensure compatibility. The aftpapi.h file #included below defines
- * the current AFTP version. The constants specific to the Microsoft implementation
- * are redefined to appropriate values in this file.
- * Copyright (c) Microsoft Corporation. All rights reserved.
- */
- /*
- * The appropriate system value must be defined for your platform.
- * The following system values are supported:
- * CM_OS2
- * CM_DOS
- * CM_AIX
- * CM_MVS
- * CM_VM
- * CM_OS400
- * CM_WINNT *W32*
- *
- * This is necessary for the proper setting of
- * AFTP_ENTRY and AFTP_PTR below.
- */
- #ifndef _aftp_h
- #define _aftp_h
- #include <aftpapi.h>
- #undef AFTP_FILE_NAME_SIZE
- #undef AFTP_FQLU_NAME_SIZE
- #undef AFTP_MODE_NAME_SIZE
- #undef AFTP_PASSWORD_SIZE
- #undef AFTP_TP_NAME_SIZE
- #undef AFTP_USERID_SIZE
- #undef AFTP_MESSAGE_SIZE
- #undef AFTP_DATA_TYPE_SIZE
- #undef AFTP_DATE_MODE_SIZE
- #undef AFTP_RECORD_FORMAT_SIZE
- #undef AFTP_WRITE_MODE_SIZE
- #undef AFTP_INI_MESSAGE_SIZE
- #undef AFTP_SYSTEM_INFO_SIZE
- #define AFTP_FILE_NAME_SIZE ((AFTP_LENGTH_TYPE)512)
- #define AFTP_FQLU_NAME_SIZE ((AFTP_LENGTH_TYPE)64)
- #define AFTP_MODE_NAME_SIZE ((AFTP_LENGTH_TYPE)8)
- #define AFTP_PASSWORD_SIZE ((AFTP_LENGTH_TYPE)10)
- #define AFTP_TP_NAME_SIZE ((AFTP_LENGTH_TYPE)64)
- #define AFTP_USERID_SIZE ((AFTP_LENGTH_TYPE)10)
- #define AFTP_MESSAGE_SIZE ((AFTP_LENGTH_TYPE)2048)
- #define AFTP_DATA_TYPE_SIZE ((AFTP_LENGTH_TYPE)64)
- #define AFTP_DATE_MODE_SIZE ((AFTP_LENGTH_TYPE)64)
- #define AFTP_RECORD_FORMAT_SIZE ((AFTP_LENGTH_TYPE)64)
- #define AFTP_WRITE_MODE_SIZE ((AFTP_LENGTH_TYPE)64)
- #define AFTP_INI_MESSAGE_SIZE ((AFTP_LENGTH_TYPE)1024)
- #define AFTP_SYSTEM_INFO_SIZE ((AFTP_LENGTH_TYPE)512)
- #endif