# File Transfer Techniques

#### **Windows:**

1. **SMB Share** (impacket **smb-server.py** share\_name share\_path): copy \host\share\file .
2. powershell **IWR**
3. **certutil** -f -urlcache FILE\_URL localfilename
4. **FTP** **non-interactive** transfer (<https://sushant747.gitbooks.io/total-oscp-guide/content/transfering\\_files\\_to\\_windows.html>)

#### **Linux:**

1. **wget**
2. **nc** ><
3. **curl**
