I need to retrieve and open a file stored on a Unix server on a ne
by UHVjY2E » Thu, 29 Mar 2007 09:18:53 GMT
I need to retrieve and open a file stored on a Unix server on a network and
opens the file as a delimited text file. I'm using VS2005, .net 2.0 and C#.
What's the best way to do this and if there's any sample code online?
The user would enter something like;
\\serverName\filename
or
\\ipaddress
--
Thanks.
Re: I need to retrieve and open a file stored on a Unix server on a ne
by Masterchief » Thu, 29 Mar 2007 14:14:36 GMT
Hy!
I don think that it makes any difference where the file is. If you can see
it in your windows explorer you should be able to open it.
You can use the StreamReader class for this.
Otherwise you could check out Mono. This is a C# framework for Unix.
Hope this helps.
Ronny
"Pucca" < XXXX@XXXXX.COM > schrieb im Newsbeitrag