I need a Batch Text Replace program for files on FTP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • borissy
    Registered User
    • Mar 2007
    • 5

    #1

    I need a Batch Text Replace program for files on FTP

    I need a program that can access all html files on FTP, and replace all occurances of xxx with yyy going through all subdirs.

    I found a program but it wasn't searching subdirectories.

    Any help will be appreciated.
  • Pete-KT
    Workin With The Devil
    • Oct 2004
    • 51532

    #2
    that would be perfect if you find it let me know

    Comment

    • Narfle
      Confirmed User
      • Dec 2006
      • 193

      #3
      is the stuff you already have shareware? because i'd love to try to fuck around with it even though i prolly cant fix it.

      Its just.. if all you really need is your existing program to also search subdirs then it should be something that could be fixed in no time.

      Comment

      • borissy
        Registered User
        • Mar 2007
        • 5

        #4
        The one I found was called Text Workbench. 15 days free trial. But it doesn't search subdirs.

        Comment

        • borissy
          Registered User
          • Mar 2007
          • 5

          #5
          I found the solution.

          I have this text editor UltraEdit which can batch text replace in local files.

          I mapped the ftp as a local drive using this program called NetDrive, then used UltraEdit to do the batch replace.

          Comment

          • datatank
            Confirmed User
            • Aug 2004
            • 5471

            #6
            http://www.phplabs.com/scripts.php?script=Replacer
            does it

            Comment

            Working...