Feed on
Posts
Comments

when first trying to publish this blog to my sftp server (via blogger), i kept receiving a “sftpexception permission denied” error. the solution to this was to simply:

sudo chmod a+w -R [my blog directory]

i then was able to upload/publish this blog. afterwards, i restored things:

sudo chmod a-w -R [my blog directory]
sudo chmod u+w -R [my blog directory]

(i know, i know, there is some more efficient way to do this in chmod – i’ve always just been too lazy to learn all the shortcuts/number codes.)


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

Did I get this wrong? Let me know!

Trackback URI | Comments RSS