Anthony DiSante wrote:
Anyway, duh. Sorry for the trouble.
-Anthony DiSante
No trouble at all. I hope you'll make it work as you wish.
__
Renovamos el Correo Yahoo!
Nuevos servicios, más seguridad
http://correo.yahoo.es
--
To
On Mon, 2005-10-24 at 19:57 -0400, Anthony DiSante wrote:
> Actually, rsync is not the transport in this scenario, SSH is. The Windows
> system doesn't need to have rsync installed. I'm using rsync because I want
> to sync many files within the directory tree (not shown in my example, which
>
Manuel López-Ibáñez wrote:
Actually, rsync is not the transport in this scenario, SSH is. The
Windows system doesn't need to have rsync installed. I'm using rsync
because I want to sync many files within the directory tree (not shown
in my example, which was simplified to just foo.txt to show
Actually, rsync is not the transport in this scenario, SSH is. The
Windows system doesn't need to have rsync installed. I'm using rsync
because I want to sync many files within the directory tree (not shown
in my example, which was simplified to just foo.txt to show the error).
-Anthony DiSa
I'm trying to copy files from a Linux system to a Windows XP system
running sshwindows. I can use gFTP and log in just fine. sshwindows
is based on cygwin so you just use /cygdrive/c/ to access the Windows
C: drive, etc.
But for some reason, rsync is having problems transferring files to
th
Have you checked that rsync works on the shell of Windows to which ssh
connects?
Anyway, the error message should say "rsync (server side): not found" Or
even better: "Rsync program not found on server machine, please, give
the location using --rsync-path option".
Is it rsync development ope
On Mon 24 Oct 2005, Anthony DiSante wrote:
>
> [1710][~]$ rsync -av /tmp/foo.txt [EMAIL PROTECTED]:/cygdrive/c/
> [EMAIL PROTECTED]'s password:
> rsync: not found
> rsync: connection unexpectedly closed (0 bytes read so far)
> rsync error: error in rsync protocol data stream (code 12) at io.c(189)