搜索资源列表
Ftpfuwuqi
- 实现FTP的基本功能,可以上传下载文件.-achieve the basic functions can upload the files.
FTPsever_c++.net
- 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
FTPDelphi
- 用delphi实现了FTP的文件下载功能,以及上传下载和删除功能
Net-SSH2-0.18.tar
- perl实现ssh,通过ssh实现了命令执行,文件上传下载功能
FTP上传下载文件源码vb
- 使用wininet.dll实现FTP的基本操作,能直接使用。-use FTP connect achieve the basic operation, can directly use.
VB-FTP下载源码
- 一个用VB编写的FTP上传、下载程序,可以方便的实现文件的上传下载。-a program for FTP uploading and downloading written in VB.It can implement file uploading and downloading conveniently
FTPService.rar
- 实现ftp的文件上传和下载功能。可输入密码,选择ftp服务器,及上传和下载的文件,The realization of ftp file upload and download functionality. Can enter a password, select the ftp server, and uploading and downloading documents
code.rar
- linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
prjFTP
- 使用VB实现文件的上传下载功能,FTP使用Inter控件的网络编程-The use of VB to achieve file uploading and downloading functions, FTP control the use of Inter Network Programming
FTPServer
- 通过调用它提供的一些方法,实现连接FTP服务器,上传/下载文件,目录操作等基本功能,便能开发出容易上手,效率较高的FTP客户端应用程序。-By calling it provides a number of ways to connect FTP server, upload/download files, directories, operations and other basic functions, will be able to develop easy to use, efficie
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
- ftp服务器,服务器端实现文件的上传的功能 ,-ftp serverftp serverftp serverftp serverftp serverftp serverftp serverftp serverftp serverftp serverftp serverftp serverftp serverftp server
Ftp服务器
- 拥有强大的功能,能实现上传,下载,删除文件等,按自己的需求稍作修改即可分享给身边的朋友使用。
FTP
- 利用EZFTP.OCX控件,使用VB6.0实现FTP远程上传数据,文件等功能(Using EZFTP.OCX control and using VB6.0 to realize the remote upload of data, files and other functions of FTP)
FTPshixian
- 使用C++的网络编程socket搭建的Ftp系统,实现简单的上传下载文件。(The Ftp system built by the network programming socket of C++ realizes simple uploading and downloading files)
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要
ftp
- 实现ftp客户端的登录下载上传,以及服务端文件内容显示(Realize the login, download and upload of FTP client)