Related
Secure Copy Files Between Hosts
linux
Securely copy files or directories between local and remote hosts over SSH.
Copy Files
linux
Copy files and directories from one location to another.
Test Network Connectivity
linux
Test the reachability of a network host and measure round-trip time for packets sent to it.
Command
wgetExplanation
wget is a command-line utility for downloading files from the web using HTTP, HTTPS, and FTP.
Examples
Download file
wget https://example.com/file.zipRecursive download
wget -r https://example.com/Continue partial download
wget -c https://example.com/largefile.zip