[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[网络工具] 支持http的文件下载工具 - Filedownloader

换发一个

特别的地方是可以使用http协定下载文件,不需调用IE等其他进程

Filedownloader

File Downloader (Demo Version) - Version 1.11 (build 76.2)
Downloads files from HTTP and FTP servers.
Copyright ?2004-2008, No螔 Danjou. All rights reserved.

Usage:

  download [<source>] [<login> <password>] [/batch] [/cookies]
    [/credentials:<auth>] [/delete] [/display:<level>] [/move] [/newest]
    [/nocerterror] [/noredirect] [/notime] [/output:<path[\filename]>]
    [/overwrite] [/passive] [/post] [/proxy[:<address>[:<port>]]]
    [/referer:<url>] [/register] [/resume] [/stop] [/subdir]
    [/timeout:delay] [/unescape] [/update[:<condition>]]
    [/useragent:<agent>] [/?]


Where:

  <source>     Fully-qualified URL to the file or page to download or name of
                a file that holds a list of fully-qualified URL to process
                (see /batch parameter).
  <login>      [optional] Clear-text authentication on the server.
  <password>


Optional parameters:

  /batch       Processes all the URL listed in the specified source file.
  /cookies     Enables cookies support, may be required for authentication.
  /credentials Encrypted login and password (bypass clear-text authentication).
                Credentials apply to proxy if specified after /proxy parameter.
                <auth> is either the path to the encrypted credentials
                (see logenc.exe module)
                or "login,password" in clear text.
  /delete      Deletes local file if a download fails.
  /display     Sets the level of information that will be displayed.
                <level> is either of the following values:
                 silent   - no display at all
                 progress - only displays the progression
                 normal   - verbose mode (default)
  /move        Downloads the file then deletes it on the server (FTP).
  /newest      Only downloads newest file matching the wildcard (FTP).
  /noredirect  Only displays Location, the redirection is not executed.
  /nocerterror Ignores invalid certificate errors (HTTPS).
  /notime      Ignore file time on server (overrides /update and /newest).
  /output      Specifies a destination path and/or filename.
  /overwrite   Overwrites the output file if it already exists.
  /passive     Uses passive FTP semantics.
  /post        Uses POST (instead of GET) as HTTP verb.
  /proxy       Connects through a proxy.
                <address> is either the host name or the IP address of the
                 proxy (Internet Explorer settings are used if not specified).
  /referer     Specifies a referer URL.
  /register    Opens the registration site in the default browser.
  /resume      Attempts a resume if the file was already partially downloaded.
  /stop        Stops on first error (wildcards/FTP only).
  /subdir      Downloads files from sub-folders as well (FTP).
  /timeout     Specifies the timeout in seconds (default: 0, no timeout).
  /unescape    Converts escape characters (%xy) in the destination filename.
  /update      Only downloads if local file meet the condition.
                <condition> is either of the following values:
                 date - checks whether local file is older
                 size - checks whether file sizes are different
                 both - checks both file dates and sizes (default)
  /useragent   Overrides the default user-agent string with the specified one.
  /utf8        Enables UTF-8 support (FTP).
  /?           Displays this help message.

链接: https://pan.baidu.com/s/1oOVlWb_17Y4jhMOXGK-UYw 提取码: uy2b
1

评分人数

能否在标题中简单描述一下该工具的作用
我帮忙写的代码不需要付钱。如果一定要给,请在微信群或QQ群发给大家吧。
【微信公众号、微信群、QQ群】http://bbs.bathome.net/thread-3473-1-1.html
【支持批处理之家,加入VIP会员!】http://bbs.bathome.net/thread-67716-1-1.html

TOP

  最好是在标题中简明扼要地交代一下此工具的用处,然后,在顶楼用中文描述一下工具的功能,方便E文基础差的同志。
尺有所短寸有所长,学好批处理没商量;
考虑问题复杂化,解决问题简洁化。

心在天山,身老沧州。

TOP

dddddd

sdfsdfsdsf
1

评分人数

TOP

我试用了一个 /useragent 参数, 结果出来这个:
*** REGISTRATION REQUIRED ***

The unsupported parameters are only available in the full version. To obtain
the full version, type the command below in a Command Prompt to open the
registration website in your default browser and complete the order process.

        download /register

*** REGISTRATION REQUIRED ***


然后我打开它的注册网址, OMG, 要付 RMB 102.21.
1

评分人数

TOP

返回列表