How do I get FTP permissions to delete files that are uploaded via a webpage? Everytime I try to delete in WS_FTP, it says: Permission Denied.
That's because they are owned by the webservers user (apache on most *nix systems). You might have to write a script to change permissions to 777 so you can delete them. If you have root access you can do it too.