Examples
Send a single file:Output
After runningfloe send, Floe shows a summary of what will be sent, then prints a sharing panel:
Ctrl+C.
Folder transfers
When you send a folder, Floe walks it recursively and preserves the directory structure on the receiving end. The recipient gets the same relative paths inside their output directory.Flags
See Flags Reference for--server, --no-relay, and --web.
Notes
- Relayed transfers are capped at 2 GB per session; direct connections have no size limit. When the selected route runs through the TURN relay and the queued files total more than 2 GB,
floe sendblocks the transfer before any file data moves. See The 2 GB Relay Limit. - Press
Ctrl+Cat any time to cancel the transfer and close the session. - If the short code cannot be registered (for example, the signaling server is unreachable), Floe prints a warning and continues with the link only.
- Files are streamed in the order they are listed. For multiple files, progress is shown per file.
- The sender never reports to the global transfer counter. Only the receiver does. To opt out on the receiving side, the receiver uses
--no-reportor setsFLOE_NO_STATS=1.