简体   繁体   中英

How to find a webpage in FTP directory?

I am looking for one specific web page in my large directory of files. Problem is I have no idea what to search. I have the pages URL and I have found the page extensions of the file, but not the page itself. How can I find this page?

The page is: http://napaautocaremarketing.com/

Thanks in advance for any help!

It depends on your FTP client, we can't just tell you the magic answer due to this, but most of the time, you should try graphically to find the search menu, and search inside your file content for this for instance:

<a href="http://store.napaautocaremarketing.com/napa/UserContentStart.aspx?Category=32" onmouseout="MM_swapImgRestore();"

Otherwise, you should download every files, and use a dedicated searching software to do so. Or use this command:

grep '<a href="http://store.napaautocaremarketing.com/napa/UserContentStart.aspx?Category=32" onmouseout="MM_swapImgRestore();"' *.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM