Comment on Show HN: Quickly copy a file between computersComments−froseph13yIt reminds me of http://www.fefe.de/ncp/ It's always interesting when people come up with the same thing independently.−RookToH713yI couldn't seem to get this compiled on OSX :( Do you (or anyone) know if there's a OSX version available? What I like about ncp is that it first requires an action at the sender (push) and then at the receiver afterwards (poll).−diginuxOP13yAh yes, I take a slightly different approach, I don't do polling, only have a listener and a single request sent.Though, this still looks more robust, thanks for the link.
Comments
It reminds me of http://www.fefe.de/ncp/ It's always interesting when people come up with the same thing independently.
I couldn't seem to get this compiled on OSX :( Do you (or anyone) know if there's a OSX version available? What I like about ncp is that it first requires an action at the sender (push) and then at the receiver afterwards (poll).
Ah yes, I take a slightly different approach, I don't do polling, only have a listener and a single request sent.
Though, this still looks more robust, thanks for the link.