?? ftp_c.h
字號:
// =================================================================
// 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -