
On 16 September 2011 10:22, Paul A. Bristow <pbristow@hetp.u-net.com> wrote:
Response: Current directory is: "/home/project-web/boost-sandbox" Command: ls Status: Listing directory /home/project-web/boost-sandbox Status: Calculating timezone offset of server... Command: mtime "htdocs" Response: 1316048902 Status: Timezone offsets: Server: 0 seconds. Local: 3600 seconds. Difference: 3600 seconds. Status: Directory listing successful
which looks promising.
But I don't see the boost-sandbox files that I expect to, as at
That's the right place, the website files are in 'htdocs' (full path '/home/project-web/boost-sandbox/htdocs'). If you have an ftp client you prefer, you should use that, filezilla doesn't have the greatest user interface. I just went for it as it was convenient.
So are you suggesting using sFTP for moving files? But to where?
I'd recommend using rsync, but failing that sftp is the next best option. What I've been doing is uploading library files into 'libs' on the site. So for library 'foo', I'd upload the contents of 'lib/foo/' to 'htdocs/libs/foo/'. But only upload that directory so that it doesn't mess with anything else on the server.
So what do you think should be the entries for CVS use?
CVS is not used at all for the website.