Hi,
bash$ rsync -a [EMAIL PROTECTED]::test test
Password:
@ERROR: auth failed on module test
I did try this command, But the result is same as you can see above..
Any other suggestion?..
Thanks,
_Saran_
On Mon, 25 Jun 2001, Tim Potter wrote:
> J.Saravanan writes:
>
> > When I try to transfer "test" to a remote comp. , Without auth and
> > secrets, The transfer is smooth. But When I want to use auth and secrets
> > then transfer fails as..
> >
> > bash$ rsync -a 144.16.251.213::test test
> > Password:
> > @ERROR: auth failed on module test
> >
> > I dont understand this. Can somebody explain as to how to acomplish this.
> > All suggestions are welcome.
>
> You are probably not logged in as the user 'max'. Try this
> command line instead:
>
> rsync -a [EMAIL PROTECTED]::test test
>
>
> Tim.
>