Feedback: having to specify addresses and ports is a drag. I suggest looking at how magic wormhole does it; nobody wants to look up and type in IP addresses. The user probably shouldn’t need to think about whether it’s in p2p mode or not.
Thanks for the feedback. Only an address is needed to be specified. There is a default port built into the source code. But, I believe in the near future I will add some kind of algorithm to extract IP addresses from phrases. > The user probably shouldn’t need to think about whether it’s in p2p mode or not. aft designs to be configurable, but I do believe your comment is right and something about it in the docs shoul…
Show HN: Aft, minimalistic file transferring program
11–13 of 13 posts
Re: Show HN: Aft, minimalistic file transferring program
#12Earlier quoted context omitted.
It sure looks excellent, `aft` actually looks very similar to it with the same relay server idea. I don't know the program, but from a first glance, it looks like it requires a relay server. While I don't think it has any major disadvantages, but needing to communicate with an external service might not be reasonable for some people. And many times you might not require a relay server at all such as transferring on a…
> Also, some people might like Rust more than Go ;) Why would this matter for users?
Re: Show HN: Aft, minimalistic file transferring program
#13Earlier quoted context omitted.
Thanks for the feedback. Only an address is needed to be specified. There is a default port built into the source code. But, I believe in the near future I will add some kind of algorithm to extract IP addresses from phrases. > The user probably shouldn’t need to think about whether it’s in p2p mode or not. aft designs to be configurable, but I do believe your comment is right and something about it in the docs shoul…
I never want to have to configure a file transfer program. For this to be useful to me, it has to be better than magic wormhole.
Also, its OK not wanting to configure anything, but some people might find it useful. This program aims to include both types.