📄 ftp_s.h
字号:
// =================================================================
// class: CUT_FTPServer
// class: CUT_FTPThread
// File: ftp_s.h
//
// Purpose:
//
// FTP server and thread class declarations.
//
// 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 refrences
// ===================================================================
// Ultimate TCP/IP v4.2
// This software along with its related components, documentation and files ("The Libraries")
// is
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -