ftp_c.h

来自「Window环境下的TCP/IP通讯开发包」· C头文件 代码 · 共 27 行

H
27
字号
// =================================================================
//  class: CUT_FTPClient
//  File:  ftp_c.h
//
//  Purpose:
//
//  FTP client class declaration.
//
//  The primary function  of FTP is to transfer files efficiently
//   and reliably among Hosts and to allow the convenient use of 
//   remote file storage capabilities.
//
//    The objectives of FTP are 
//      1) to promote sharing of files (computer
//         programs and/or data),
//      2) to encourage indirect or implicit (via
//         programs) use of remote computers, 
//      3) to shield a user from
//         variations in file storage systems among Hosts, and 
//      4) to transfer
//         data reliably and efficiently.
//
// INFORMATION: see RFC 959 and it's references
// =================================================================
// Ultimate TCP/IP v4.2
// This software along with its related components, documentation and files ("The Libraries")
// is 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?