Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Samba is an Open Source/Free Software suite that provides file and print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows operating systems.

4.07656
   
  0 reviews  |  1,181 users  |  1,455,851 lines of code  |  70 current contributors  |  Analyzed 8 days ago
 
 

The eXo Platform combines several modules to build a powerful enterprise portal. It includes a content management system, a portlet container, a portal, hot deployable services, a portlet framework, a customization tool, a workflow service, enhanced communication tools, and a bunch of bundled portlets.

4.18518
   
  0 reviews  |  32 users  |  2,789,004 lines of code  |  121 current contributors  |  Analyzed 5 days ago
 
 

FreeNAS is a free NAS (Network-Attached Storage) server, supporting: CIFS (samba), FTP, NFS, Unison, RSYNC protocols, local user authentication, Software RAID (0,1,5), ZFS with a Full WEB configuration interface. FreeNAS takes less than 32MB once installed on Compact Flash, hard drive or USB key.

4.14286
   
  1 review  |  16 users  |  171,681 lines of code  |  5 current contributors  |  Analyzed 10 days ago
 
 

Openfiler is a powerful, intuitive browser-based network storage software distribution. Openfiler delivers file-based Network Attached Storage and block-based Storage Area Networking in a single framework. Openfiler uses the rPath Linux metadistribution. It is distributed as a stand-alone Linux ... [More] distribution. The entire software stack interfaces with third-party software that is all open source. File-based networking protocols supported by Openfiler include: NFS, SMB/CIFS, HTTP/WebDAV and FTP. Network directories supported by Openfiler include NIS, LDAP (with support for SMB/CIFS encrypted passwords), Active Directory (in native and mixed modes) and Hesiod. Authentication protocols include Kerberos 5. Openfiler includes support for volume-based partitioning, iSCSI (target and initiator), [Less]

3.0
   
  0 reviews  |  5 users  |  52,433 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

The CryptoBox project aims to bring data encryption to the masses. We develop two Free Software packages: * The CryptoBox live-CD is made for people who want to encrypt their data without bothering about complicated technical issues. A computer running the CryptoBox live-CD works as a ... [More] fileserver/NAS and encrypts your private data. * The CryptoBox-Server package adds a user friendly, web-based frontend for harddisk encryption to a fileserver. [Less]

4.66667
   
  0 reviews  |  4 users  |  11,878 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

aStor is a network attached storage configurable via user-friendly web-interface. Based on Einarc (a universal storage RAID command line interface) and GNU/Linux. aStor provides file-based access. Currently it supports CIFS, NFS, FTP.

5.0
 
  0 reviews  |  1 user  |  23,032 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

CIFSClientThis library has been created to add some features unavailable at the moment in Mono implementation of C# . At same time, CIFSClient make more easy migration aplications who work with servers CIFS (Samba). CIFSClient it's a C# wrapper of C samba libs and win32 libs. CIFSClient ... [More] 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) : SharesRequeriments:Kernel 2.6 1 Mono version 1.2.x or great SambaClient version 2 or great Example code: using System; using CIFSClient; //utilitzem el namespace CIFSClient using System.IO; namespace Exemple { class MainClass { public static void Main(string[] args) { //ruta remota string remot="//jmartin-desktop/fotos/"; //ruta local string local="temp"; //text de sortida string restext=""; //text per guardar l'extensió dels fitxer string ext=""; //si no existeix la carpeta local la crea if (!Directory.Exists(local)){ Directory.CreateDirectory(local); } //instanciar un objecte de la biblioteca Cifs cifs = new Cifs(); try{ //llegim el contingut del directori remot CIFSDirInfo rdir = cifs.ReadDir(remot); //recorrem tots els fitxers foreach(String file in rdir.GetFiles() ){ ext=file.Split('.')[1]; //mirem si tenen l'extensió jpg if (ext=="jpg"){ //copiem el fitxer remot a la carpeta local (permetem reescriure) cifs.Copy(remot+file,local+"/"+file,true); restext+="S'ha copiat el fitxer remot ("+remot+file+ ")"; restext+="a ("+local+"/"+file+")"; restext+=System.Environment.NewLine; } } } //controlem la excepció en cas que no tenir permisos per navegar la carpeta. catch (UnauthorizedAccessException e){ restext+="Error: No hi ha permisos per realitzar aquesta comanda."; restext+=System.Environment.NewLine; } //controlem l'excepció en cas de no existir la carpeta remota o local catch (System.IO.DirectoryNotFoundException e){ restext+="Error: No s'ha trobat el directori."; restext+=System.Environment.NewLine; } //controlem l'excepció en cas de no poder llegir ho escriure els fitxers catch (System.IO.IOException e){ restext+="Error: Al sistema de fitxers."; restext+=System.Environment.NewLine; } //controlem de forma genèrica qualsevol altra excepció catch (Exception e){ restext+="Error: No definit."; restext+=System.Environment.NewLine; } System.Console.WriteLine(restext); } } }At this example CIFSClient helps to search all JPG images in one folder and copy them in local temp folder. [Less]

0
 
  0 reviews  |  0 users  |  2,182 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Simple Groupware & CMS is an open source enterprise groupware that offers email, calendaring, contacts, tasks, document management, project management, synchronization with Outlook and cell phones, full-text search, extensions and many more. Simple Groupware is a free web based groupware ... [More] solution written in PHP that combines standards like RSS, iCalendar, vCard, IMAP, POP3, SMTP, CIFS, CSV, WebDAV, LDAP and SyncML under one platform. Unlike other groupware software, Simple Groupware contains the programming language sgsML to enable the quick customization and creation of powerful web applications. All features are available in the open source package, there is no commercial edition and there are NO restrictions on the deployment (like maximum number of users or servers). [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

Application based on pysmb.py created by MikeTeo. I have ported/modified the original code to make it work in Symbian S60 phones. Prerequisite: 1. Python for s60 Note about license of this application: The Library pysmb.py has license specified by MikeTeo. Other code is released under GPL ... [More] License. Note about code quality: Current version was written in one day. [Less]

0
 
  0 reviews  |  0 users  |  1,905 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

We have moved to http://www.zumastor.org

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.