21 lines
658 B
Markdown
21 lines
658 B
Markdown
# 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```. |