搜索资源列表
几个经典的ftp源代码
- 几个经典的ftp程序包括服务器端和客户端。甚至还有个用比较低层的方法的来实现的。非常值得推荐-several classic ftp programs including server programs and client programs.Even there is one which is implemented by low-layer method.strongly recommended
CorpServerService2
- 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP / IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
javatext
- FTP服务器和客户端(自己的协议) 想学网络编程的可以看一下-FTP server and client (the Agreement), like the network programming can look at the
ftpPlayer
- 这是一个FTP服务器和客户端程序,可实现直接播放FTP上的媒体-This is an FTP server and client procedures, direct broadcast media FTP
netcode5
- 一个完整的Ftp原代码,可供使用 服务器端在和客户端建立连接之后,一直监听客户端的服务请求,而且可以实现多线程。..
FTP
- FTP服务器的C源程序,包括客户端和服务器两部分。
FTP
- 用VC6.0实现的基于TCP协议的聊天室,包括客户端和服务器代码,很有参考价值
vc编写的FTP通讯
- vc编写的FTP通讯程序源码,包括服务器端和客户端程序,很适合FTP通讯,包括窗体页面
ftp服务器与和客户端代码
- ftp服务器与和客户端代码
atftp_0.4.tar.gz
- linux系统下的tftp服务器和客户端程序,tftp server and client program in linux system
Upgrade
- 在线升级模块 服务器端 输入FTP服务器地址、登录用户名和密码后,单击“连接”按钮连接指定的FTP服务器,如果连接成功,则会将FTP服务器中的所有文件显示出来。 在左边的“本地驱动器”中选择要上传的文件和文件夹,单击右键,选择“上传”快捷菜单项,即可将选择的文件和文件夹上传到FTP服务器上。 客户端 在线升级模块的客户端主窗体启动时,从FTP服务器上下载软件升级文件,并与计算机上的当前版本相比较,如果有最新版本,则弹出“版本信息”窗体,并将新版本及软件
FTP
- 这是用vc++开发的ftp服务器和客户端程序,有助于初学ftp的人了解这些知识-This is used vc++ Development ftp server and the client program to help people understand ftp beginner knowledge
RemoteControl_2008-11-20_13-06
- 简易的FTP服务器端和客户端实现,用java编写-Simple FTP server and client implementation, using java prepared
FTPserverandclientsourcecode
- 网络编程,FTP服务器端和客户端的源码,用vs开发的,没有控件,是初学者学习网络编程比较好的例子-Network programming, FTP server and client source code, developed by vs, there is no control, is for beginners to learn a better example of network programming
ftpApp
- ftp服务器和客户端的实现原理源代码,在PC机上调试通过,可以进行文件的下载和上传。-ftp server and client implementation of principles of the source code to debug through the PC, you can download and upload to the file.
Ftp_Server
- 在CSharp软件下设计的简单FTP服务器和客户端浏览器,希望给大家帮助。-In CSharp software to design a simple FTP server and client browser, will give all help.
ftp_client_server
- 在linux中搭建FTP服务器和客户端,通过客户端可以向搭建好的服务器读或者写文件-Set up in linux FTP server and client, the client can read and write files
ftp
- 简单的ftp服务器和客户端 用Visual C++实现 在VS2019中可以成功运行(Simple FTP server and client)