搜索资源列表
Unixftpcilent
- 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.
InetFTP
- 利用internet transfer控件编写的ftp程序。-use internet transfer control procedures for the preparation of the ftp.
VB_Updata(Inet)
- VB源码资料,献给想做更新程序的同学使用Inet控件,此源码用到FTP(免费)作为中转。-VB source code information, and dedicated to the students want to do updates to use Inet Control, this source to use FTP (free) as a transit.
ftpsss
- FTP(File Transfer Protocol),是文件传输协议的简称。用于Internet上的控制文件的双向传输。同时,它也是一个应用程序(Application)。用户可以通过它把自己的PC机与世界各地所有运行FTP协议的服务器相连,访问服务器上的大量程序和信息。-FTP (File Transfer Protocol), File Transfer Protocol is the short title. For the Internet on the two-way transmi
vbftp
- ftp客户端小程序,不用控件实现ftp上传-ftp client applet, do not control the realization of ftp upload
vsftp.tar
- 一个简单的FTP程序,可以实现文件的传输,下载以及权限的控制。-A simple FTP program, you can transfer files to download, as well as authority control.
FtpClient
- 当客户端进入FTP之后,客户端首先建立一个客户控制连接,并向主服务器发送连接请求,然后可以发出一系列的用户命令。-When entering the FTP client, the client-side control of the first set up a client to connect to the main server to send connection requests, and then may issue a series of user commands.
ClienttFTP
- is a sample that implements FTP connection, download, and upload using the WinInet FTP API from Visual Basic. It demonstrates the APIs and techniques to set FTP connection attributes and transfer mode that are not exposed inthe MS Internet Transfer C
ftp
- 演示Ftp文件上传,教给新手使用Ftp控件,共同学习,共同进步-Ftp file upload demo to teach novices to use Ftp control, learn together and progress together
119129150501xqlFtp
- ftp客户端的上传/下载/修改/删除/远程控制-ftp client upload/download/modify/delete/Remote Control
BlueClient
- BlueClient应用提供FTP和OPP蓝牙邻居服务器的客户端访问。连接建立,需要和客户端的功能是根据用户的直接控制。BlueClient在启动时执行的调查,以确定可用的蓝牙设备在附近。用户选择一个服务器,然后要求发现FTP和OPP服务,如文件,获取立案, 对象推送模式,等等。-The BlueClient application provides client access to the FTP and OPP servers in the Bluetooth neighborhood.
VB_FTP
- 使用VB语言编写的不用控件进行ftp上传下载文件功能-Do not control the ftp upload and download files function
FtpClientX
- FTP上传文件客户端控件程序,可以被C#等语言调用-FTP upload file client control program can be in C# and other languages call
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