简体   繁体   English

如何在FTP目录中找到网页?

[英]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. 我有页面URL,但已找到文件的页面扩展名,但没有页面本身。 How can I find this page? 我如何找到此页面?

The page is: http://napaautocaremarketing.com/ 该页面是: 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: 这取决于您的FTP客户端,因此,我们不能仅仅告诉您神奇的答案,但是在大多数情况下,您应该以图形方式尝试找到search菜单,并在文件内容内搜索例如:

<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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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