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

# File Transfers

## Hash functions

Listed to verify transfers

### Linux

```bash
md5sum <file>
```

### Windows

```powershell
Get-FileHash <path> -Algorithm md5
```
