Displaying 3 results from an estimated 3 matches for "peram".
Did you mean:
param
2002 Jul 29
2
rsync from Windows and Linux over ssh
...ws-machine>:/rsync/* .
but i'm getting the following error
"unexpected EOF in read_timeout".
I'm running Openssh 3.4p1
I tried to find info on the archives but they seem not
related to this specific problem.
I'd appreciate if any of you gurus help in this issue.
Thanks,
Peram
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
2002 Aug 03
1
Rsync from windows to unix
...c -avz -e ssh user@windowsserver::/rsync/* ."
from the Linux machine I'm getting the error message
"ERROR: The remote path must start with a module
name"
Even when I try
"$ rsync -avz -e ssh user@windowsserver:/rsync/* ."
I'm getting the error
$ rsync -avz -e ssh speram@172.20.70.33:/testrsync/* .
user@windows server password: <i enter domain passwd>
"unexpected EOF in read_timeout"
The rsync daemon seems to be running too, since
$telnet localhost 873 gave me the result
@RSYNCD: 25
I'd appreciate if any of you gurus can guide me where
I'...
2002 Jul 29
0
Preserving Permissions using server
...?
>
> Many thanks - I know it is something small - but I am not sure what it is :(
>
> I am running a turbolinux 6.5 server system for reference.
>
> Andrew.
>
>
>
>
>
> --__--__--
>
> Message: 5
> Date: Mon, 29 Jul 2002 07:32:26 -0700 (PDT)
> From: S Peram <perams27@yahoo.com>
> Subject: rsync from Windows and Linux over ssh
> To: rsync@lists.samba.org
>
> Hi All,
> I'm a newbie to RSYNC on Windows.
> I installed RSYNC(version 2.5.1) on Windows and it is
> running as a service on Windows 2000.
> I've been trying...