开发者

How to delete every files in a http directory programatically

开发者 https://www.devze.com 2023-01-25 06:43 出处:网络
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 clie

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消