# curl # Transfer data to/from servers using various protocols # Sections: 1 # Docs: https://docs.remnux.org/discover-the-tools/explore+network+interactions/connecting % download, http, transfer # Basic usage curl -L http://example.com # Output to file curl -o output.bin http://example.com/file