[Mono-list] Library to work with samba shares in mono c#

slurp82 jordimartin at gmail.com
Tue Jul 22 02:16:07 EDT 2008


Today I publish my final university project,the library CIFSClient.

This library has been created to add some features unavailable at the moment
in Mono implementation of C# .

At same time CIFSClient make more easy the migration of aplications who work
with servers CIFS (Samba).

CIFSClient works transparently with shared files, and use functions who all
developers know.
Avaible functions:

Copy (string, string, bool)
CreateDirectory (string)
Delete (string)
DeleteDirectory (string)
DirectoryExists(string) : bool
Exists (string) : bool
Move (string, string)
ReadDir (string) : CIFSDirInfo
Rename (string, string)
RenameDirectory(string, string)
ShareEnum (string) : Shares


If somebody need this features in mono, the project is avaible in this
addres:

http://code.google.com/p/cifsclient/
-- 
View this message in context: http://www.nabble.com/Library-to-work-with-samba-shares-in-mono-c--tp18583161p18583161.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list