I am researching VB 6's capabilities to interface with windows shares from a programming level and not through mapped drives.
Would I would like to be able to do is transfer log files from one computer through the netbios protocol from one computer to another. The reason, there is no means to set up an ftp service and visable shares (ie mapped drives) would pose a risk that average users could go poking around in places where they should not be.
the idea would be that the program would sit on a computer (not necessarly the source or the destination computer, but somewhere on the network at least) and at specified intervals it would initiate a file transfer.
What I need to now is, can VB check a specific ip and see if that computer can share directories? Can it get a file listing from this? Can it also input passwords? If it can do this, would should I be looking at in Vb (controls, custom code, etc..). Most of this stuff is new to me, I just need a pointer in the right direction, especially in regards to detecting shares.
any help would be appreciated,
Troy Williams B.Eng.
fenris@hotmail.com
Would I would like to be able to do is transfer log files from one computer through the netbios protocol from one computer to another. The reason, there is no means to set up an ftp service and visable shares (ie mapped drives) would pose a risk that average users could go poking around in places where they should not be.
the idea would be that the program would sit on a computer (not necessarly the source or the destination computer, but somewhere on the network at least) and at specified intervals it would initiate a file transfer.
What I need to now is, can VB check a specific ip and see if that computer can share directories? Can it get a file listing from this? Can it also input passwords? If it can do this, would should I be looking at in Vb (controls, custom code, etc..). Most of this stuff is new to me, I just need a pointer in the right direction, especially in regards to detecting shares.
any help would be appreciated,
Troy Williams B.Eng.
fenris@hotmail.com