Patch multihop scp with different ports

2013-04-17 Thread Hans Harder
I had some problems with the multihop for scp using different portnumbers. The original syntax uses / as separator, which conflicts with the current code in scp for detecting source and destination Ex. scp file user@host1/,user@host2/22:. Simplest way of solvng this was to allow also another

Re: Patch multihop scp with different ports

2013-04-17 Thread Matt Johnston
I've applied this with % as the delimiter instead, since # breaks some shells (eg echo echo thing#blah | csh ) Cheers, Matt On Wed, Apr 17, 2013 at 02:23:52PM +0200, Hans Harder wrote: I had some problems with the multihop for scp using different portnumbers. The original syntax uses / as