搜索资源列表
-
1下载:
一个FTP客户端类,用Socket写的,环境为Unix。
之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互,
并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。
操作很方便,就像平常的FTP操作:
1:登陆FTP服务端
FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort)
ftpTools.
-
-
2下载:
linux下利用socket接口实现的FTP客户端和服务器端,linux using socket interface of the FTP client and server
-
-
1下载:
FTP的实验报告,包含有客户端和服务器的代码,比较使用,利用socket实现的!-FTP lab reports, includes client and server code, compare, using socket implementation!
-
-
0下载:
ftp客户端 可以连接ftp服务器 并进行文件下载-a ftp client can download the server s files
-
-
2下载:
自己写的FTP服务器和客户端,包括命令行客户端和GUI客户端,供大家参考(FTP Client and Server)
-