command line - How to download a file from a website via terminal ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
command line - How to download a file from a website via terminal ...
Open terminal and type wget "http://domain.com/directory/4?action=
AttachFile&do=view&target=file.tgz". to download the file to the current directory.
wget -O ...