搜索资源列表
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
FJDX-C3
- 针对中兴FTP服务器开发的一个联通C网的短信采集程序
FTPClientProgram
- C++编写的FTP客户端程序 该程序完成以下功能: ⒈登录FTP服务器; ⒉显示登录FTP服务器目录下的文件和目录名; ⒊提供文件下载上传服务
ftp.tar
- ftp的服务器实现 c语言 unix网络编程
flist.c
- FTP登录服务器的小程序,可以登录 ftp服务器,但获取FTP目录列表的部分有点问题,可供大家参考学习。
ftp
- 利用C/C++,实现windows下的ftp程序,包含客户端和服务器端-Using C/C++, to achieve under windows ftp program, client and server side includes
FTP-server-client-linux-c
- FTP 客户端和服务器端,linux程序。支持多进程服务!客户端和服务端各一个单独文件。-FTP on linux codes。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
FtpServer
- FtpServer.rar FTP服务器 c#实现!
FTPSERVER
- ftp服务器端程序 ,C++,这个程序好啊,那是很好啊,-FTP 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
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)
FTPsource
- FTP 服务器现场v消息称v需大是大非阿迪斯发顺丰撒法大使的飞洒发(This follows the same idea as the decimal multiplication algorithm.)
ftp客户端,加上SSL
- 在linux环境下使用C语言编程,加上openssl库,建立安全连接,与ftp服务器配合使用。
制作FTP上传下载器
- 将之前已经上传到C:\Inetpub\ftproot下的Word文档删除,启动FTP上传下载器SelfFtpUpDownloader,如图6.15所示在IP地址栏中输入“127.0.0.1”,端口号填21,勾选“匿名”复选框,单击“连接”按钮访问本机上的FTP服务器。单击“上传”按钮,弹出“打开”对话框,进入如图6.16所示的“我的文档”目录,选中“我的简历.doc”文档,单击“打开”按钮。文件上传到服务器,显示“上传成功!”消息框
my-ftp
- 自己写的FTP服务器和客户端,包括命令行客户端和GUI客户端,供大家参考(FTP Client and Server)