Jump to content

Recommended Posts

Posted

Hi,

I have to change a text line in an on-line webshop.

The text is "taxandshippinginfo"

The problem is that I do not know if this text is inside a static html

part of the webshop or that it is generated from php code in the webshop.

Is there a program or a tool that let me search for a text string

on the server ? I have ftp access to all the folders on the server.

But my ftp program does not have the option to search for a text string

in all the folders. Is there such a tool ?

Posted

If you have shell access you can use grep, otherwise (so long as file size & bandwidth allow) download the whole lot and search locally,

  • Like 1
Posted

You can always ftp/download all the files and folders to your computer a just do a quick 'Find in Files...' with Sublime Text, Notepad++, or any search tool you've got available.

beaten by DaveP

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...