|
|
Right, I keep a personal, rather sad little blog for note taking and stuff.
Hasn't been updating for a while. This was before the hax0red attacks. I think the problem comes from permissions on my server. I usually update through a GUI that I wrote myself that makes calls to the Blogger API via XML-RPC. I don't think this has anything to do with the problem because the updates get posted to the Blogger web interface - they just don't publish to the actual web page.
Looking at the FTP log it seems that the permissions aren't right on my server. So, is this just a case of doing a chmod on the permissions? I ask because this problem happened a few months ago but righted itself after a few days before I had time to look at it.
Here are the ftp logs - anyone got any advice?
created: Tue, 29 Oct 2002 07:23:41 GMT
220 Matrix FTP Server ready.
USER Davidlock
331 User name okay, need password.
PASS xxxxxx
230 User logged in, proceed.
SYST
215 UNIX type: L8.
PWD
257 "/publict.co.uk" is is working directory.
REST 1
350 Requested file action pending further information.
REST 0
350 Requested file action pending further information.
Restartable feature is enabled.
TYPE A
200 Type set to A.
TYPE I
200 Type set to I.
PORT 64,41,146,210,206,186
200 PORT Command successful.
STOR e:/4217/publict.co.uk/user/htdocs/Archives/2002_10_06_Archive
550 Access Denied for file - /publict.co.uk/e:/4217/publict.co.uk/user/htdocs/Archives/2002_10_06_Archive
ERROR: while trying to send file to server.
TYPE I
200 Type set to I.
PORT 64,41,146,210,206,196
200 PORT Command successful.
STOR e:/4217/publict.co.uk/user/htdocs/Archives/Archive
550 Access Denied for file - /publict.co.uk/e:/4217/publict.co.uk/user/htdocs/Archives/Archive
ERROR: while trying to send file to server.
TYPE I
200 Type set to I.
PORT 64,41,146,210,206,204
200 PORT Command successful.
STOR e:/4217/publict.co.uk/user/htdocs/blogger2.html
550 Access Denied for file - /publict.co.uk/e:/4217/publict.co.uk/user/htdocs/blogger2.html
ERROR: while trying to send file to server.
QUIT
221 Goodbye. |
|
|