ftp_c.cpp
来自「Window环境下的TCP/IP通讯开发包」· C++ 代码 · 共 22 行
CPP
22 行
// =================================================================
// class: CUT_FTPClient
// File: ftp_c.cpp
//
// Purpose:
// 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.
// FOR MORE 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 + =
减小字号Ctrl + -
显示快捷键?