[wellylug] rsync question(s)
andrej at paradise.net.nz
andrej at paradise.net.nz
Tue Nov 21 15:58:06 NZDT 2006
Quoting John Durham <johndurh at spunge.org>:
> That turned out to be a good idea, thanks. It took a while to get
You're welcome.
> response from the system (and some adjustments to the network), but
> there was some response at last. The command I used was written to copy
> html file updates from the XP pro system to the ubuntu system using
> this:
> pscp d:\Web_pages\New_Webstuff\*.html
> johndurh at ubuntu:home/johndurh/Website/modecideas.com
> It produced a long list of actions, most of which were like this:
> pscp unable to open /home/johndurh/Website/modecideas.com/wireless.html:
>
> permission denied
That's not a verbatim copy, is it? If it is you either need to make it
pscp d:\Web_pages\New_Webstuff\*.html johndurh at ubuntu:Website/modecideas.com/.
on the receiving end, or add a slash before home, like so:
pscp d:\Web_pages\New_Webstuff\*.html
johndurh at ubuntu:/home/johndurh/Website/modecideas.com/.
> Do the file permissions need altering for this to work?
Shouldn't be necessary - they get set by the login-account on the
linux-box.
Cheers,
Andrej
More information about the wellylug
mailing list