- Obtain the real download link by clicking “Download Link” on WeTransfer’s download page.
- After the download begins, right-click on the file being downloaded and select “Copy Download Link”.
- Find out your browser’s User Agent. You can use whatsmyuseragent to grab it.
- Prepare your wget command and download the file.
Example:
wget --user-agent Mozilla/4.0 '[your big address here]' -O dest_file_name
Don’t forget the quotes.
[your big address here] must be the direct link to the file, not the forwarded html page. You can get the big address by starting the download on any machine, then copy the link from your download-manager (eg. firefox, chrome)