搜索资源列表
ftpupload
- C#中实现FTP上传的相关技术和代码,实现基本FTP常用功能。-achieve FTP upload relevant technical and codes, and the realization of fundamental common FTP functions.
FtpClientCS
- 这是用C#写的一个简单实用的FTP客户端DEMO,支持上传,下载,文件夹管理,文件管理等操作.
FTPExplorer
- C#编写的客户段FTP程序,有详细资料-C# prepared by the customers of the FTP program, and detailed information
c语言实现软件自动升级
- 用C及ftp实现软件自动升级。通过在服务器端建立FTP服务,实现远程主机的文件更新. 软件启动过程连接服务器,获得软件文件更新列表(此步省略),进行本地文件更新 启动过程进行系统调用执行批处理文件ftpget.bat,调用方式system( \"e:\\\\ftpget.bat\" ) 文件ftpget.bat负责连接服务器下载所需文件,并完成文件的更新-C ftp software and automatic upgrades. Through the establis
socket
- socket通讯类封装,适合C++编程引用,简单明了,可以喝ftp.tar结合使用。-socket Communication package for C++ programming reference, simple and clear, you can drink ftp.tar used in combination.
ftp
- TIdFTP插件使用简单例子。开发环境是C++ Builder XE2.实现了连接、登录,上传和下载以及列出文件名-TIdFTP plug-in uses a simple example. Development environment is C++ Builder XE2.
filezilla-3.3.2
- FileZilla是开源的FTP服务器,用C++写的,通过分析它的源代码,可以掌握C++网络编程以及高并发服务器的设计。-FileZilla FTP Server Source Code
ftp001923
- 用c++制作的基于套接字的Windows编程,能够实现ftp与服务器之间的完美传输-Produced by c++ socket-based Windows programming, to achieve the perfect ftp transfer between the server
FTP-cs
- MFC编写的C/S结构,FTP文件下载,附带源码,可以在VC下顺利执行。-MFC prepared by C/S structure, FTP file download, with source code, you can run successfully under VC.
ftp_client
- 本人自己书写的C++ ftp的客户端类,简单实用,已经应用项目中,很稳定,希望可以帮助大家-I have written C++ FTP client, simple and practical, very stable has been applied in the project,, I hope everyone can help
myftp20130429-14-01
- linux环境下用c++封装的ftp客户端代码,主要的功能如下:1 下载单个文件2 下载整个目录3 上传单个文件4 上传整个目录还有切换远程目录,建立远程目录,设置上传模式-The linux environment with c++ package ftp client code, the main function is as follows: 1 Download single file download entire directory upload a single file uplo
FtpClient2
- 摘要:VC/C++源码,网络相关,FTP,WinInet VC++ FTP客户端开发——WinInet源码实例,一个FTP客户端的源码,界面看上去还挺专业,功能也基本涵盖了常见的Ftp软件的功能。采用三分栏窗口形式,任务窗口和本地窗口和远程窗口一目了然。设置和远程FTP连接信息后,可快速连接服务器,界面如上图所示。-Abstract: VC/C++ source, network-related, FTP, WinInet VC++ FTP client development WinIne