mIRC Home    About    Download    Register    News    Help

Print Thread
#18034 04/04/03 03:35 PM
J
Jaakko
Jaakko
J
Hello,

I need to get a listing of directory in network shared folder. I heard the protocol is called SMB or similar. What do I need to send to the server machine in order to get that directory listing? And please no RFC links, I don't get much from them hehe wink Thanks a lot in advance.

Joined: Dec 2002
Posts: 143
A
Vogon poet
Offline
Vogon poet
A
Joined: Dec 2002
Posts: 143
is this part of mIRC scripting? (will you be using sockets etc?)

J
Jaakko
Jaakko
J
Yes, mirc and sockets ofc. o)

C
codemastr
codemastr
C
mIRC sockets does not support the NetBIOS protocol. It supports TCP/IP and UDP/IP.

T
Tat
Tat
T
Don't bother with sockets for this. Map the network drives in windows. When the network drive seems like your f: you don't even need to tell the sucker it's not local. In networking right click a shared folder, map network drive. Its sorta the reason $disk has the 'proper unc responce of the path of a network drive.' because you can use em.


Link Copied to Clipboard