<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; file-server</title> <atom:link href="http://www.ghacks.net/tag/file-server/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>File Server OneHTTPD</title><link>http://www.ghacks.net/2010/03/28/file-server-onehttpd/</link> <comments>http://www.ghacks.net/2010/03/28/file-server-onehttpd/#comments</comments> <pubDate>Sun, 28 Mar 2010 11:42:53 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[file-server]]></category> <category><![CDATA[linux software]]></category> <category><![CDATA[onehttpd]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[server]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24006</guid> <description><![CDATA[Internet users have many different options to share files with other users. They can upload files to file hosts like Rapidshare, upload them to a remote web server or ftp server or use a program on the local computer system to share the files with anyone that is connecting to it. The last option to [...]]]></description> <content:encoded><![CDATA[<p>Internet users have many different options to share files with other users. They can upload files to file hosts like Rapidshare, upload them to a remote web server or ftp server or use a program on the local computer system to share the files with anyone that is connecting to it. The last option to share files works best on computer systems with broadband connections as the files can only be accessed if the computer is connected to the Internet.</p><p>OneHTTPD is a basic file server that is available for Linux and Microsoft Windows operating systems. The server has a size of less than 70 Kilobytes. It can be configured from the command line or by dragging and dropping a directory on the executable in Windows.</p><p><span
id="more-24006"></span>The basic command to start the file server is onehttpd directory with directory being a locally accessible folder. Parameters are provided to change the port the server is listening on and the level of status messages that are displayed in the command line window. OneHTTPD can be used to run a file server in less than a minute which is the greatest strength of the application.</p><p>It lacks several features like user authorization or access filters that most users might require from their file server. Windows users with those requirements might want to take a look at <a
href="http://www.ghacks.net/2006/12/30/share-files-with-http-file-server/">HTTP File Server</a> which supports authentication. OneHTTPD Server <a
href="http://code.google.com/p/onehttpd/">can be</a> downloaded from the project page at Google Code.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/03/28/file-server-onehttpd/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Windows File Server</title><link>http://www.ghacks.net/2009/10/25/windows-file-server/</link> <comments>http://www.ghacks.net/2009/10/25/windows-file-server/#comments</comments> <pubDate>Sun, 25 Oct 2009 17:08:32 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[file hosting]]></category> <category><![CDATA[file-server]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[server]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=17715</guid> <description><![CDATA[Users who want to share files have several options at hand. They can upload the files to file hosting websites and share the links pointing to those files with the users that should be able to access them. They can also setup an ftp server that is running on their local computer system or trade [...]]]></description> <content:encoded><![CDATA[<p>Users who want to share files have several options at hand. They can upload the files to file hosting websites and share the links pointing to those files with the users that should be able to access them. They can also setup an ftp server that is running on their local computer system or trade files directly in applications such as Skype.</p><p>File Server is a simple http file server that can run on local computer systems. The program is a command line tool without graphical user interface. A user wanting to share files need to manually edit the FileServer.conf file with a text editor to add the right root directory and port for the file server.</p><p><span
id="more-17715"></span>The IP and port of the file server can then be shared with users who are allowed to access the file server. All that these users need to do is to point their web browser to the IP and port.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/10/file_server.jpg" alt="file server" title="file server" width="451" height="216" class="alignnone size-full wp-image-17716" /></p><p>The software program will automatically display a html directory listing of all files and folders that are stored in that root directory. Files can be instantly launched by left-clicking them. Another option is to right-click the files to use actions that are presented in the context menu. This include actions to download the selected file.</p><p>Every get request is shown in the command line window. File Server is a tiny software program that uses less than 100 Kilobytes on the computer&#8217;s hard drive. It supports download resumes but lacks many features of similar products like password protection, IP filter or multiple file handling.</p><p>Users who simply want to share a folder on their local computer system with friends or colleagues without having to install and configure advanced software might want to take a closer look at the server software.</p><p>File Server is available from <a
href="http://www.softpedia.com/get/Internet/Servers/Other-Servers/FileServer.shtml">Softpedia</a>. It requires the Visual C++ 2008 Redistributable.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/10/25/windows-file-server/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>HTTP File Server</title><link>http://www.ghacks.net/2008/11/01/http-file-server/</link> <comments>http://www.ghacks.net/2008/11/01/http-file-server/#comments</comments> <pubDate>Sat, 01 Nov 2008 19:09:52 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[file-server]]></category> <category><![CDATA[file-sharing]]></category> <category><![CDATA[hfs]]></category> <category><![CDATA[http-file-server]]></category> <category><![CDATA[server]]></category> <category><![CDATA[share-files]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7995</guid> <description><![CDATA[Making files accessible online can be done in several ways. One possibility that is quick and easy to achieve is with the help of HTTP File Server. The free portable software can be used to pick folders or files on the computer&#8217;s hard drive and make them available online. If it is only about the [...]]]></description> <content:encoded><![CDATA[<p>Making files accessible online can be done in several ways. One possibility that is quick and easy to achieve is with the help of <a
href="http://www.rejetto.com/hfs/?f=intro">HTTP File Server</a>. The free portable software can be used to pick folders or files on the computer&#8217;s hard drive and make them available online. If it is only about the files then that&#8217;s all there is to do: Pick the files, open a web browser and load the IP. That is it.</p><p>That&#8217;s not all however but it should give an example how easy it is to make files available online with <a
href="http://www.ghacks.net/2006/12/30/share-files-with-http-file-server/">HTTP File Server</a> which was already reviewed about two years ago for the first time here at Ghacks. A lot has changed in the last two years.</p><p>The folders and files that get picked by the user are available immediately online. It&#8217;s probably a good idea to test the server locally and remotely before giving the remote IP to someone else. It might on the other hand not be necessary to hand out the remote IP if files should only be accessible by yourself.</p><p><span
id="more-7995"></span>The file server comes with a basic music player that can stream and play music directly without downloading the music first. Everything else is downloaded before it can be accessed.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/11/http_file_server-500x378.png" alt="http file server" title="http file server" width="500" height="378" class="alignnone size-medium wp-image-7996" /></p><p>Many possibilities to secure and restrict access can be configured in HTTP File Server. The system administrator can create user accounts and define files or folders that are restricted to those users. Additional possibilities include speed limits or restrictions by IP.</p><p>The file server supports real and virtual folders and can be configured to allow file uploads as well.</p><p>The main advantage of HTTP File Server is the ease of use and the portability of the application. The main site contains the latest release version of the server software, the forums provide access to the latest beta releases which provide additional functionality and bugfixes.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/11/01/http-file-server/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Share Files with HTTP File Server</title><link>http://www.ghacks.net/2006/12/30/share-files-with-http-file-server/</link> <comments>http://www.ghacks.net/2006/12/30/share-files-with-http-file-server/#comments</comments> <pubDate>Sat, 30 Dec 2006 08:16:46 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[P2p]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[exchange]]></category> <category><![CDATA[file]]></category> <category><![CDATA[file-server]]></category> <category><![CDATA[files]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[ftp]]></category> <category><![CDATA[http-file-server]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[swap]]></category> <category><![CDATA[trade]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/12/30/share-files-with-http-file-server/</guid> <description><![CDATA[You have some friends or business partners that you want to share data with but have no website with enough space and don't want to use p2p as well ? One simple way to share files of any size is to use the HTTP File Server which emulates a basic file server on your home computer. The server can be run in public or private mode and it is normally a very good idea to run it in private mode.]]></description> <content:encoded><![CDATA[<p>You have some friends or business partners that you want to share data with but have no website with enough space and don&#8217;t want to use p2p as well ? One simple way to share files of any size is to use the <a
target="_blank" title="http file server" href="http://www.rejetto.com/hfs/?f=intro">HTTP File Server</a> which emulates a basic file server on your home computer. The server can be run in public or private mode and it is normally a very good idea to run it in private mode.</p><p>Private mode means that only trusted users that have been added by you can access the file server. You will have to change the settings from easy mode to expert to be able to create accounts for those users. Once that is done you access the user management by clicking on Menu -> Other Options -> User Accounts. Once you have created at least one user account you right click on files or folders that you have added to your file server and select restrict access and choose the username(s) that you have just created.</p><p><span
id="more-1048"></span> Another possibility would be to protect the folders and files directly without using user accounts. You have to assign a username and password to the file or folder and every user that tries to access it will be asked for this data.</p><p>HTTP File Server is highly configurable: You can set connection limits, speed limits and ban IPs from accessing your server.</p><p>This tool is great if you need to exchange files fast and have no time to setup something else. Alternatives would be to use an ftp client like <a
target="_blank" title="filezilla" href="http://sourceforge.net/projects/filezilla/">FileZilla</a> or a local Apache server with htaccess. Another option that I personally do not like that much is use file hosts to share files. I never liked the idea to send my sensible files to a third party. It does not really matter if it is encrypted or password protected or not, call me paranoid, hehe.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/12/30/share-files-with-http-file-server/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> </channel> </rss>
