搜索资源列表
FTP客户端源代码
- FTP客户端,用VC++语言开发,结合MFC,实现连接并访问服务器,本地文件可以上传到服务器,可以从服务器下载文件,可以删除文件,有操作界面
利用socket接口实现的FTP客户端和服务器端
- linux下利用socket接口实现的FTP客户端和服务器端,linux using socket interface of the FTP client and server
ftpclient.rar
- FTP客户端程序,通过IP、端口、用户名和密码与服务器建立连接,传输文件。,FTP client propramming .
linux下的FTP客户端和服务器源代码
- linux下的FTP客户端和服务器源代码 socket编程,linux under the FTP client and server source code for socket programming
FTP
- Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过 目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立-Ftp client and server, the full version of VC
ftp_client
- ftp客户端,可以匿名登录到ftp服务器,可以上传下载文件,可以列出本地文件列表和服务器端的文件列表。-ftp client, you can log on to the anonymous ftp server, download files can be uploaded, you can set out a list of local files and server-side list of the documents.
ftpclientsourcecode
- ftp客户端源代码,使用VC+SOCKET编程,在SERV-U6.0服务器上测试通过,能断点续传-ftp client source code, using VC+ SOCKET programming, in the SERV-U6.0 servers tested, can HTTP
FTPclient
- Ftp客户端,提供登陆ftp服务器,下载文件等功能-Ftp client, to provide landing ftp server, download files and other functions
FtpUpload
- ftp客户端,主要用于ftp服务器的上传和下载功能,以及删除,修改。-ftp client, ftp server is mainly used to upload and download features, as well as delete, modify.
ftp
- 一个简单的ftp实例,包括了服务器端和客户端,有详细的源码和说明,对入门者会有帮助-Ftp a simple example, including a server-side and client, has a detailed source code and instructions will be helpful for beginners
ftp
- FTP客户端 实现了客户端与FTP服务器的连接。可以上传,下载文件-FTP client
FTP
- 用VC实现的FTP上传下载软件源码,测试通过,没有问题,希望有一定的参考价值-VC achieved with FTP uploading and downloading of software source code, test is passed, there is no problem, I hope there is some reference value
FTP
- 程序能实现基本的FTP客户端功能,能登陆FTP服务器,显示登录客户目录下的文件和目录名,能从该目录中选择下载服务器的文件,也能向服务器上传文件-FTP login download
ftp
- Linux下的ftp客户端+服务器程序,该程序包括了登录、上传文件、下载文件等主要功能,且支持passive和port两种模式-ftp server and client under Linux platform
FTP客户端
- FTP上传下载功能,主要功能是客户端的实现,根据本地地址,服务器地址传输文件(FTP upload and download function)
VC++ FTP客户端类库
- 在windows系统下实现向ftp服务器上传或下载文件(Uploading or downloading files to FTP server under Windows system)
FTP客户端之一
- 该程序运用了当文档对话框,实现了客户端与服务器的链接,但是在运用时还需要能够成功连接服务器,因此要先架好FTP服务器。(The program used the document dialog box to achieve the link between the client and the server, but when it was applied, it also needed to successfully connect to the server, so we had to fi
ftp 客户端 服务器
- 使用 vs 开发的一个 ftp 传输工具,实现服务器和客户端,可以提取关键的代码,整合到项目中使用。(Using a FTP transmission tool developed by vs to implement the server and client, the key code can be extracted and integrated into the project.)
VC写的FTP客户端程序(可上传下载)
- 用VC++写的仿FTP客户端软件的源程序,设置好FTP服务器的连接信息,可以实现文件的上传与下载,并列举所有目标主机下的文件,运行演示如截图示,界面和CUTEFTP很相似。(With the source program of the FTP client software written by VC++, the connection information of the FTP server is set up, the file can be uploaded and downloaded
FTPClass
- 实现FTP客户端 服务器功能,主要用于学习即可。(Realize FTP client server function, mainly for learning.)