搜索资源列表
FtpStructure.rar
- “FTP结构精灵”应用程序的源代码和可执行文件;代码比较精致容易看懂并为我们所用
ftpfiles
- 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file uplo
vc开发的个人ftp客户端
- 计算机网络试验程序,简便FTP应用客户端。使之可以上传和下载文件。-computer network testing procedures, simple FTP client application. So that it can upload and download files.
ftp客户端应用程序代码
- 本程序完成了到FTP服务器的登录,并动态地显示FTP服务器站点的内容-the procedures completed to the FTP server login, and dynamically display FTP server site content
FTClient
- 网络ftp客户端应用程序,一个ftp应用小程序,仅用于学习研究之用-network ftp client applications, a small ftp application procedures only for study and research purposes
FtpFrame
- 是一个简单实用的FTP例子,利用Applet小应用程序编写的,可生成目录树,实现文件的上传和下载.-is a simple and practical example of the FTP, the use of small applet prepared the application, creating tree, a file upload and download.
VcFTP
- 用VC++编制FTP客户端应用程序-compiled with VC FTP client application
FTP(client)
- 这是一个用VB编写的ftp客户端应用程序-This is a VB prepared by the ftp client application
rfc959-ftp
- RFC959 -FTP协议官方规范文档,写FTP应用程序必读的参考资料。(英文原版)-RFC959-standard FTP protocol official documents, was made mandatory FTP applications electronically. (English original)
FTPSample
- 一个简单ftp应用程序,实现了下载和上传功能,只要是用了ftpwebrequest和ftpWebResponse这两个类来实现
jftp-1[1].00pre1.tar
- JFtp是一个用 Java编写的图形化的FTP客户端程序。它支持所有基本的FTP操作,有一些改善的性能,如递归式目录上传,漂亮的swing UI,能够自动断点续传,能识别不完整的目录名。API从GUI中分离,可以用于第三方应用程序或命令行模式。-JFtp Java is used to prepare a graphical FTP client program. It supports all basic FTP operation, the performance of some impro
FTP(dotnet)
- 用vc.net编写的ftp客户端应用程序,可连接ftp服务器,并浏览和下载文件.-vc.net prepared with the ftp client application that connects ftp server, and browse and download files.
ftpapplication
- ftp应用,关于ftp客户端上传下载文件的应用程序。-ftp application, upload on the ftp client application to download files.
FtpStructure
- “FTP结构精灵”应用程序的源代码和可执行文件;代码比较精致容易看懂并为我们所用- "The FTP structure demon" the application procedure source code and may the execution file; The code quite fine is easy to understand and uses for us
ftpsss
- FTP(File Transfer Protocol),是文件传输协议的简称。用于Internet上的控制文件的双向传输。同时,它也是一个应用程序(Application)。用户可以通过它把自己的PC机与世界各地所有运行FTP协议的服务器相连,访问服务器上的大量程序和信息。-FTP (File Transfer Protocol), File Transfer Protocol is the short title. For the Internet on the two-way transmi
aa
- 文件传输随着计算机网络技术的飞速发展,客户/服务C/S(Client/Sersver)结构成为开发FTP的网络编程结构,Java作为Web应用程序的开 发技术也为更多的人所采用-strong
Ftp
- 采用MFC实现的Ftp服务器和客户端的应用程序-Achieved using MFC Ftp server and client applications
FTP24CP
- FTP的文件上传输,C#制作的网络应用程序-FTP file transfer, making the network application c#
FTPClientintroduction
- FTP客户端软件是在了解FTP工作原理后,利用C#语言来设计和开发的。FTP客户端分为连接模块、文件管理模块、文件传输模块和辅助管理模块。连接模块实现主机与服务器的连接的功能;文件管理模块实现新建文件、删除文件等功能;文件传输模块实现主机与服务器连接成功后上传和下载文件功能。辅助管理模块实现一些相关功能如:读写配置INI文件。该FTP客户端软件达到了使用方便的目标,希望开发软件的经验能为使用.NET设计开发Windows应用程序FTP客户端软件的初学者提供一些帮助。-FTP client FTP
Miniftp
- Ftp客户端C++ 实现 简单控制台应用程序-Ftp client