get command
Summary
Download a file
Description
This command downloads a file from the website to a file, preserving the file name. This is currently very basic, but it will be expanded in future releases.
Command usage
get <URL>
Examples
get http://127.0.0.1/Files/images/shanghai.png
: Downloads an image to the current working directory.get http://archive.ubuntu.com/ubuntu/pool/universe/p/plasma-desktop/plasma-desktop_5.16.5-0ubuntu1_amd64.deb
: Downloads the Ubuntu/Debian package of KDE Plasma Desktop
Last updated