搜索资源列表
ftpcode
- 一个FTP服务器的源吗程序 您需要至少在VC6.0的开发环境下才能运行!-a ftp server sourcecode,you need to complie it with visual c++~
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
Unixftpcilent
- 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.
ftp
- 利用C/C++,实现windows下的ftp程序,包含客户端和服务器端-Using C/C++, to achieve under windows ftp program, client and server side includes
ftp_client.rar
- C语言写得ftp客户端程序,对嵌入式开发有较好参考价值,C language written in ftp client on the embedded value of the development of a better reference
FTP-server-client-linux-c
- FTP 客户端和服务器端,linux程序。支持多进程服务!客户端和服务端各一个单独文件。-FTP on linux codes。Client and server。
ftp
- C语言编写的完整的ftp源代码,包括客户端与服务端-The complete C language source code ftp, including the client and server
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
- 对大型企业和大型单位而言,其C/S结构下的终端机数量众多,因此,人工软件升级将是一件头痛的事情。采用自动升级模块,将极大的提高软件系统的效率。本模块的功能是,将本地最新软件模块上传到服务器上,以客户机自动检测并下载,实现客户端程序的自动更新。-For large enterprises and large-scale units, its C/S structure of the large number of terminals, therefore, artificial software
FileZillaServer
- 一个国外写的FTP服务器,对于想了解FTP协议或学习c++编程的一定大有裨益。-Written in a foreign FTP server, FTP protocol to want to know or learn c++ programming will certainly benefit.
QDFtp
- C#开发的FTP服务器,对于想学习C#网络开发的人,这是个很好的参考例子。-C# Developer' s FTP server, who want to learn C# web development, and this is a good reference for example.
Newfolder(3)
- this file a ftp server client to be c code and simple
ftp
- 采用客户/服务器模式,分为客户端程序和服务器端程序。服务器采用套接字来实现。客户端程序和服务器程序通过FTP协议开发。-using c# ,a simple ftp software including client and server.
FTPserver
- Implements a FTP server using Visual C-Implements a FTP server using Visual C++
FTP
- 一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立 -A console-based ftp server program, able to achieve most of the FTP server program Note: a. username and password for the toldo b. the main directory is c:/temp,
ftp
- 基于FTP协议,使用linux自带的FTP服务器作为服务器,编写一个客户端C程序,用来实现上传、下载、改变目录等功能-Based on the FTP protocol, use Linux own FTP server as a server, write a client C program designed to upload, download, change directory etc. Function
FTPandclient
- FTP服务端和客户端程序,C#源码实现!对刚接触C#网络编程的人有用!-FTP server and client programs, the C# source code to achieve useful to people new to C# Network Programming.
myftp
- 在Linux下 编写 一个ftp服务器,对CWD命令该进行怎样的处理。目前我的做法是:控制连接进程,用chdir()把目录改变到CWD命令所指定的目录下,然后保存当前的目录路径,发给数据连接进程。这样list命令时就能列出所在目录信息。-In the preparation of a ftp server under Linux, on the how the CWD command processing. Currently my practice is: control the connec
FtpServer
- C#编写的简易的ftp服务器,支持上传,下载文件(C# prepared by the simple FTP server, support upload, download files)
my-ftp
- 自己写的FTP服务器和客户端,包括命令行客户端和GUI客户端,供大家参考(FTP Client and Server)