Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md doest give a hint how transfers should work and show to connect remotes #55

Open
bernhardkaindl opened this issue Sep 14, 2022 · 7 comments

Comments

@bernhardkaindl
Copy link

README.md doest give a hint how transfers should work and show to connect remotes

@abdfnx
Copy link
Owner

abdfnx commented Sep 14, 2022

Sorry @bernhardkaindl , so tran sending files from one computer to any other computer. All communication beyond the initial client handshake is encrypted. If the sender and receiver can reach each other directly, the file transfer involves no servers. Otherwise the file transfer goes through a relay server which facilitates the connection, but sees none of the data. I hope I helped

@abdfnx
Copy link
Owner

abdfnx commented Sep 15, 2022

is everything okay @bernhardkaindl

@Awbmilne
Copy link

I think it would be cool to have a more thorough overview of the problem that Tran solves as part of the top of the README.

For example:
"Ever tried transferring files on the terminal between 2 computers? Its a pain! Sometimes SCP can be an easy solution, but often, you dont want to setup an SSH connection. Tran makes it easy by facilitating the connection between 2 computers, without the need for previous knowledge of the other party. Data transfer is completely encrypted and communication is direct between systems, when possible. etc etc...."

Its always important to have a clear and concise explanation of what your project is and the problem that it solves, so people can quickly know if it is the solution for them 👍

@abdfnx
Copy link
Owner

abdfnx commented Sep 15, 2022

I liked it @Awbmilne

@jaromrax
Copy link

Is that possible to refer to the original idea, I dont see such a thing the first time... Or describe ports needed, what is the handshake, who runs the relay.... there is almost nothing written about it! see e.g. magic wormhole...

@jaromrax
Copy link

Is it the same system (or based on) https://github.com/dutchcoders/transfer.sh ? Thank you

Repository owner deleted a comment from ZinoKader Feb 20, 2023
@abdfnx
Copy link
Owner

abdfnx commented Feb 20, 2023

Is it the same system (or based on) https://github.com/dutchcoders/transfer.sh ? Thank you

it's based on Portal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants