# File Transfers

## Hash functions

Listed to verify transfers

### Linux

```bash
md5sum <file>
```

### Windows

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