This commit is contained in:
SG
2023-05-01 15:21:57 +02:00
parent 34038da82e
commit 05e595c54f

View File

@@ -1,2 +1,21 @@
# Transmat
# Transphase
This is a collection of tools to copy files or proxy connections via WebSockets protocol.
It is done in a cryptographically safe(ish) way.
A rendevouz/relay server is used to help with data transfer.
**Transphase** - the relay server
**Transmat** - tool to copy files/directories
**Transplace** - HTTP proxy/exit point
### Copy files
Transphase server should be running and accessible by the parties.
On the sending party:
```
transmat --send <FILENAME>
```
This will prepare the sender and output the command to run on the receiving party, eg:
```
transmat --receive --password Space-Time-Continuum
```
See also ```transmat --help```.