6

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.

Alex
  • 517
  • 4
  • 9
  • 22

1 Answers1

14

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.

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
  • 1
    This is an *excellent* way to delete files with a certain filename extension. Using: Filename > ends with > .jpg – Scott Jan 22 '17 at 01:37