ソースを参照

Document --netrc-path option

Tatsuhiro Tsujikawa 10 年 前
コミット
4273885f16
1 ファイル変更11 行追加0 行削除
  1. 11 0
      doc/manual-src/en/aria2c.rst

+ 11 - 0
doc/manual-src/en/aria2c.rst

@@ -190,6 +190,17 @@ HTTP/FTP/SFTP Options
   1 source.  You can append ``K`` or ``M`` (1K = 1024, 1M = 1024K).
   Possible Values: ``1M`` -``1024M`` Default: ``20M``
 
+
+.. option:: --netrc-path=<FILE>
+
+   Specify the path to the netrc file.
+   Default: ``$(HOME)/.netrc``
+
+   .. note::
+
+       Permission of the .netrc file must be 600.  Otherwise, the file
+       will be ignored.
+
 .. option:: -n, --no-netrc[=true|false]
 
   Disables netrc support. netrc support is enabled by default.