Client

طبقه بندی موضوعی
پیوندهای روزانه
پیوندها

۱ مطلب با کلمه‌ی کلیدی «command_line» ثبت شده است

set it in header by using -H option.

Example:

axel -a -n 4 -H 'Authorization: Basic [hashstring]' URL

Where [hashstring] is base64 encoded string from string "username:password".

for base64 encoding:

echo -n 'input' | openssl base64