zoukankan      html  css  js  c++  java
  • rename file

    https://askubuntu.com/questions/790633/the-o-parameter-in-aria2c-cant-rename-the-downloaded-file

    You are out of luck when attempting to rename .torrent files with aria2c, from the man pages:

     -o, --out=<FILE>
          The   file name of the downloaded file. When the
          --force-sequential option is used, this option is ignored.
    
          NOTE:
          You  cannot  specify  a  file name for Metalink or BitTorrent
          downloads.
    

    Note that this information is not contained in the help given with the command:

    aria2c -h
    

    but in the man pages that are read with the following:

    man aria2c
    

    With other types of files aria2c works very nicely and appropriately renames as directed:

    andrew@athens:~$ aria2c -d $HOME/test -o testing.jpg http://www.andrews-corner.org/images/fluxbox.jpg
    [#3f8528 32KiB/417KiB(7%) CN:1 DL:87KiB ETA:4s]                                               
    06/24 18:29:14 [NOTICE] Download complete: /home/andrew/test/testing.jpg
    
    Download Results:
    gid   |stat|avg speed  |path/URI
    ======+====+===========+=======================================================
    3f8528|OK  |   312KiB/s|/home/andrew/test/testing.jpg
    
    Status Legend:
    (OK):download completed.
    

    Sorry to be the bearer of bad news...

  • 相关阅读:
    Floyd算法
    递归函数的学习
    动态联编【转】
    哈希hash
    sizeof与strlen
    写入文件和读取文件信息—Java Card开发第三篇
    文件系统创建—Java Card开发第二篇
    获取缓冲区内容与将缓冲区内容返回—Java card开发第一篇
    i++与++i
    电脑无法登陆ftp
  • 原文地址:https://www.cnblogs.com/pythonClub/p/10918390.html
Copyright © 2011-2022 走看看