How to delete every files in a http directory programatically
I need to d开发者_如何学Pythonelete all the files in a virtual directory on the remote web server programatically. How to do this task?
Use filezilla for acessing your remote server. This is a ftp client tool for free of cost. You keying your host ftp address and then you can remove the files.
-saligh
SSH into the remote machine. Go to the directory and remove it. Or edit the server configuration to not serve up the directory.
精彩评论