Live data from Hacker News

Show HN: Sharing, command-line tool to share files with your phone

github.com

1–10 of 57 posts

Re: Show HN: Sharing, command-line tool to share files with your phone

#6
post #5

Ok, nice idea with the qrcode, but (as far I can tell from a quick view into the source) it uses plain http? On Android I'm happy with the apps I use anyway, e.g. Termux which offers ssh (both client and server), rsync, … or sftp via Solid Explorer.

Can you configure to the ssh server to start automatically, or do you have to launch Termux and start it manually after a reboot?

Re: Show HN: Sharing, command-line tool to share files with your phone

#9
post #6
post #5

Ok, nice idea with the qrcode, but (as far I can tell from a quick view into the source) it uses plain http? On Android I'm happy with the apps I use anyway, e.g. Termux which offers ssh (both client and server), rsync, … or sftp via Solid Explorer.

Can you configure to the ssh server to start automatically, or do you have to launch Termux and start it manually after a reboot?

I can execute Termux scripts at boot time (via a secondary app Termux:Boot), which would execute files in ~/.termux/boot/so yes. And you have your standard shell init files, so just opening Termux allows you to implement actions.
Post reply on HN