命令行方式调用:ftpDemo FTPServer FtpUser FtpPasswd RemotePath  LocalFilePath

E:\autorun>ftpDemo
用法:
    ftpDemo [/? | <FTPServer>  <FTPUser>
               <FTPPassword>  <Directory> <LocalFileName>

这里
    FTPServer        FTP服务器.
    FTPUser          FTP用户名.
    FTPPassword      FTP密码
    Directory FTP    目录.
    LocalFileName    本地文件名

命令行实例:
    上传文件      FtpDemo 192.168.0.110 110 110 / test.txt

本日志由 flyinweb 于 2012-03-22 11:31:06 发表到 窗体开发技术 中,目前已经被浏览 183 次,评论 0 次;

作者添加了以下标签: FTP toolsFTP Command Line ToolFTP

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

While googling around the other day I noticed that lots of people are searching for a way to FTP files with VBScript. After looking for a while at the solutions to do this, it was clear that no real easy, free way of FTP uploading and downloading files was currently available. There are downloadable components that would present a programable API. But these are costly, and you'd have to install them. So seeing the need I decided to whip up a couple of functions that would preform some basic uploading and downloading.

本日志由 flyinweb 于 2010-03-13 10:46:47 发表到 技术文摘 中,目前已经被浏览 4378 次,评论 0 次;

作者添加了以下标签: FTPVBS

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文