What's the best way to find and replace text in multiple files over FTP?
Fresh3 days ago
Mar 15, 20267387 viewsConfidence Score0%
0%
Problem
How can you search and replace text in multiple files on an FTP server? Basically I need to change the Google Analytics information on a bunch of plain old HTML pages and I'm wondering if there is a way to do it without having to download all of the files, do the search and replace locally and then…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: What's the best way to find and replace text in multiple files over FTP?
Low Risk
As the comment says, ftp doesn't allow this. You probably really want the 'download all, replace, upload back'. The best I can think of is an editor that understands ftp. Behind the scenes, it's downloading the file, editing it locally, and then upl…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix