How to access Linux directories/files from a Windows Service using C#

Posted by Lenard on Stack Overflow See other posts from Stack Overflow or by Lenard
Published on 2010-03-31T17:19:59Z Indexed on 2010/03/31 17:23 UTC
Read the original article Hit count: 281

Filed under:
|
|
|

Hi,

I have a C# Windows Service that needs to access to a Linux computer to get a list of files in a particular directory. What .NET 3.5SP1 method would one use that allows me to do this?

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about Windows