Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to recursivelly delete all files with certain name with FileZilla

I would like to know how can I delete files in bulk with FileZilla.

One of my websites have been hacked, and I know that they introduced an info.html file in almost all my WordPress folders.

So my question is, if there is a way to bulk delete all the files with the name info.html from all the folders and subfolders of my WordPress installation.

like image 400
Alex Avatar asked Apr 10 '15 21:04

Alex


1 Answers

Use Server > Search remote files command to find a list of the files.

Use a rule like:
Filename > is equal to > info.html

Then in Results pane, select all found files using Ctrl+A, right click the selection and click Delete.

like image 163
Martin Prikryl Avatar answered Jan 04 '23 15:01

Martin Prikryl