Thanks to all of those who offered suggestions. I now have it working using passwordless rsynch.
The server setup for users is that their home directory is setup initially with two directories - WWW and MAIL. If WWW contains and index,html file it is loaded as a web page. By using "/WWW" as the destination, it failed. removing the "/" and all is go. I'm running a basic setup (its a work in progress) but its now "live" at pcug.org.au/~asalmon . Feel free to check it out. Cheers, Alan On Wednesday, November 6, 2024 at 10:51:54 AM UTC+11 Graham Eddy wrote: > i know nothing of sftp, but these lines look inconsistent: if the url of > the server is host:homedirectory (which is what pcusg.org.au/~USERNAME > implies) > then surely the path is meant to be be relative to homedirectory (ie WWW > not */*WWW) > *⊣GE⊢* > > On 6 Nov 2024, at 4:34 am, vince <[email protected]> wrote: > > server = pcug.org.au/~USERNAME # The ftp server name > port = 22 > path = /WWW > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/c48ac81a-6ba1-4b94-8414-de3f631f318en%40googlegroups.com.
