搜索资源列表
一个简单的FTP服务器c源码
- 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。
FTP客户端
- 用C++编写的Socket网络编程,实现了FTP的客户端功能,能支持文件的上传和下载。
Ftp
- ftp传输的客户端程序,包含全部实现文件和头文件,使用的时候需要修改相应涉及ip的代码.-ftp transmission customer end procedure, contains completely realizes the document and a document, use time needs to revise correspondingly involves ip the code
P2P之UDP穿透NAT的原理与实现(附源代码)
- P2P之UDP穿透NAT的原理与实现 两个局域网内的机器通过公网直连的程序-P2P Zhi UDP penetrate NAT Principle and the two machines within the LAN through public networks Direct Connect procedures
ftpclient_class
- ftp客户端完整实现的类,完整实现了上传、下载、删除、列表等等功能!-a c++ ftp class ,which implements upload/download/delete/list function,etc.
fce4c12ftpclient
- 用VC写的基于C++和socker的一个FTP客户端,可以实现简单的FTP上传和下载-VC was based on the C and socker an FTP client, can simple FTP upload and download
linuxdown-1.0.0
- linux下的ftp客户端,支持多线程下载, c代码实现,功能强大-the ftp client, support for multi-threaded download, c implementation of the code, powerful
goodftp
- 一个用c语言编写的ftp客户端,界面简单,实现了ftp的基本功能,很好!-a language with the ftp client, a simple interface, ftp achieved the basic functions well!
FtpClient(winsock)
- 这是一个在MFC下通过Winsock实现的FTP客户端,实现了登陆、查询目录、上传、下载文件,是学习网络编程、FTP协议、Winsock编程的很好材料。-in MFC through Winsock FTP client to achieve the landing, Inquiries directory, upload and download documents, is learning network programming,
FTPclient
- 次程序可以实现网路上的ftp客户端的要求,这是我们网络编程的作业。-Times the procedure can be achieved on the network ftp client s request, which is the operation of our network programming.
FTP-
- 标准C语言编写的FTP客户端,充分利用FTP协议,实现FTP上传下载功能-C language standard FTP client, make full use of FTP protocol, FTP uploading and downloading functionality implementation
FTP
- Linux下的FTP最小实现,包括客户端和服务器端-FTP minimum implementation under Linux, including client and server side
FTP
- Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过 目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立-Ftp client and
myftp
- ftp客户端的实现 ,用c语言实现,在linux下gcc测试通过-ftp client implementation, using c language, tested in gcc under linux
Linux-ftp
- Linux下简单的FTP客户端程序. 这个FTP客户端程序主要分两个模块,一个是ftp_socket.c,负责socket方面的操作,另外一个是ftp.c,负责FTP的操作实现。有参考了网上开源的项目中PORT和PASV部分的处理,其他其实都挺简单的。核心代码不到900行,其中有一些地方没考虑得很全面,一些处理得不够优雅,以后慢慢再修改.-ftp linux sample
FTP
- c语言来模拟FTP服务器与客户端的实现,实现客户端与FTP服务器通信。(C language to simulate the implementation of FTP server and client, to achieve client and FTP server communication.)
ftp_client
- 一个代码简洁但功能强大的,基于Linux C的ftp客户端的实现。一个很好的参考例子。在做相关ftp文件传输的项目的小伙伴值得下载一看。(A code compact but powerful Linux C based implementation of the FTP client. A good example of reference. The small partner in the project that does rel
ftp文件传输源代码
- ftp实现的简单文件传输,客户端,服务器端(ftp file transfer,C++,ftp client,ftp server)
FTP客户端源码VC++6.0
- FTP客户端简单编写, 【设计要求】: 1)了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ) 2)主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端、实现工具可以自选)。(FTP client Understanding the working principles of the
ftp
- 简单的ftp服务器和客户端 用Visual C++实现 在VS2019中可以成功运行(Simple FTP server and client)