搜索资源列表
FTPdm
- 一个c#写的ftp程序源码,有兴趣者自己分析吧 ,对ftp协议的学习有帮助!-a written procedure ftp source, those with an interest in it own analysis of the agreement ftp learning!
FTP.NET
- CSharp 编写的 FTP 传输协议类库
FtpClient
- C#开发的FTP客户端,模仿开源的FileZilla Client界面与它类似,功能目前还没有它支持的多。本系统支持类似资源管理器的本地文件系统预览和远程文件系统预览,为了提高效率,重写了TreeView和ListView,添加了简单封装的Rebar控件,实现了FTP的绝大多数功能。后续可能还要添加SSL/TLS协议支持和SFTP功能。如有BUG可以发邮件联系(njshuangshu@sina.com) -C# development of FTP client, to imitate the
cshapentryCourseware
- c#入门课件 第01章 C#.NET概述.ppt 第02章 C#数据类型.ppt 第03章 C# 语 句.ppt 第04章 类.ppt 第05章 继承、多态、委托与事件.ppt 第06章 设计窗体和控件.ppt 第07章 ADO.NET与数据操作.ppt 第08章 ASP.NET Web应用程序开发.ppt 第09章 网络协议与套接字编程 .ppt 第10章 TCP协议开发 .ppt 第11章 UDP协议开发 .ppt 第12章 FTP协议开发.p
winsock_ftp_client
- winsock实现ftp服务器 基于标准的FPT协议,tcp/ip协议-winsock implementation ftp server
FTP_download
- 文件传送是各种计算机网络都实现的基本功能,文件传送协议是一种最基本的应用层协议按照客户/服务器的模式进行工作,提供交互式的访问,是INTERNET使用最广泛的协议之一。本实验设计和实现一个简单的文件传送协议。-Use C# to build up a project to achieve FTP.The base function is upload and download the file.
CDotNetTCP
- 用C#实现基于TCP协议的网络通讯 。TCP协议是一个基本的网络协议,基本上所有的网络服务都是基于TCP协议的,如HTTP,FTP等等,所以要了解网络编程就必须了解基于TCP协议的编程。-To use C# to achieve network communication based on TCP protocol. TCP protocol is a basic network protocols, essentially all of the network services are bas
FTP
- C#、Microsoft .NET Framework 2.0对文件传输协议(FTP)操作(上传,下载,新建,删除)实现总结 -C#, Microsoft. NET Framework 2.0 file transfer protocol (FTP) operations (upload, download, new, delete) to achieve summary
ftpupload
- 应用ftp协议,文件不间断上传,可应用与txt数据采集。 -Application ftp protocols, file uninterrupted upload.
FTP
- 设计一个GUI程序,实现FTP客户端功能。通过编程了解FTP协议的结构,掌握网络编程的基本原理和方法-Designing a GUI program, FTP client capabilities. By understanding the structure of the FTP protocol programming, network programming to master the basic principles and methods
Downloader
- 使用了多线程技术,每个任务一条线程,不过只支持HTTP协议的文件下载,FTP协议的没测试,也没想弄这方面-Not tested using multi-threading technology, one thread for each task, but only supports the HTTP protocol file downloads, FTP protocol, but also thought to get this regard
FTPandHTTPandUDPFTP
- 基于FTP和UDP协议的服务器端程序,可用作实验,或制作小程序-FTP and UDP in the server
PCMDataImporter
- 采用C#语言,实现通过FTP协议获取服务器的文件列表和下载文件-Using C# language, to achieve access to the server via FTP protocol file list and download files
FTP_Linux
- 将 windows平台的文件上传到服务器(linux操作系统),主要是通过ftp协议。(Simple upload file function, the windows platform files uploaded through the FTP protocol to the Linux platform.)