You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
feat: add server public information handling in XFTP protocol (#1846)
* feat: add server public information handling in XFTP protocol
* test
---------
Co-authored-by: sh <github.shum@liber.li>
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
Copy file name to clipboardExpand all lines: protocol/xftp.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Version 3, 2025-01-24
1
+
Version 4, 2026-08-08
2
2
3
3
# SimpleX File Transfer Protocol
4
4
@@ -50,11 +50,12 @@ The objective of SimpleX File Transfer Protocol (XFTP) is to facilitate the secu
50
50
51
51
XFTP is implemented as an application level protocol on top of HTTP2 and TLS.
52
52
53
-
This document describes XFTP protocol version 3. The version history:
53
+
This document describes XFTP protocol version 4. The version history:
54
54
55
55
- v1: initial version
56
56
- v2: authenticated commands - added basic auth support for commands
57
57
- v3: blocked files - added BLOCKED error type for policy violations
58
+
- v4: server public information in handshake
58
59
59
60
The protocol describes the set of commands that senders and recipients can send to XFTP routers to create, upload, download and delete data packets of several pre-defined sizes. XFTP routers SHOULD support packets of 4 sizes: 64KB, 256KB, 1MB and 4MB (1KB = 1024 bytes, 1MB = 1024KB).
0 commit comments