Home All Groups Group Topic Archive Search About

Using Network folders in VB.NET

Author
18 Apr 2006 8:10 AM
Joris De Groote
Hi,

I'm using in a VB.NET program a few links to other computers to write or
read from (\\192.168.2.5\Filez\ for example), now I have to go to that
folder first and log in, otherwise, the program says he can't find it.
Can I make that program login with a user/pwd?

Thanks
Joris

Author
18 Apr 2006 10:49 AM
Ken Tucker [MVP]
Hi,

        Try using a ftp class for that.  There is one included in vb 2005.

http://support.microsoft.com/default.aspx?scid=kb;en-us;832679

Ken
----------


Show quoteHide quote
"Joris De Groote" <joris.degro***@skynet.be> wrote in message
news:%23GjQc%23rYGHA.3740@TK2MSFTNGP03.phx.gbl...
> Hi,
>
> I'm using in a VB.NET program a few links to other computers to write or
> read from (\\192.168.2.5\Filez\ for example), now I have to go to that
> folder first and log in, otherwise, the program says he can't find it.
> Can I make that program login with a user/pwd?
>
> Thanks
> Joris
>