This project is an implementation of FTP server in pure Ruby. It features the ability to start a FTP server and publish there any content you want. You are not limited to publish file system subtrees. All FTP hierarchy is dynamic and under your control.
Implementation of an open source FTP Server which comply with RFC 959, RFC 2228, RFC 2389 and RFC 2428. Implemented in Java. This server can be run as a stand alone FTP server and can be easily embedded in any java project. Please visit our project h
CPIA is a macro-processing engine for XML (and HTML), written in C. The engine can either be used offline as a processor, or inside a web server. Both developers have lost interest. If you are interested in maintaining it, please contact either...
Remoting in C# is a tutorial in which the programmers can get an idea about remoting in .NET, which offers network services. This tutorial gives information about remoting objects which can be accessed remotely by network application. Here the...
Linux Network Block Device server in Python
This is a simplified version based on Kragen Sitaker's http://lists.canonical.org/pipermail/kragen-hacks/2004-May/000397.html
Close is never actually called, at least not on the...
A Generic Object Server which transmits objects in the form of XML. This acts like a HTTP server and FTP server in one, but will store and transmit information in XML, and can be interfaced through a client, or through an API.
A beginner's guide to threading in C# is an easy to learn tutorial in which the author discusses about the principles of multi threading, which helps in executing multiple operations at a same time. The author offers details about how the multi...
An SVG framework in C# and an SVG-GDI+ bridge is an article through which programmers can gain knowledge about SvgNet, which is a C# library that facilitates the process of creating SVG images. Here the author explains about various classes that...
Boxing and Unboxing of Value Types in C#: What You Need to Know? is a web based tutorial in which author elaborates the concepts of boxing and unboxing value types. The author also explains the problem that occur while programming boxing and...
Create Dynamic ASP.NET Excel Workbooks In C# is a web based article in which author discusses about generating excel work book using C# in ASP.NET applications. Here author explains about the method CreateExcelWorkbook and GenerateCSVReport which... |