How to Use CHMOD in Kasablanca
Kasablanca is a GUI FTP client, which I regularly use. Today, I needed to change the permissions on a folder to allow writing by the web server. After trying for a long time to do it in kasablanca, I found the solution: At the command-line, write:
$ lftp -u tim ftp.example.com Password: lftp tim@ftp.example.com:~> cd the/directory lftp tim@ftp.example.com:the/directory> chmod 777 the_file

I s suggest filezilla
Comment by alpha — September 24, 2008 @ 11:10 pm