Comment on Show HN: Quickly copy a file between computersparentComments−diginuxOP13yThis assumes ssh is installed and running.−mjschultz13y`bcp` assumes `make` and `gcc` along with a handful of devel headers are installed.−bdunbar13yYour intended use is a computer that doesn't have SSH running?−diginuxOP13yI never run an ssh server on my laptops, no reason to really. Secondly, with ssh, it requires you know ip or hostname, both which I don't want to worry about.−bdunbar13yAh! I had not thought of copying between client computers.Now it makes sense. And I can see it's use, at home.Thanks.
Comments
This assumes ssh is installed and running.
`bcp` assumes `make` and `gcc` along with a handful of devel headers are installed.
Your intended use is a computer that doesn't have SSH running?
I never run an ssh server on my laptops, no reason to really. Secondly, with ssh, it requires you know ip or hostname, both which I don't want to worry about.
Ah! I had not thought of copying between client computers.
Now it makes sense. And I can see it's use, at home.
Thanks.