Batch Rename

AeroFTP provides a batch rename dialog for renaming multiple files at once, plus inline rename for quick single-file edits.

Batch Rename Dialog

Select multiple files, then right-click and choose Batch Rename to open the dialog. Four rename modes are available:

ModeDescriptionExample
Find/ReplaceReplace text in filenamesreportsummary
PrefixAdd text before the filenamebackup_ + data.csvbackup_data.csv
SuffixAdd text before the extensionphoto + _2024photo_2024.jpg
SequentialNumber files sequentiallyimg_001.jpg, img_002.jpg, ...

Live Preview

As you type, a preview column shows the result of the rename operation for every selected file. This lets you verify the outcome before committing any changes.

Sequential Options

When using Sequential mode, you can configure:

  • Base name — the prefix before the number
  • Start number — the first number in the sequence (default: 1)
  • Zero padding — number of digits (e.g., 3 digits gives 001, 002, ...)

Inline Rename

For renaming a single file quickly:

  • F2 — press F2 with a file selected to enter inline edit mode
  • Click on filename — click the filename text of an already-selected file

Inline rename works in both the local and remote file panels. Press Enter to confirm or Escape to cancel.

Tip: Batch Rename and Inline Rename are also available through AeroAgent. Ask something like "Rename all .jpeg files to .jpg" and the local_batch_rename tool handles it automatically.