Unix?

T

Todd

Is there anyway, using vb.net, to connect to a Unix server
and read a text file from it? Any samples would help.

thanks,
todd
 
T

Tom Shelton

Todd said:
Is there anyway, using vb.net, to connect to a Unix server
and read a text file from it? Any samples would help.

thanks,
todd

One way would be to use the WinInet API. I do something similar only
the other way... I write a file to a Unix server. The underlying
mechanism is FTP, but it looks like a simple file write from my C# code :)

Tom Shelton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top