> For the complete documentation index, see [llms.txt](https://notes.m4lwhere.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.m4lwhere.org/offensive/file-transfers.md).

# File Transfers

Netcat

Move files by redirecting output

```bash
nc -nvlp 8081 
```
