搜索资源列表
CFtpConnect
- C#编写的FTP客户端传输工具,在C#2003已测试使用-C# prepared by the FTP client transfer tools, the C# 2003 has been testing the use of
Client-FTP
- FTP客户端,用Visual c++开发,简单使用,适合初学者参考-FTP client, using Visual c development, simple to use, suitable for beginners reference
ftpvc++
- ftp客户端c++编程FTP协议将使用两条单独的TCP连接,一条专用于发送FTP命令,另一条则专用于传递数据。初始建立连接时,服务器在21号端口上接收来自客户端的命令连接。-ftp client c programming FTP will use two separate TCP connection, a dedicated FTP to send orders, and the other one is dedicated to data transfer. The initial est
FTPclient(VC++)
- 用Visual c++作的FTP文件上传客户端工具,功能强大,可供学习VC人员下载学习使用!-Visual c for the FTP file upload client tools, powerful, can study VC Download learning!
NMFTPc++builder6
- 使用c++builder6.0编制的使用FTP协议和TNMFTP组件的FTP客户端程序-use of the preparation and use the FTP protocol components FTP TNMFTP client
inet
- 使用C++的wininet实现文件下载功能
SimpleFTP
- NET 2.0下简单的FTP访问程序 也许大家也不想总依赖着第三方FTP软件,值得高兴的是,本文将给你开发出一套免费的来。尽管,本文中的代码没有设计成可重用性很高的库,不过确实是一个简单的可以重复使用部分代码的程序。本文最大的目的是演示如何在.NET 2.0中使用C#设计FTP访问程序。
ftptransport
- 使用c编写的完成基本的ftp功能上传下载希望大家多多交流
jiandangftp
- 使用c++编写的一个见到简单ftp程序适用初学者
71477192FTPserver(VC++)
- c++开发的ftp客户端,供大家学习交流使用。
ftplib.rar
- ftp包装类,c++写的。已经在正式库生产环境使用过半年,基本没问题,ftp wrapper class, c++ written. Has been the production environment in the official database used for half a year, the basic no problem
qk_vcftp
- VC++简单FTP客户端带毕业设计 主要是练习Winlnet类的简单使用,使用C++实现,有设计文档和使用手册。这只是实现一个简单的基本的FTP上传功能,你不能拿它和现在流行的FTP软件来比。可以帮你开拓编程思路及研究一些类的使用方法。 -VC++ simple FTP client with a graduation class is mainly practiced Winlnet simple to use, using C++ implementation, a design doc
1
- 实验一 熟习几个基本网管命令 实验三 协议分析软件的应用 实验四 数据冗余 实验五 使用C++实现 计算结点间最短距离 实验六 熟悉ftp指令 -A few basic network test commands to familiarize themselves with the three experimental protocol analysis software application test four data redundancy using C++ test f
CSharpTFTPClient1.0.0.0
- 使用c#开发的TFTP(简单文件传输协议)客户端程序。-C# development using TFTP (Simple File Transfer Protocol) client.
ftp-client
- 一个基于QT的FTP客户端,使用C++写的-A QT-based FTP client written using C++
Ftp
- ftp传输的客户端程序,包含全部实现文件和头文件,使用的时候需要修改相应涉及ip的代码.-ftp transmission customer end procedure, contains completely realizes the document and a document, use time needs to revise correspondingly involves ip the code
FTP_cmd
- ftp应用的详细相关命令介绍和使用方法,可参考编写ftp自动管理的脚本-ftp application details related to the introduction and use of the command, refer to the preparation of the scr ipt to automatically manage ftp
ftp
- FTP客户端软件,使用C++语言编写-ftp clint soft,made by c++....................
Console-Ftp
- 小型ftp客户端软件,使用C#,很实用。-Small ftp client software, using C#, very practical.
ftp客户端,加上SSL
- 在linux环境下使用C语言编程,加上openssl库,建立安全连接,与ftp服务器配合使用。