If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:httpsdl

From BoxMatrix
(Redirected from httpsdl)


BoxMatrix >> Shell-Commands >> httpsdl @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Startup-Scr Hotplug-Scr BusyBox-Cmds Bash-Cmds AVM-Cmds Chipset-Cmds Linux-Cmds Shared-Libs Kernel-Mods Research

AVM-Command

Goto:   Config  -  Source  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

httpsdl is a HTTPS downloader similar to wget for TR-069.

This command was added since wget from busybox does not support HTTPS.

Starting with fw 7.90 httpsdl was replaced by webget.

fw 7.29 help:

root@fritz2:/var/mod/root# httpsdl -?

usage: httpsdl [options]

options:
  -?                 - print this help
  -O STRING          - output file (- for stdout). (NULL)
  -v                 - Verify certificate of SSL server. (NOTSET)
  -c STRING          - Own SSL certificate file (incl. private key). (NULL)
  -t STRING          - Trusted SSL server certificate. (NULL)
  -T                 - Use TR-069 traffic class. (NOTSET)
  -U STRING          - Upload file to given URL (- for stdin). (NULL)
  -n                 - TLS: do not check the Common Name (CN) or Subject Alternative Name(s) (SAN).. (NOTSET)
  -D STRING          - switch debug logs on. (FUNC)

httpsdl [-D debugflag ] [-v] [-c own_cert_file] [-t trusted_ca_file] [-T TR-069 traffic class] [-O output] url [user pass]
httpsdl -O - https://192.168.178.22/testfile aladdin sesame
httpsdl -v -c /etc/own_cert -t /etc/server_ca_cert -O /var/test https://192.168.178.22/testfile
httpsdl -U - https://192.168.178.22/testfile
httpsdl -D csock -O - https://www.example.com

Config

Daily updated index of Configuration files accessed by this command. Last update: 2024-04-20 06:39 GMT.
A - in the Mod column marks manual research, the Firmware then shows where the item occurs, not the Relation.

Relation Typ Object Mod Firmware Info Origin
Config from tffs tr069.cfg (tffs) - 4.07 - 7.90 TODO AVM
1 config relation for this command

Source

The names of source files compiled into an executable often help to understand function blocks (and show gaps in the docs).
fw 7.39 source files:

$ strings /usr/bin/httpsdl | grep -e '\.c$' -e '\.cpp$'

ar7/ctlmgr/src/httpsdl/httpsdl.cpp  

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-20 07:33 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
Depends on lib ld.so 40 7.08 - 7.80 Dynamic linker / loader Linux
Depends on lib libar7cfg.so 133 4.12 - 7.80 TFFS-Configuration API to ar7.cfg and many more. AVM
Depends on lib libavmauth.so 76 6.51 - 7.80 Fritzbox authentification helpers AVM
Depends on lib libavmcipher.so 133 4.12 - 7.80 AES / DES / Rijndael encryption / decryption. AVM
Depends on lib libavmcsock.so 133 4.12 - 7.80 Networking, I/O and helper functions AVM
Depends on lib libavmfbconf.so 53 7.39 - 7.80 API to hardcoded fbconf.cfg AVM
Depends on lib libavmfbstate.so 56 7.39 - 7.80 IPC fritzbox state notification AVM
Depends on lib libavmhmac.so 133 4.12 - 7.80 HMAC / SHA / MD5 hashing. AVM
Depends on lib libavmwdt.so 4 7.59 - 7.62 AVM-Watchdogs management API AVM
Depends on lib libboxlib.so 133 4.12 - 7.80 Box status, logging and statistics functions AVM
Depends on lib libboxnotify.so 1 6.35 boxnotifyd client API (old) AVM
Depends on lib libc.so 133 4.12 - 7.80 Standard C library Linux
Depends on lib libcm.so 133 4.12 - 7.80 ctlmgr / cm_logic messaging API AVM
Depends on lib libcore.so 4 7.59 - 7.62 Collects the MAC addresses of the device it's running on AVM
Depends on lib libcrypto.so 76 6.54 - 7.80 OpenSSL general crypto and X.509 library Linux
Depends on lib libdl.so 121 4.12 - 7.80 Dynamic linking library Linux
Depends on lib libdputil.so 82 6.35 - 7.80 DataPipe / packet utilities AVM
Depends on lib libewnwjson.so 56 7.39 - 7.80 JSON helper functions AVM
Depends on lib libewnwlinux.so 133 4.12 - 7.80 Linux networking functions AVM
Depends on lib libewnwnet.so 119 4.74 - 7.80 Internet helper functions AVM
Depends on lib libfbconf.so 4 7.59 - 7.62 API to hardcoded fbconf.cfg AVM
Depends on lib libgcc_s.so 69 4.22 - 6.110 GCC low-level runtime library Linux
Depends on lib libjuisclient.so 76 6.54 - 7.80 Update-Search - second generation - JUIS AVM
Depends on lib libm.so 41 7.39 - 7.80 C math library Linux
Depends on lib liboauth2.so 56 7.39 - 7.80 OAuth v2.0 authentificator Linux
Depends on lib libpthread.so 121 4.12 - 7.80 POSIX threading library Linux
Depends on lib librt.so 70 6.35 - 7.80 POSIX realtime extensions library Linux
Depends on lib libslab.so 31 4.12 - 5.09 Slab allocator or empty dummy library Linux
Depends on lib libsvctl.so 61 7.19 - 7.80 supervisor notification library AVM
Depends on lib libtiinterpreter.so 56 7.39 - 7.80 Preprocessor for SSI-Files by TI. AVM
Depends on lib libwdt.so 130 4.12 - 7.80 AVM-Watchdogs management API AVM
Depends on lib libwebkpiclient.so 50 7.39 - 7.80 KPI sensor for system parts which use HTTP / HTTPS AVM
Depends on lib libwebsrv.so 82 6.35 - 7.80 HTTP / HTTPS webserver and tools. AVM
Depends on lib libyajl.so 56 7.39 - 7.80 Event-driven JSON parser Linux
Depends on lib libz.so 72 6.83 - 7.80 Zlib compressor / decompressor Linux
35 dependencies for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-20 05:16 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.

Model Firmware Path Size
FRITZ!Box 2031 4.15 /usr/bin 40.9k
FRITZ!Box WLAN 3130 4.21 - 4.34 /usr/bin 40.9k - 45.3k
FRITZ!Box WLAN 3131 4.29 - 4.57 /usr/bin 40.8k - 45.3k
FRITZ!Box WLAN 3270 4.57 - 5.54 /usr/bin 14.7k - 38.1k
FRITZ!Box WLAN 3270 v3 4.77 - 5.54 /usr/bin 14.7k - 17.1k
FRITZ!Box WLAN 3270 IT 5.23 - 5.52 /usr/bin 16.8k - 17.1k
FRITZ!Box 3272 5.50 - 6.89 /usr/bin 17.1k - 17.7k
FRITZ!Box WLAN 3370 5.01 - 6.56 /usr/bin 15.5k - 17.4k
FRITZ!Box 3390 5.50 - 6.56 /usr/bin 16.9k - 17.4k
FRITZ!Box 3490 (main) 6.20 - 7.30 /usr/bin 16.7k - 22.9k
FRITZ!Box 4020 7.39 /usr/bin 16.5k - 25.6k
FRITZ!Box 4040 6.52 - 7.57 /usr/bin 14.0k - 25.6k
FRITZ!Box 4050 7.57 /usr/bin 21.6k
FRITZ!Box 4060 7.26 - 7.57 /usr/bin 17.4k - 25.6k
FRITZ!Box Fon 5010 4.15 - 4.27 /usr/bin 40.9k
FRITZ!Box Fon 5012 4.15 - 4.27 /usr/bin 40.9k
FRITZ!Box Fon 5113 4.82 - 4.83 /usr/bin 14.7k
FRITZ!Box Fon 5124 4.47 - 4.77 /usr/bin 14.7k - 45.3k
FRITZ!Box Fon 5140 4.25 - 4.67 /usr/bin 40.8k - 45.3k
FRITZ!Box 5490 (main) 6.51 - 7.29 /usr/bin 16.7k - 22.9k
FRITZ!Box 5491 (main) 7.01 - 7.29 /usr/bin 16.7k - 22.9k
FRITZ!Box 5530 Fiber (main) 7.21 - 7.80 /usr/bin 18.7k - 25.6k
FRITZ!Box 5590 Fiber (arm) 7.27 - 7.80 /usr/bin 17.4k - 25.6k
FRITZ!Box 5690 Pro (arm) 7.59 /usr/bin 21.5k
FRITZ!Box 6320 Cable v1 6.03 - 6.04 /usr/bin 14.0k
FRITZ!Box 6320 Cable v2 6.21 /usr/bin 14.2k
FRITZ!Box 6340 Cable 5.24 /usr/bin 14.0k
FRITZ!Box 6360 Cable 4.85 - 6.51 /usr/bin 12.1k - 14.0k
FRITZ!Box 6430 Cable (arm) 6.84 - 7.57 /usr/bin 14.9k - 25.7k
FRITZ!Box 6430 Cable (atom) 6.84 - 7.29 /usr/bin 14.9k - 17.4k
FRITZ!Box 6490 Cable (arm) 6.20 - 7.57 /usr/bin 14.0k - 25.7k
FRITZ!Box 6490 Cable (atom) 6.83 - 7.51 /usr/bin 14.9k - 21.5k
FRITZ!Box 6590 Cable (arm) 6.83 - 7.57 /usr/bin 14.9k - 25.7k
FRITZ!Box 6590 Cable (atom) 6.83 - 7.51 /usr/bin 14.9k - 21.5k
FRITZ!Box 6591 Cable (arm) 7.04 - 7.57 /usr/bin 15.7k - 25.7k
FRITZ!Box 6591 Cable (atom) 7.04 - 7.57 /usr/bin 15.7k - 25.7k
FRITZ!Box 6660 Cable (arm) 7.14 - 7.57 /usr/bin 17.5k - 25.7k
FRITZ!Box 6660 Cable (atom) 7.14 - 7.57 /usr/bin 17.5k - 25.7k
FRITZ!Box 6670 Cable (arm) 7.57 - 7.62 /usr/bin 25.7k
FRITZ!Box 6670 Cable (atom) 7.61 - 7.62 /usr/bin 25.7k
FRITZ!Box 6690 Cable (arm) 7.28 - 7.57 /usr/bin 17.5k - 25.7k
FRITZ!Box 6690 Cable (atom) 7.28 - 7.57 /usr/bin 17.5k - 25.7k
FRITZ!Box 6810 LTE 6.35 /usr/bin 16.9k - 17.4k
FRITZ!Box 6820 LTE v1 6.40 - 7.51 /usr/bin 16.7k - 25.6k
FRITZ!Box 6820 LTE v2 6.40 - 7.51 /usr/bin 16.7k - 25.6k
FRITZ!Box 6820 LTE v3 7.19 - 7.57 /usr/bin 18.9k - 23.4k
FRITZ!Box 6840 LTE 5.08 - 7.39 /usr/bin 16.4k - 25.6k
FRITZ!Box 6842 LTE /usr/bin 17.1k - 17.4k
FRITZ!Box 6850 LTE 7.21 - 7.58 /usr/bin 17.5k - 25.6k
FRITZ!Box 6850 5G 7.24 - 7.51 /usr/bin 17.5k - 25.6k
FRITZ!Box 6890 LTE 6.84 - 7.51 /usr/bin 16.4k - 25.6k
FRITZ!Box 6890 LTE v1 6.84 - 7.51 /usr/bin 16.4k - 25.6k
FRITZ!Box 6890 LTE v2 6.84 - 7.51 /usr/bin 16.4k - 25.6k
FRITZ!Box Fon WLAN 7112 4.76 - 4.88 /usr/bin 14.7k - 16.4k
FRITZ!Box Fon WLAN 7113 4.40 - 4.86 /usr/bin 14.7k - 45.3k
FRITZ!Box Fon WLAN 7113 DE 4.40 - 4.77 /usr/bin 40.8k - 45.3k
FRITZ!Box Fon WLAN 7113 INT 4.82 - 4.86 /usr/bin 14.7k
FRITZ!Box Fon WLAN 7140 4.34 - 4.77 /usr/bin 14.7k - 45.3k
FRITZ!Box Fon WLAN 7141 4.14 - 4.77 /usr/bin 14.8k - 76.9k
FRITZ!Fon 7150 4.30 - 4.77 /usr/bin 38.1k - 41.2k
FRITZ!Box Fon WLAN 7170 4.12 - 4.99 /usr/bin 14.7k - 49.3k
FRITZ!Box Fon WLAN 7170 v1 4.12 - 4.99 /usr/bin 14.7k - 49.3k
FRITZ!Box Fon WLAN 7170 v2 4.12 - 4.99 /usr/bin 14.7k - 49.3k
FRITZ!Box Fon WLAN 7240 4.65 - 6.06 /usr/bin 14.7k - 40.7k
FRITZ!Box Fon WLAN 7270 v1 4.44 - 4.99 /usr/bin 14.7k - 49.5k
FRITZ!Box Fon WLAN 7270 v2 4.67 - 6.06 /usr/bin 14.7k - 38.2k
FRITZ!Box Fon WLAN 7270 v3 4.76 - 6.06 /usr/bin 14.7k - 17.2k
FRITZ!Box 7272 5.55 - 7.39 /usr/bin 17.1k - 25.6k
FRITZ!Box 7312 5.23 - 6.56 /usr/bin 16.7k - 17.4k
FRITZ!Box Fon WLAN 7320 4.85 - 6.35 /usr/bin 15.7k - 17.6k
FRITZ!Box 7330 5.06 - 6.56 /usr/bin 16.5k - 17.4k
FRITZ!Box 7330 SL 5.08 - 6.56 /usr/bin 16.5k - 17.4k
FRITZ!Box Fon WLAN 7340 4.83 - 5.05 /usr/bin 15.5k - 17.5k
FRITZ!Box Fon WLAN 7360 SL 5.04 - 6.34 /usr/bin 15.6k - 17.5k
FRITZ!Box Fon WLAN 7360 v1 5.06 - 6.36 /usr/bin 16.4k - 17.6k
FRITZ!Box Fon WLAN 7360 v2 5.22 - 6.88 /usr/bin 16.7k - 17.6k
FRITZ!Box 7362 SL 5.53 - 7.14 /usr/bin 16.7k - 18.8k
FRITZ!Box 7369 6.30 - 6.32 /usr/bin 17.4k - 17.5k
FRITZ!Box Fon WLAN 7390 4.81 - 5.22 /usr/bin 15.4k - 17.8k
FRITZ!Box 7412 6.21 - 6.88 /usr/bin 17.0k - 17.6k
FRITZ!Box 7430 6.26 - 7.39 /usr/bin 16.7k - 25.6k
FRITZ!Box 7490 (main) 5.57 - 7.57 /usr/bin 16.7k - 25.7k
FRITZ!Box 7510 7.30 - 7.57 /usr/bin 17.4k - 21.6k
FRITZ!Box 7520 6.98 - 7.51 /usr/bin 14.1k - 25.6k
FRITZ!Box 7520 v2 (arm) 7.30 - 7.57 /usr/bin 17.5k - 25.6k
FRITZ!Box 7530 6.98 - 7.56 /usr/bin 14.1k - 25.6k
FRITZ!Box 7530 AX 7.20 - 7.80 /usr/bin 17.6k - 25.6k
FRITZ!Box 7560 6.51 - 7.39 /usr/bin 16.0k - 25.6k
FRITZ!Box Fon WLAN 7570 vDSL 4.70 - 4.94 /usr/bin 14.7k - 40.7k
FRITZ!Box 7580 6.53 - 7.30 /usr/bin 16.1k - 18.8k
FRITZ!Box 7581 6.54 - 7.16 /usr/bin 14.0k - 17.6k
FRITZ!Box 7582 6.83 - 7.17 /usr/bin 14.0k - 17.6k
FRITZ!Box 7583 7.01 - 7.57 /usr/bin 16.7k - 23.3k
FRITZ!Box 7583 VDSL 7.19 - 7.31 /usr/bin 18.7k - 18.8k
FRITZ!Box 7590 6.83 - 7.57 /usr/bin 16.4k - 25.6k
FRITZ!Box 7590 AX 7.19 - 7.80 /usr/bin 18.7k - 25.6k
FRITZ!Box 7690 7.59 /usr/bin 21.5k
FRITZ!Smart Gateway 7.39 - 7.59 /usr/bin 21.5k
FRITZ!WLAN Repeater N/G 4.66 - 4.88 /usr/bin 14.7k - 40.7k
FRITZ!WLAN Repeater 300E 5.01 - 6.34 /usr/bin 15.5k - 17.4k
FRITZ!WLAN Repeater 310 A 5.24 - 7.16 /usr/bin 16.7k - 18.8k
FRITZ!WLAN Repeater 310 B 6.30 - 7.16 /usr/bin 16.7k - 18.8k
FRITZ!WLAN Repeater 450E 6.00 - 7.15 /usr/bin 16.7k - 18.8k
FRITZ!Repeater 600 7.11 - 7.58 /usr/bin 18.8k - 25.6k
FRITZ!Repeater 600 v2 7.19 - 7.58 /usr/bin 18.9k - 23.4k
FRITZ!WLAN Repeater 1160 6.51 - 7.15 /usr/bin 16.7k - 18.8k
FRITZ!Repeater 1200 7.11 - 7.58 /usr/bin 17.5k - 25.6k
FRITZ!Repeater 1200 AX 7.27 - 7.57 /usr/bin 17.4k - 21.6k
FRITZ!WLAN Repeater 1750E 6.12 - 7.39 /usr/bin 16.7k - 25.6k
FRITZ!Repeater 2400 7.12 - 7.58 /usr/bin 18.8k - 25.6k
FRITZ!Repeater 3000 6.98 - 7.58 /usr/bin 14.1k - 25.6k
FRITZ!Repeater 3000 AX 7.39 - 7.57 /usr/bin 17.5k - 25.6k
FRITZ!Repeater 6000 7.19 - 7.57 /usr/bin 17.4k - 21.6k
FRITZ!WLAN Repeater DVB-C 6.12 - 7.03 /usr/bin 16.7k - 17.9k
FRITZ!Powerline 540E 5.58 - 7.15 /usr/bin 16.7k - 18.8k
FRITZ!Powerline 546E 5.50 - 7.15 /usr/bin 16.7k - 18.8k
FRITZ!Powerline 1240 AX 7.51 - 7.57 /usr/bin 21.5k
FRITZ!Powerline 1240E 6.33 - 7.16 /usr/bin 16.7k - 18.8k
FRITZ!Powerline 1260E 6.90 - 7.57 /usr/bin 14.1k - 25.6k
FRITZ!Powerline 1260 7.27 - 7.57 /usr/bin 17.5k - 21.6k
congstar DSL-Box 4.25 - 4.81 /usr/bin 14.7k - 76.9k
congstar komplett Box 4.68 - 4.81 /usr/bin 14.7k - 40.7k
Speedport W 501V 4.38 /usr/bin 45.2k
Speedport W 503V 4.68 - 4.81 /usr/bin 14.7k - 40.7k
Speedport W 503V MK 4.79 /usr/bin 14.7k
Speedport W 701V 4.25 - 4.81 /usr/bin 14.7k - 76.9k
Speedport W 721V 4.74 - 4.75 /usr/bin 38.1k
Speedport W 722V 4.76 - 4.79 /usr/bin 37.8k - 37.9k
Speedport W 900V 4.21 - 4.57 /usr/bin 45.3k - 76.9k
Speedport W 920V 4.78 - 4.79 /usr/bin 14.8k
Alice IAD 5130 4.65 - 4.71 /usr/bin 45.3k
Alice IAD WLAN 3331 4.90 /usr/bin 14.7k
Alice IAD 7570 vDSL 4.86 - 5.09 /usr/bin 38.1k - 38.2k
133 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-20 07:33 GMT.

Firmware Symbol
4.12 - 7.80 CSession::CSession
4.12 - 7.80 CSession::Config
4.12 - 7.80 CSession::ConfigSSL
4.12 - 7.80 CSession::Connect
4.12 - 7.80 CSession::ConnectNow
4.12 - 7.80 CSession::ConnectTimeout
4.12 - 5.09 CSession::DnsComplete
7.24 - 7.80 CSession::GetHostWithPort
7.24 - 7.80 CSession::SetSessionSockaddr
4.12 - 5.09 CSession::connected
4.12 - 5.09 CSession::disconnected
7.24 - 7.80 CSession::download_request
7.24 - 7.80 CSession::fdin_close_cb
7.24 - 7.80 CSession::fdin_dataready_cb
7.24 - 7.80 CSession::output_resume_cb
4.12 - 5.09 CSession::receive
7.24 - 7.80 CSession::static_fdin_close_cb
7.24 - 7.80 CSession::static_fdin_dataready_cb
7.24 - 7.80 CSession::static_output_resume_cb
7.24 - 7.80 CSession::upload_begin_request
7.24 - 7.80 CSession::upload_request
7.24 - 7.80 CSession::upload_request_chunked
4.12 - 5.09 CvtHex
4.12 - 5.09 DigestCalcHA1
4.12 - 5.09 DigestCalcResponse
4.32 - 5.09 DownloadStream::End
4.77 - 4.97 DownloadStream::Start
4.12 - 4.99 EnterModuleName
4.12 - 5.09 GetToken
4.12 - 4.99 LogDepth
4.12 - 4.99 LogDump
4.12 - 4.99 LogDumpASCII
4.12 - 4.99 LogDumpASCIIVar
4.12 - 4.99 LogSetDepth
4.12 - 5.09 MakeNonce
4.12 - 5.09 SplitToken
4.12 - 5.09 digest_calc_response
4.12 - 5.09 gettmpbuf
4.12 - 5.09 http_client::CalcAuthHeader
4.12 - 5.09 http_client::GetCsock
4.12 - 5.09 http_client::GetNonceCountString
4.12 - 5.09 http_client::GetPeerCertificateCommonName
4.12 - 5.09 http_client::ParseServerAuthHeader
4.12 - 5.09 http_client::PurgePostBuffer
4.63 - 5.09 http_client::SetTrafficClass
4.12 - 5.09 http_client::closed
4.12 - 5.09 http_client::connect
4.12 - 5.09 http_client::connected
4.12 - 5.09 http_client::disconnect
4.12 - 5.09 http_client::failed
4.12 - 5.09 http_client::http_client
4.63 - 5.09 http_client::preconnect
4.12 - 5.09 http_client::receive
4.12 - 5.09 http_client::request_again
4.12 - 5.09 http_client::request_begin
4.12 - 5.09 http_client::request_end
4.12 - 5.09 http_client::timeout
4.12 - 5.09 http_parse_url
4.12 - 5.09 http_receiver::ContentEnded
4.12 - 5.09 http_receiver::IsAuthError
4.12 - 5.09 http_receiver::NeedReconnect
4.12 - 5.09 http_receiver::connected
4.12 - 5.09 http_receiver::disconnected
4.12 - 5.09 http_receiver::expect_response
4.12 - 5.09 http_receiver::receive
4.12 - 5.09 log_csock_bwrite
4.12 - 5.09 log_csock_printf
4.12 - 7.80 main
68 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.