mirror of
https://github.com/aria2/aria2.git
synced 2025-01-08 11:01:38 +00:00
10e371c25a
Fixed the bug that Netrc::parse() cannot recognize comment line. * src/Netrc.cc * src/Util.h * test/NetrcTest.cc * test/sample.netrc
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
#sample netrc file for unit testing
|
|
machine host1
|
|
login tujikawa
|
|
password tujikawapassword
|
|
account tujikawaaccount
|
|
macdef init
|
|
cd /home/aria2 machine
|
|
|
|
machine host2
|
|
login aria2
|
|
password aria2password
|
|
account aria2account
|
|
macdef init
|
|
|
|
#another comment line
|
|
default login anonymous password ARIA2@USER account ARIA2@ACCT |