curl

Fetching remote files

curl https://cdn.finaltek.net/robots.txt

Saving remote Files

curl -O https://cdn.finaltek.net/robots.txt

Saving remote files to a specific filename

curl -o roboti.txt https://cdn.finaltek.net/robots.txt

Parameters of curl

curl -I cdn.finaltek.net/robots.txt... follows redirect (http to https) and
with -L redo the request to the new location whenever it encounters a redirect:

curl L -o roboti.txt cdn.finaltek.net/robots.txt

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Kolik mohu dostat IP adres?

Mohu mít k serveru více než 1 IPv4 adresu? Ano, avšak maximální počet IPv4 adres k vyhrazenému...

Linux - parametry kernelu

Linux Kernel Boot Parameters

Linux firewall - iptables

Iptables iptables -[ADC] chain rule-specification [options] iptables -I chain [rulenum]...

Linux firewall - fail2ban

Fail2ban   Nástroj na blokování útočníků automaticky...

Linux kernel

Sysctl   zapnuti ochrany kernelu (execshield) kernel.exec-shield=1...