How to get a direct connection
These steps increase the likelihood of a direct connection, which has no size limit:- Use a standard home or personal Wi-Fi network.
- Disconnect from any VPN.
- Avoid transferring from strict corporate or university networks.
- Try using a personal mobile hotspot if you are on a restricted network.
What counts as one session
The 2 GB cap resets if the relay connection drops and reconnects. Each new WebRTC session starts with a fresh counter. However, intentionally cycling sessions to exceed the cap goes against the spirit of the free service.Technical details
Technical details
The 2 GB cap is enforced by the Floe apps themselves, in both the web app and the CLI. Once the connection is established, the sender checks the selected route: if it runs through the TURN relay and the queued files total more than 2 GB, the transfer is blocked before any file data moves and an error is displayed. The limit applies per sender session, not per file. Direct connections bypass this check entirely, as no relay bandwidth is consumed.