简体   繁体   中英

aria2 Unrecognized URI or unsupported protocol When the url have space in it

My input:

http://www.example.com/New file.zip

When try to download a remote file that have space in its url aria2 complains about it:

Exception caught
Exception: [download_helper.cc:451] errorCode=1 Unrecognized URI or unsupported protocol: New

Try to change the space into "%20"

aria2c http://www.example.com/New%20file.zip

Or

aria2c "http://www.example.com/New file.zip"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM