SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Does anyone use (or has ever used) some tool for searching for share files through a LAN. I searched the web and found only solutiions that need MySQL+PHP+Apache. I don't have all the time needed to install and configure all this stuff for a LAN search utility so if anybody is aware of a stand-alone utility, PLEASE let me know!
Well, I don't know what you mean about the protocol, but things go like that: My computer is connected to a Loca Area Network along with 30-40 other computers. Many of them share some files. My question is: Instead of browsing the LAN with xsmbrowser is there any tool to search for files, for example I want to find some
tar.gz files by just typing *.tar.gz as I do in my local disk?
I hope i made myself understood.
Thanx a lot anyway!
Building on the advice of PNH73, you could write a script that will mount each network share in turn and look for the file given as a parameter, probably in single quotes in the script so it doesn't expand until the command is executed (for wild cards). From your original description, I don't know if these shares are always mounted to begin with or not.
Maybe the first part of the problem description should be whether you can use samba to produce a list of available network shares at any point of time?
Well, I managed to write a simple script which finds and mounts all the shares (samba) from the Local Network. If someone thinks that it could be of help, I can send it to her/him...
Well after all I gues this is way I prefer Linux to everything else, when there is something you don't like it's up to you to make it better....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.