Comment on Show HN: Quickly copy a file between computersComments−blt13ypython -m SimpleHTTPServeris another nice way to do this.−diginuxOP13yI still have to know the IP of my machine, make a script wrap around python and wget or curl to achieve the bcp functionality.I actually use SimpleHTTPServer a lot for other things though, it is a great tip.
Comments
python -m SimpleHTTPServer
is another nice way to do this.
I still have to know the IP of my machine, make a script wrap around python and wget or curl to achieve the bcp functionality.
I actually use SimpleHTTPServer a lot for other things though, it is a great tip.