[VB2005] Transfer Data via NetBIOS with access credentials
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi folks, I must create a module in a project I'm in, that concerns of transferring data from one host to any given one, in a given protocol. For now, used protocols are FTP and NetBIOS (windows folder sharing). For FTP I'm OK, but I don't know if in NetBIOS there is a better way than mapping a drive via the console command "net use x: blah blah blah", that is not much failure-compliant (I don't know if remote host is up and ready). Hope it's clear. Thanks in advance Morenz