Bandwidth throttling of FTP in IIS isn’t great. To throttle the bandwidth of FTP in IIS, the FTP must be published through the website – you can’t throttle an FTP site on it’s own.
To throttle the bandwidth of FTP in IIS:
- Open IIS
- Select the website that is publishing the FTP you wish to throttle
- In the Action pane (right hand side pane), under Configure click Limits
- Tick the box to limit bandwidth usage
- Enter the number of bytes you wish to limit the bandwidth usage to. I assume that this is in Bps 😕
- Click OK
The bandwidth of the FTP published site should now be throttled to the amount you specified.
❗ Addendum: The bandwidth throttling in IIS is in Bytes / second and has to be at least 1024, which is 1Mbps (roughly).