搜索资源列表
CS结构客户端自动升级
- 最新客户端自动升级程序 增强一些功能: 不重复下载, 上传时自动填写版本号。 softup.pbl ——上传文件 softupgrade.pbl ——下载文件 表结构: create table softupgrade( filever varchar(20), filename varchar(20), filedata long raw, primary key(filever ,filename )) -breaks automatic update features several en
cn700_del248990093
- 上传文件夹代码的实现 实现文件夹的上传,遍历文件夹树-folder upload code to achieve the realization of the upload folder, the folder tree traversal
myftp-complete.tar
- linux下实现的简易ftp客户端程序,可以与标准的ftp服务器上下载、上传文件、列出指定目录下的所有文件,等。-simple ftp client, with the standard of the ftp server to download and upload documents, designated directories list of all documents, such as.
FTP-file
- 这是一个用Delphi制作的简单的FTP客户端,功能有上传文件,下载文件,连接服务器等-This is a production with Delphi simple FTP client, file upload function. download link servers
Unixftpcilent
- 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.
20060810ftpclient_userPsw
- 一个上传文件到ftp的客户端程序,支持用户名密码-upload files to an ftp client program to support users Password
vbftpjr
- 一个类似WsFTP的FTP程序 实现FTP和HTTP方式上传文件到服务器-a similar WsFTP FTP program FTP and HTTP upload methods document to the server
PPS_INFO-共享版
- 这是个关于FTP上传文件的程序,涉及ODBC的调用,定时器的设置,存储过程的调用等等,实际使用效果良好!-FTP upload documents on the procedures involved ODBC calls, timer settings, stored procedures, etc. call and the actual use of good results!
Ftp 上传
- MFC 写的ftp 文件上传功能
FTPtest.rar
- FTP VB版本,可实现内外网的FTP文件的上传和下载,FTP VB version, can be realized both within and outside the network, FTP uploading and downloading documents
FTP.rar
- 用VC6.0开发的一个FTP程序,包括上传和下载,重命名,删除文件等功能,VC6.0 development with an FTP program, including uploading and downloading, rename, delete files and other functions
FTP
- FTP的客户端和服务器端程序的源码,能够实现文件的上传,下载,修改,删除等诸多功能-FTP client and server-side program source code, to achieve file upload, download, modify, delete, and many other functions
ftpapplication
- ftp应用,关于ftp客户端上传下载文件的应用程序。-ftp application, upload on the ftp client application to download files.
FTP
- linux下的一个FTP服务器,可以实现文件,图片上传功能-linux under a FTP server, you can achieve the documents, picture upload feature
MYFTP
- 基于vc++的FTP客户端开发,输入服务器地址就可以连接,可以下载也可上传文件。-Vc++ based on the FTP client development, you can enter the server address to connect, you can also download to upload files.
myftp
- ftp上传程序,本程序主要完成基于客户/服务器模式的文件传输-this is a ftp upload file ,
UploadFileToServer
- ftp服务器文件上传,首先需要建立ftp服务站点,实现本地文件上传到ftp服务器(FTP server file upload)
ftp client
- 下载FTP服务器上文件和向FTP服务器上传文件。(Download the file on the FTP server and the FTP server to upload files.)
VC写的FTP客户端程序(可上传下载)
- 用VC++写的仿FTP客户端软件的源程序,设置好FTP服务器的连接信息,可以实现文件的上传与下载,并列举所有目标主机下的文件,运行演示如截图示,界面和CUTEFTP很相似。(With the source program of the FTP client software written by VC++, the connection information of the FTP server is set up, the file can be uploaded and downloaded
制作FTP上传下载器
- 将之前已经上传到C:\Inetpub\ftproot下的Word文档删除,启动FTP上传下载器SelfFtpUpDownloader,如图6.15所示在IP地址栏中输入“127.0.0.1”,端口号填21,勾选“匿名”复选框,单击“连接”按钮访问本机上的FTP服务器。单击“上传”按钮,弹出“打开”对话框,进入如图6.16所示的“我的文档”目录,选中“我的简历.doc”文档,单击“打开”按钮。文件上传到服务器,显示“上传成功!”消息框