搜索资源列表
ftpfiles
- 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file uplo
vc实现ftp
- 用vc实现的一个实现ftp功能的程序,实现了ftp的最简单的功能,连接服务器,以及设置共享目录等功能.-vc used to achieve the realization of an ftp function procedures, the ftp achieve the most simple functions, linking servers, and the installation of shared directory.
ftp
- 是一个比较完整的ftp客户端程序,可选择上传目录,提供上传和下载的功能
flist.c
- FTP登录服务器的小程序,可以登录 ftp服务器,但获取FTP目录列表的部分有点问题,可供大家参考学习。
一个通过代理登陆服务器的FTP客户端
- 一个通过代理登陆FTP服务器的客户端小软件,对于初学者了解FTP很有帮助,能列目录下载,和上传。-landing an agent through FTP server small client software for beginners to understand FTP helpful, it would have to list directories download and upload.
FTP
- Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过 目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立-Ftp client and server, the full version of VC
Serv-U-FTP-Server-zh_Cn(CHM)
- Serv-U是一种被广泛运用的FTP服务器端软件,支持3x/9x/ME/NT/2K等全Windows系列。可以设定多个FTP服务器、限定登录用户的权限、登录主目录及空间大小等,功能非常完备。-Serv-U is a widely used FTP server-side software, such as support for the entire Windows family 3x/9x/ME/NT/2K. Can set up multiple FTP servers, limit the
hfs2
- 专为个人用户所设计的 HTTP 档案系统 - Http File Server,如果您觉得架设 FTP Server 太麻烦,那么这个软件可以提供您更方便的档案传输系统,下载后无须安装,只要解压缩后执行 hfs.exe,于「Virtual File System(虚拟档案系统)」窗格下按鼠标右键,即可新增/移除虚拟档案资料夹,或者,直接将欲加入的档案拖曳至此窗口,便可架设完成个人 HTTP 虚拟档案服务器. Http File Server 汉化绿色免费版的使用说明: 请把软件解压
Ftp
- 能够快速实现ftp文件传送与接受,并能查看ftp目录-Express can achieve ftp file transfer and acceptance of, and can view the ftp directory
FTP
- FTP文件传输的实现 1持站点目录和文件结构浏览。 2支持断线自动重新连接并自动恢复传输。 3文件列表过滤,远程编辑,整个远端目录删除,目录上传下载。-this is realization of the net ftp.it is the source code and it reserves referring.
FTP_sever
- ftp服务器,完成ftp的上传下载,port功能 dir目录查询,删除-ftp server, ftp upload to complete download, port function dir directory inquiries, delete
FTP
- C# FTP创建目录 C# FTP各种操作 -FTP
ftp
- ftp上传下载文件与目录,文件与目录的删除。判断是否连接。等-ftp upload and download files and directories, delete files and directories. Determine whether the connection. Etc.
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客户端功能,能登陆FTP服务器,显示登陆客户机目录下的文件和目录名,能从该目录中选择下载服务器的文件,也能向服务器上传文件。-FTP programs can achieve the basic function of the client can login FTP server, the client displays log files and directories under the directory name from the directory of you
ftp
- FTP(File Transfer Protocol 文件传输协议)是Internet 上用来传送文件的协议。在Internet上通过FTP 服务器可以进行文件的上传(Upload)或下载(Download)。FTP是实时联机服务,在使用它之前必须是具有该服务的一个用户(用户名和口令),工作时客户端必须先登录到作为服务器一方的计算机上,用户登录后可以进行文件搜索和文件传送等有关操作,如改变当前工作目录、列文件目录、设置传输参数及传送文件等。使用FTP可以传送所有类型的文件,如文本文件、二进制可执
ftp-client
- FTP客户端,能够实现断点上传、下载、查看文件大小、添加文件和目录,删除文件和目录,在linux环境下开发 -百度翻译 翻译结果(中 > 英)复制结果 The FTP client, can realize the breakpoint upload, download, view the file size, add files and directories, delete files and directories, in the Linux developm
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
Ftp
- 实现了基本的上传、下载、判断文件是否存在及我实际应用中最重要的根据选择的远程文件地址自动创建相关目录功能 -Achieve a basic upload, download, whether the file exists and I practice the most important according to the selected remote file address automatically creates the relevant directories function
制作FTP上传下载器
- 将之前已经上传到C:\Inetpub\ftproot下的Word文档删除,启动FTP上传下载器SelfFtpUpDownloader,如图6.15所示在IP地址栏中输入“127.0.0.1”,端口号填21,勾选“匿名”复选框,单击“连接”按钮访问本机上的FTP服务器。单击“上传”按钮,弹出“打开”对话框,进入如图6.16所示的“我的文档”目录,选中“我的简历.doc”文档,单击“打开”按钮。文件上传到服务器,显示“上传成功!”消息框