| Question : | How do I make my scripts executable using WSFTP?
| | Answer : | Highlight the file you want to make executable in the right hand window and then right-click it with your mouse. You should see a menu appear, CHMOD is near the bottom, click it. You will then see a screen with 3 rows of 3 boxes. To CHMOD a file to 755 (the most common setting) you should make sure the top row is ticked, the left box on the middle row, and the bottom row. Click Ok, you should see a message in the status window of WS_FTP saying CHMOD 755 filename Successful (or something along those lines).
| | |