heathyabo / terminal-ide

Automatically exported from code.google.com/p/terminal-ide
0 stars 0 forks source link

rsync to different port fails #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. With a remote sshd running on port 80:
2. rsync -av user@[someip]:80/some/remote/dir ./some/local/dir
3.

What is the expected output? What do you see instead?

Expecting success, I see instead:
ssh: exited: Error connecting: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(601) 
[Receiver=3.0.8]

What version of the product are you using? On what operating system?
1.95

Please provide any additional information below.
Apps like botsync can successfully connect to the same server.

Original issue reported on code.google.com by elkn...@gmail.com on 14 Apr 2012 at 6:58