<?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 &#187; ftp</title>
	<atom:link href="http://www.ghacks.net/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 22:37:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple ftp with Gftp</title>
		<link>http://www.ghacks.net/2009/08/05/simple-ftp-with-gftp/</link>
		<comments>http://www.ghacks.net/2009/08/05/simple-ftp-with-gftp/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:56:18 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[file transfer]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[gftp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15060</guid>
		<description><![CDATA[Whenever I need to use the ftp protocol to transfer files in Linux I always turn to one application: Gftp. Gftp is a GTK+ application that makes ftp as simple as it gets. Released under the GPL, Gftp has a lot of features (for an ftp client) and installs on most *NIX machines. The only [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I need to use the ftp protocol to transfer files in Linux I always turn to one application: Gftp. Gftp is a GTK+ application that makes ftp as simple as it gets. Released under the GPL, Gftp has a lot of features (for an ftp client) and installs on most *NIX machines. The only requirements for installation are GTK+ 1.2.3 or higher, the pthreads library, and (of course) X Windows.</p>
<p>Gftp has a very user-friendly interface that any user can understand without having to look at much documentation at all. The only downfall to Gftp is that it hasn&#8217;t been updated since 1/11/2008. Let&#8217;s take a look at this single-minded application.</p>
<p><span id="more-15060"></span><strong>Features</strong></p>
<p>Gftp offers the user the following features:</p>
<ul>
<li>Supports FTP,  FTPS (Control Connection), HTTP, HTTPS, SSH, and FSH protocols.</li>
<li>Supports FTP and HTTP proxy servers.</li>
<li>Supports FXP.</li>
<li>Bookmarks allow quick access to remote connections.</li>
<li>Logging.</li>
<li>Cache clearing.</li>
<li>Remote chmod tool.</li>
<li>Remote directory creation.</li>
<li>Internationalization (numerous translations available).</li>
</ul>
<p><strong>Getting and installing</strong></p>
<p>Installing Gftp is simple if you follow these steps:</p>
<ol>
<li>Open your Add/Remove Software tool.</li>
<li>Search for &#8220;gftp&#8221; (no quotes).</li>
<li>Mark the Gftp entry for installation.</li>
<li>Click Apply to install.</li>
</ol>
<p>You can also install Gftp from the command line by issuing a command similar to:</p>
<p><em>sudo apt-get install gftp</em></p>
<p>Once installed you will find the Gftp entry in the Internet sub-menu of your Applications menu.</p>
<p><strong>The interface</strong></p>
<div id="attachment_15062" class="wp-caption alignleft" style="width: 427px"><a rel="attachment wp-att-15062" href="http://www.ghacks.net/2009/08/05/simple-ftp-with-gftp/gftp_main/"><img class="size-full wp-image-15062" src="http://www.ghacks.net/wp-content/uploads/2009/08/gftp_main.png" alt="Figure 1" width="417" height="336" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>The interface for Gftp is as simple as it gets. As you can see (in Figure 1) the interface is a dual pane window that allows easy dragging and dropping of files from the local machine to the remote machine.</p>
<p>As you can see I have connected to an FTP server on my local LAN. To make the connection you simply enter the following information:</p>
<ul>
<li>Host: The address of the FTP server.</li>
<li>Port: The port used for FTP on the host (if it is a standard port leave it blank).</li>
<li>User: The username you need to connect.</li>
<li>Password: The password used for the remote machine.</li>
</ul>
<p>Once you have entered the information, click the Enter key to connect.</p>
<p>To move a file from one site to another you can do one of four things:</p>
<ul>
<li>Drag and drop the file or directory you want to transfer.</li>
<li>Double click the file or directory you want to transfer.</li>
<li>Select the file or directory and click the arrow button that points to the machine you want to transfer to.</li>
<li>Select the file or directory and click Control-P.</li>
</ul>
<p><strong>Quick compare</strong></p>
<div id="attachment_15065" class="wp-caption alignright" style="width: 427px"><a rel="attachment wp-att-15065" href="http://www.ghacks.net/2009/08/05/simple-ftp-with-gftp/gftp_compare/"><img class="size-full wp-image-15065" src="http://www.ghacks.net/wp-content/uploads/2009/08/gftp_compare.png" alt="Figure 2" width="417" height="336" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>One of the features I often use with Gftp is the Compare Windows tool. What this tool does is quickly compare the file listing on both the remote and the local sites and highlight all the files on the directory that are similar. This is a quick and easy way to know what you have already transferred to keep you from accidentally overwriting files.</p>
<p>To use this tool make sure you are connected to the remote site of your choice and then click on the Tools menu and select &#8220;Compare Windows&#8221;. After you click the tool you will instantly see the files that are similar are Not selected on both panes (see Figure 2). Say you need to send all the files on your current working local directory that have not already been copied to the remote site. To do this click Compare Windows and then just click right facing arrow to copy all files not already on the remote site. Easy file transfer.</p>
<p><strong>Final thoughts</strong></p>
<p>Gftp makes transferring files as simple as it gets in Linux. Of course you could always opt to use the the ftp command line to for a more bare-bones simplicity. But when you have an easy to user GUI interface, why bother with the command line. Right?</p>

	Tags: <a href="http://www.ghacks.net/tag/file-transfer/" title="file transfer" rel="tag">file transfer</a>, <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/gftp/" title="gftp" rel="tag">gftp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/" title="Use WinSCP to securely copy files between two computers (April 9, 2007)">Use WinSCP to securely copy files between two computers</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/06/08/transfer-and-backup-files-with-file-transfer-software-fling/" title="Transfer And Backup Files With File Transfer Software Fling (June 8, 2009)">Transfer And Backup Files With File Transfer Software Fling</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/01/26/smart-ftp-20/" title="Smart Ftp 2.0 (January 26, 2006)">Smart Ftp 2.0</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/12/30/share-files-with-http-file-server/" title="Share Files with HTTP File Server (December 30, 2006)">Share Files with HTTP File Server</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/04/23/set-up-a-reliable-ftp-server-with-proftpd/" title="Set up a reliable ftp server with proftpd (April 23, 2009)">Set up a reliable ftp server with proftpd</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/05/simple-ftp-with-gftp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Set up a reliable ftp server with proftpd</title>
		<link>http://www.ghacks.net/2009/04/23/set-up-a-reliable-ftp-server-with-proftpd/</link>
		<comments>http://www.ghacks.net/2009/04/23/set-up-a-reliable-ftp-server-with-proftpd/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 17:42:18 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[anonymous ftp]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[linux server]]></category>
		<category><![CDATA[proftpd]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/23/set-up-a-reliable-ftp-server-with-proftpd/</guid>
		<description><![CDATA[If you have a need for an ftp server, and you have a Linux machine on your network, then you need look no further than proftpd. The proftpd project came about to fill the need for a secure and reliable ftp server for the Linux operating system. Proftpd uses a single configuration file, so it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a need for an ftp server, and you have a Linux machine on your network, then you need look no further than <a title="proftpd" href="http://www.proftpd.org/" target="_blank">proftpd</a>. The proftpd project came about to fill the need for a secure and reliable ftp server for the Linux operating system. Proftpd uses a single configuration file, so it&#8217;s simple to set up. This ftp server was also based on an admiration for Apache, so there are many similarities between the two. For instance, where Apache uses .htaccess, proftpd uses .ftpaccess for per-directory configuration.Proftpd also support anonymous ftp access and can be run as a stand alone server or using inetd control.</p>
<p>The aim of this article is to show you how to quickly set up an ftp server for user access and anonymous access on your Linux server.</p>
<p><span id="more-12303"></span><strong>Installing</strong></p>
<p>Installing proftpd is simple. If you are in a gui environment, open up your Add/Remove Software utility, do a search for proftpd, select the resulting proftpd entry, and apply the changes. If you are not in a gui environment you can issue a command similar to:</p>
<p><em>sudo apt-get install proftpd</em></p>
<p>or</p>
<p><em>yum install proftpd</em></p>
<p>To install the tool.</p>
<p><strong>Configuration</strong></p>
<p>The configuration file for proftpd is <strong>/etc/proftpd.conf</strong>. The first portion of the configuration file is dedicated to the main configuration options. If you are setting up a basic ftp server the only thing you may want to edit in this section is the ServerAdmin email address. In this same section you can switch the server from a stand-alone server (default) to an inetd-based by uncommenting the type you want and commenting out the type you don&#8217;t want.</p>
<p>Interestingly enough, once installed, by default you will have user-level ftp access by just starting the proftpd daemon. To do this issue the command:</p>
<p><strong>/etc/rc.d/init.d/proftpd start</strong></p>
<p>or</p>
<p><strong>/etc/init.d/proftpd start</strong></p>
<p>depending upon your distribution.</p>
<p>When your users log into their ftp account they will default to their home directory and can not navigate above their ~/ directory.</p>
<p><strong>Anonymous access</strong></p>
<p>Now if you want to add anonymous ftp access you have to visit another section of the <strong>/etc/proftpd.conf</strong> file. If you scroll down to around line 104 of this file you will see the opening anonymous tag &#8220;&lt;Anonymous&gt;&#8221;. Everything between this tag and the closing tag, &#8220;&lt;/Anonymous&gt;&#8221; refers to anonymous configuration.</p>
<p>By default all of the anonymous configuration is commented out. To create a simple anonymous ftp server setup you will want to uncomment out the following lines:</p>
<p><code>&lt; Anonymous &gt;<br />
User                          ftp<br />
Group                         ftp<br />
AccessGrantMsg                "Anonymous login ok, restrictions apply."<br />
UserAlias                     anonymous ftp<br />
MaxClients                    10 "Sorry, max %m users -- try again later"<br />
DefaultChdir                  /pub<br />
&lt; /Anonymous &gt;</code></p>
<p>NOTE: There will be no spaces in the opening and closing tags.</p>
<p>Once you uncomment out them, restart the proftpd server and anonymous access will have been granted to users. When anonymous users log in to the server they will be confined to the <strong>/var/ftp</strong> directory (although to the user it will appear as &#8220;/&#8221;). Anonymous users will have access to two directories: <strong>pub</strong> and <strong>uploads</strong>. The <strong>pub</strong> directory is where anonymous users can download files and the <strong>uploads</strong> directory is where anonymous users can upload files.</p>
<p><strong>Final Thoughts</strong></p>
<p>Proftpd is one of the easiest ftp servers to get up and running. It is safe, reliable, and allows simple configuration for anonymous access. If you are looking for an ftp server that requires little hardware, can be deployed quickly, and will &#8220;just work&#8221; then proftpd is the logical choice.</p>

	Tags: <a href="http://www.ghacks.net/tag/anonymous-ftp/" title="anonymous ftp" rel="tag">anonymous ftp</a>, <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/linux-server/" title="linux server" rel="tag">linux server</a>, <a href="http://www.ghacks.net/tag/proftpd/" title="proftpd" rel="tag">proftpd</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/widgets-for-linux-superkaramba/" title="Widgets for Linux: SuperKaramba (December 7, 2006)">Widgets for Linux: SuperKaramba</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/12/06/widgets-for-linux-gdesklets/" title="Widgets for Linux: gDesklets (December 6, 2006)">Widgets for Linux: gDesklets</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/12/20/why-you-should-switch-your-parents-pc-to-ubuntu/" title="Why you should switch your parents pc to ubuntu (December 20, 2006)">Why you should switch your parents pc to ubuntu</a> (20)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/23/set-up-a-reliable-ftp-server-with-proftpd/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Home FTP Server</title>
		<link>http://www.ghacks.net/2009/03/26/home-ftp-server/</link>
		<comments>http://www.ghacks.net/2009/03/26/home-ftp-server/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 09:54:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[ftp server setup]]></category>
		<category><![CDATA[home ftp]]></category>
		<category><![CDATA[home ftp server]]></category>
		<category><![CDATA[secure ftp]]></category>
		<category><![CDATA[server software]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/03/26/home-ftp-server/</guid>
		<description><![CDATA[FTP is one of those protocols that is largely ignored by the majority of today&#8217;s Internet users. Back in the early days of the Internet it was common to download drivers, patches and all sorts of files from ftp servers directly. Home FTP Server is a lightweight application for the Windows operating system that installs [...]]]></description>
			<content:encoded><![CDATA[<p>FTP is one of those protocols that is largely ignored by the majority of today&#8217;s Internet users. Back in the early days of the Internet it was common to download drivers, patches and all sorts of files from ftp servers directly. Home FTP Server is a lightweight application for the Windows operating system that installs a ftp server on the computer system. The question for some readers might be about the use of a ftp server: You can use it to easily share files with friends in a private environment as it can be configured to only allow specific users to access the files on the computer system. </p>
<p>Home FTP Server is just one of many ftp server applications (read <a href="http://www.ghacks.net/2008/10/04/ftp-server-setup/">FTP Server Setup</a>). It does come with a full set of features but it takes only a few clicks to have a basic ftp server up and running. The ftp server program uses a tabbed interface at the bottom for configuration and monitoring of the ftp server. The most important tab setup wise is the FTP Server tab which offers possibilities to add user accounts, specify directories, change settings of the ftp server and activate it in the end.</p>
<p>There are basically two ways users can connect to a ftp server by default. The first is an anonymous connection. This can be used by anyone and security minded administrators should disable that feature. The accessible directories and file rights can be defined for anonymous users in the settings. More important than anonymous users are member accounts. Each member account can be added for a single user or group of users who all share the same starting directory, access rights and restrictions on the ftp server.</p>
<p><span id="more-11476"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/home_ftp_server-500x266.jpg" alt="home ftp server" title="home ftp server" width="500" height="266" class="alignnone size-medium wp-image-11475" /></p>
<p>It is for example possible to only allow the users to download files from the ftp server. The most secure setting is to create one user account for every user that should be able to connect to the ftp server. This can be problematic if you want to install an ftp server for dozens of users.</p>
<p>The settings manage every aspect of the ftp server from server and data port to Open SSL support, domain aliases and a web interface. The options of the Home Ftp Server application are quite extensive. Users can be banned from accessing the ftp server and the tool provides the ftp server administrator with the means to monitor files and users easily.</p>
<p>Home FTP Server is an easy to install and administrate ftp server for private usage. The administrative interface is a bit dusty but that&#8217;s not as important as the amount of options and settings available to the user. The ftp server <a href="http://downstairs.dnsalias.net/homeftpserver.html">application</a> has a size of only 1 Megabyte and uses another two of computer memory while running minimized in the Windows System Tray.</p>

	Tags: <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/ftp-server/" title="ftp server" rel="tag">ftp server</a>, <a href="http://www.ghacks.net/tag/ftp-server-setup/" title="ftp server setup" rel="tag">ftp server setup</a>, <a href="http://www.ghacks.net/tag/home-ftp/" title="home ftp" rel="tag">home ftp</a>, <a href="http://www.ghacks.net/tag/home-ftp-server/" title="home ftp server" rel="tag">home ftp server</a>, <a href="http://www.ghacks.net/tag/secure-ftp/" title="secure ftp" rel="tag">secure ftp</a>, <a href="http://www.ghacks.net/tag/server-software/" title="server software" rel="tag">server software</a>, <a href="http://www.ghacks.net/tag/sftp/" title="sftp" rel="tag">sftp</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/04/ftp-server-setup/" title="FTP Server Setup (October 4, 2008)">FTP Server Setup</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/" title="Use WinSCP to securely copy files between two computers (April 9, 2007)">Use WinSCP to securely copy files between two computers</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/03/23/secure-ftp-client-online/" title="Secure FTP Client Online (March 23, 2009)">Secure FTP Client Online</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/01/08/mount-remote-ftp-and-webdav-servers/" title="Mount Remote FTP And Webdav Servers (January 8, 2009)">Mount Remote FTP And Webdav Servers</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/" title="Windows SSH Server WinSSHD (August 5, 2009)">Windows SSH Server WinSSHD</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/26/home-ftp-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Secure FTP Client Online</title>
		<link>http://www.ghacks.net/2009/03/23/secure-ftp-client-online/</link>
		<comments>http://www.ghacks.net/2009/03/23/secure-ftp-client-online/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 09:33:28 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[ftp client online]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[ftp transfer]]></category>
		<category><![CDATA[ftps]]></category>
		<category><![CDATA[secure file transfer]]></category>
		<category><![CDATA[secure ftp client]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[webdav]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/03/23/secure-ftp-client-online/</guid>
		<description><![CDATA[Back in the days when I worked part time for a big financial company and ran Ghacks the rest of the time I sometimes had to access Ghacks while I was at work. The worst case scenario was that the web servers were down but it could also have been because of time critical security [...]]]></description>
			<content:encoded><![CDATA[<p>Back in the days when I worked part time for a big financial company and ran Ghacks the rest of the time I sometimes had to access Ghacks while I was at work. The worst case scenario was that the web servers were down but it could also have been because of time critical security updates or simple maintenance of the website. The problem was that there was no local ftp client installed which meant the only way to access the website was by using a secure ftp client online.</p>
<p>Any Client is one of those secure ftp clients that supports the ftp, sftp, webdav and ftps protocol. It runs remotely using Java and webmasters can use it to connect to their web servers to perform all the operations a ftp client offers them including file transfers and manipulations. The use of protocols that use encryption such as sftp or ftps ensure data safety during transfer. All settings and parameters are stored on the local computer system.</p>
<p>Cautious users might want to consider installing a secure ftp server directly on their web server that can be accessed using a web browser to avoid any security risks or complications that exist while trusting third party websites with your ftp data.</p>
<p><span id="more-11397"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/secure_ftp_client-499x367.jpg" alt="secure ftp client" title="secure ftp client" width="499" height="367" class="alignnone size-medium wp-image-11395" /></p>
<p><a href="http://www.anyclient.com/applet.html">Any Client</a> will load the Java Applet in the web browser and display the contents of the local computer system on the left. A click on the Connect button will open a new smaller window allowing the user to configure and add ftp servers. The ftp client configuration menu contains similar options than local ftp clients offer. Users can add and store multiple ftp servers, select the protocol, add sftp / ssh authentication and specify a starting local and remote directory.</p>
<p>The only difference is the absence of options that configure the ftp client itself, for example the number of simultaneous connections or file transfer limitations.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/03/secure_ftp_client_online-500x411.jpg" alt="secure ftp client online" title="secure ftp client online" width="500" height="411" class="alignnone size-medium wp-image-11396" /></p>
<p>Once the ftp server has been added the ftp client can be used to connect to it. Users can now download, edit, rename or delete files while connected to the ftp server. A feature that is missing is chmod which can be used to configure access rights for files. </p>
<p>Any Client offers a quick and easy way to connect to ftp servers. It provides access to the basic feature set of ftp clients but lacks several advanced features that webmasters might need every now and then. Security sensitive users and those with important data on their servers might want to consider using a self hosted ftp server script instead of a third party service to reduce the security risks.</p>

	Tags: <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/ftp-client/" title="ftp client" rel="tag">ftp client</a>, <a href="http://www.ghacks.net/tag/ftp-client-online/" title="ftp client online" rel="tag">ftp client online</a>, <a href="http://www.ghacks.net/tag/ftp-server/" title="ftp server" rel="tag">ftp server</a>, <a href="http://www.ghacks.net/tag/ftp-transfer/" title="ftp transfer" rel="tag">ftp transfer</a>, <a href="http://www.ghacks.net/tag/ftps/" title="ftps" rel="tag">ftps</a>, <a href="http://www.ghacks.net/tag/secure-file-transfer/" title="secure file transfer" rel="tag">secure file transfer</a>, <a href="http://www.ghacks.net/tag/secure-ftp-client/" title="secure ftp client" rel="tag">secure ftp client</a>, <a href="http://www.ghacks.net/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.ghacks.net/tag/sftp/" title="sftp" rel="tag">sftp</a>, <a href="http://www.ghacks.net/tag/webdav/" title="webdav" rel="tag">webdav</a>, <a href="http://www.ghacks.net/tag/website/" title="website" rel="tag">website</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/01/08/mount-remote-ftp-and-webdav-servers/" title="Mount Remote FTP And Webdav Servers (January 8, 2009)">Mount Remote FTP And Webdav Servers</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/03/26/home-ftp-server/" title="Home FTP Server (March 26, 2009)">Home FTP Server</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/10/04/ftp-server-setup/" title="FTP Server Setup (October 4, 2008)">FTP Server Setup</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/05/24/capivara-java-file-manager/" title="Capivara Java File Manager (May 24, 2008)">Capivara Java File Manager</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/" title="Windows SSH Server WinSSHD (August 5, 2009)">Windows SSH Server WinSSHD</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/23/secure-ftp-client-online/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mount Remote FTP And Webdav Servers</title>
		<link>http://www.ghacks.net/2009/01/08/mount-remote-ftp-and-webdav-servers/</link>
		<comments>http://www.ghacks.net/2009/01/08/mount-remote-ftp-and-webdav-servers/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 20:34:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[mount ftp]]></category>
		<category><![CDATA[mount webdav]]></category>
		<category><![CDATA[netdrive]]></category>
		<category><![CDATA[remote ftp]]></category>
		<category><![CDATA[remote ftp server]]></category>
		<category><![CDATA[webdav]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9737</guid>
		<description><![CDATA[NetDrive is a software to mount remote ftp and webdav servers that somehow has never been mentioned at Ghacks before. That&#8217;s a rare occurrence especially if the software is well designed and free. A large portion of webmasters have to connect to remote ftp servers regularly to update files on the website. There are obviously [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.netdrive.net/home.html">NetDrive</a> is a software to mount remote ftp and webdav servers that somehow has never been mentioned at Ghacks before. That&#8217;s a rare occurrence especially if the software is well designed and free. A large portion of webmasters have to connect to remote ftp servers regularly to update files on the website. There are obviously other ways to update files like an admin interface that allows the direct manipulation of files on the server.</p>
<p>An alternative to connecting to remote ftp servers with ftp programs is to mount the ftp server as a local drive on the computer system. NetDrive provides the means to do that.</p>
<p>The software comes with a clean interface that has several popular ftp servers preinstalled. New servers can be added by providing the IP, port, username, password and drive letter for that connection. There is also a setting to define when the ftp server or webdav server should be added as a drive letter. The options are to do that when the system starts or when NetDrive starts.</p>
<p><span id="more-9737"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/01/remote_ftp-500x353.jpg" alt="remote ftp" title="remote ftp" width="500" height="353" class="alignnone size-medium wp-image-9745" /></p>
<p>Once the remote ftp has been mounted it is possible to access the ftp like any other drive letter in Windows. It essentially means that no ftp software is needed to connect to the ftp server and that programs like Windows Explorer or equivalents can be used instead.</p>

	Tags: <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/ftp-server/" title="ftp server" rel="tag">ftp server</a>, <a href="http://www.ghacks.net/tag/mount-ftp/" title="mount ftp" rel="tag">mount ftp</a>, <a href="http://www.ghacks.net/tag/mount-webdav/" title="mount webdav" rel="tag">mount webdav</a>, <a href="http://www.ghacks.net/tag/netdrive/" title="netdrive" rel="tag">netdrive</a>, <a href="http://www.ghacks.net/tag/remote-ftp/" title="remote ftp" rel="tag">remote ftp</a>, <a href="http://www.ghacks.net/tag/remote-ftp-server/" title="remote ftp server" rel="tag">remote ftp server</a>, <a href="http://www.ghacks.net/tag/webdav/" title="webdav" rel="tag">webdav</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/23/secure-ftp-client-online/" title="Secure FTP Client Online (March 23, 2009)">Secure FTP Client Online</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/26/home-ftp-server/" title="Home FTP Server (March 26, 2009)">Home FTP Server</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/10/04/ftp-server-setup/" title="FTP Server Setup (October 4, 2008)">FTP Server Setup</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/01/30/windows-vista-drive-icons/" title="Windows Vista Drive Icons (January 30, 2008)">Windows Vista Drive Icons</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/09/05/windows-system-tray-software/" title="Windows System Tray Software (September 5, 2008)">Windows System Tray Software</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/01/08/mount-remote-ftp-and-webdav-servers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>FTP Server Setup</title>
		<link>http://www.ghacks.net/2008/10/04/ftp-server-setup/</link>
		<comments>http://www.ghacks.net/2008/10/04/ftp-server-setup/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 08:58:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[filezilla server]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[ftp server setup]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7391</guid>
		<description><![CDATA[Being able to activate a ftp server when needed can be an efficient way of providing file access and file upload capabilities to customers, coworkers and friends. Most users shy away from setting up an ftp server fearing that the setup is complicated and that they might overlook an important setting that will give the [...]]]></description>
			<content:encoded><![CDATA[<p>Being able to activate a ftp server when needed can be an efficient way of providing file access and file upload capabilities to customers, coworkers and friends. Most users shy away from setting up an ftp server fearing that the setup is complicated and that they might overlook an important setting that will give the connected users access to their whole system and not on the selected virtual directories.</p>
<p>Setting up an ftp server is actually not complicated at all. The process can be broken down in the following parts: Downloading the ftp server software, installing the software, configuring the ftp server and starting it. The biggest part will be the ftp server configuration where the ftp server admin has to share directories and add user accounts to the system. </p>
<p><a href="http://filezilla-project.org/">Filezilla Server</a> is an Open Source ftp server that can be used to setup a ftp server in Windows. A good advise would be to use the default parameters that are shown during ftp server setup. If you have followed the advice you should see a small window after installation that&#8217;s called Connect To Server. A click on OK should connect to the ftp server interface as an administrator.</p>
<p><span id="more-7391"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/10/ftp_server_connect.jpg" alt="ftp server connect" title="ftp server connect" width="254" height="199" class="alignnone size-medium wp-image-7392" /></p>
<p>FileZilla uses User Accounts and Groups to determine access rights of the ftp server. Groups can be used to configure settings for multiple users which are simply assigned to a group. The only thing that has to be done to get the ftp server up and running is to add at least one user account to the server.</p>
<p>This is done by clicking on Edit > Users in the top menu.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/ftp_server_setup-500x357.jpg" alt="ftp server setup" title="ftp server setup" width="500" height="357" class="alignnone size-medium wp-image-7393" /></p>
<p>The first step is to click on the Add button on the right beneath users. Pick any username and leave the group setting as is.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/add_user_account.jpg" alt="add user account" title="add user account" width="285" height="193" class="alignnone size-medium wp-image-7394" /></p>
<p>The new user should now appear in the Users pane on the right side. Now check the Password box and enter a password for that user. You cannot leave that box empty unless you set the username to anonymous.</p>
<p>Now that we have created a first user and assigned a password to that user we need to setup the access rights for that user. A click on Shared Folders loads the menu where the ftp server administrator can enable access to local drives for the selected user.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/10/ftp_server_shared_folders-500x357.jpg" alt="ftp server shared folders" title="ftp server shared folders" width="500" height="357" class="alignnone size-medium wp-image-7395" /></p>
<p>A click on the Add button beneath Shared Folders will open the file browser in Windows. The first directory will be the Home directory of the user. The access rights are displayed on the right. The user can by default only download (read) files and list directories. If you want to enable file uploads you should create a specific directory for that purpose and set the access flags accordingly (write and create).</p>
<p>If you want to provide access to different hard drives you need to enable so called aliases. The ftp server will always display the home directory to the connected user with no option to switch to another drive.</p>
<p>The only way to provide access to multiple partitions and drives on the ftp server is to create aliases. They basically tell the ftp server to create an alias directory in the home directory that will point to the other partition or drive.</p>
<p>This can be done by right-clicking a folder that has been added to the shared folder list and selecting Edit Aliases from the menu. Now enter the full path of the alias directory. If your home ftp directory is located in d:\ and you want to add f:\ as another shared folder you need to pick an alias that uses the path d:\aliasfolder, for example d:\fshare. When a user connects to the ftp he will see the contents of drive d and the alias folder fshare in the directory structure that will display the contents of the f drive.</p>
<p>And that&#8217;s it. Congratulations, you setup an ftp server in a few minutes. The settings can be used to change various aspects of the server, including:</p>
<ul>
<li>Banning IP addresses</li>
<li>Enabling logging</li>
<li>Setting global speed limits</li>
<li>Enabling compression</li>
<li>Enabling SSL</li>
<li>Setting a welcome message</li>
</ul>
<p>Setting up a ftp server is not complicated. The most important security aspect is to always update the ftp server to the latest version and only enable the ftp server when needed.</p>

	Tags: <a href="http://www.ghacks.net/tag/filezilla/" title="filezilla" rel="tag">filezilla</a>, <a href="http://www.ghacks.net/tag/filezilla-server/" title="filezilla server" rel="tag">filezilla server</a>, <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/ftp-server/" title="ftp server" rel="tag">ftp server</a>, <a href="http://www.ghacks.net/tag/ftp-server-setup/" title="ftp server setup" rel="tag">ftp server setup</a>, <a href="http://www.ghacks.net/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/26/home-ftp-server/" title="Home FTP Server (March 26, 2009)">Home FTP Server</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/03/23/secure-ftp-client-online/" title="Secure FTP Client Online (March 23, 2009)">Secure FTP Client Online</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/01/08/mount-remote-ftp-and-webdav-servers/" title="Mount Remote FTP And Webdav Servers (January 8, 2009)">Mount Remote FTP And Webdav Servers</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/" title="Windows SSH Server WinSSHD (August 5, 2009)">Windows SSH Server WinSSHD</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/25/windows-file-server/" title="Windows File Server (October 25, 2009)">Windows File Server</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/04/ftp-server-setup/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A Host of Tips &#8211; Week 1</title>
		<link>http://www.ghacks.net/2008/07/14/a-host-of-tips-week-1/</link>
		<comments>http://www.ghacks.net/2008/07/14/a-host-of-tips-week-1/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 06:43:57 +0000</pubDate>
		<dc:creator>joshua</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[service pack 1]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5317</guid>
		<description><![CDATA[As I read my feeds each day I see a whole lot of great little tech tips coming through, and often I want to share them, but that would mean either stretching a whole post out for just one little tip and that’s pretty lame.
So I decided something along the lines of what Martin does [...]]]></description>
			<content:encoded><![CDATA[<p>As I read my feeds each day I see a whole lot of great little tech tips coming through, and often I want to share them, but that would mean either stretching a whole post out for just one little tip and that’s pretty lame.</p>
<p>So I decided something along the lines of what Martin does each week with his Software Updates, a compilation of the best tips I see around the blogosphere and some links to the original sources.</p>
<p><strong>Make SP1 Permanent</strong></p>
<p>I never knew of this till I found out on <a href="http://www.nirmaltv.com/2008/07/13/how-to-make-windows-vista-sp1-installation-permanent/">Life Rocks! 2.0</a> that there’s a file which you can use to make the Vista Service Pack 1 permanent. It’s useful once you’re confident everything it working fine as it cleans up the installation folders and files.</p>
<p><strong>Restore ‘Search’ to Folder Context Menus</strong></p>
<p>Thanks to some badgering from Google Microsoft removed the direct access to Search from the start menu and context menus. If you used these then the <a href="http://www.howtogeek.com/howto/windows-vista/restore-the-search-item-to-the-folder-context-menu-in-windows-vista-sp1/">How-to Geek</a> provides a registry hack to get it back.</p>
<p><span id="more-5317"></span>
<p><strong>5 Google Reader tips for Bloggers</strong></p>
<p>gHacks author <a href="http://blogtastique.com">Daniel&#8217;s</a> personal productivity blog, Hack Your Day, had a great article on how to use Google Reader efficiently. Always interesting and useful I recommend giving him a read.</p>
<h3><strong>FireFTP</strong></h3>
<p>As I have just re-installed Vista and my net is crippled to less then dial-up speed at the moment I haven’t been able to download FileZilla. After seeing it featured on the FF extensions page I decided to give <a href="https://addons.mozilla.org/en-US/firefox/addon/684">FireFTP</a> a try and have been impressed so far.</p>

	Tags: <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/service-pack-1/" title="service pack 1" rel="tag">service pack 1</a>, <a href="http://www.ghacks.net/tag/tips/" title="tips" rel="tag">tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/03/28/yahoo-to-offer-unlimited-email-storage/" title="Yahoo to offer unlimited Email Storage (March 28, 2007)">Yahoo to offer unlimited Email Storage</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/08/25/yahoo-mail-search-and-messenger-upgrades/" title="Yahoo Mail, Search And Messenger Upgrades (August 25, 2009)">Yahoo Mail, Search And Messenger Upgrades</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/10/05/xoopit-to-become-yahoo-mail-exclusive/" title="Xoopit To Become Yahoo Mail Exclusive (October 5, 2009)">Xoopit To Become Yahoo Mail Exclusive</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/02/04/windows-vista-sp1-will-be-released-in-march-2008/" title="Windows Vista SP1 will be released in March 2008 (February 4, 2008)">Windows Vista SP1 will be released in March 2008</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/14/a-host-of-tips-week-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capivara Java File Manager</title>
		<link>http://www.ghacks.net/2008/05/24/capivara-java-file-manager/</link>
		<comments>http://www.ghacks.net/2008/05/24/capivara-java-file-manager/#comments</comments>
		<pubDate>Sat, 24 May 2008 07:30:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[capivara]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[synchronize]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4244</guid>
		<description><![CDATA[Capivara is a Java Open Source file manager that supports the FTP and SFTP protocol plus file synchronization. It does not have the massive functionality of a software like WinSCP, which by the way supports file synchronization as well. One advantage of Capivara is that it was programmed in Java which means that it can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://capivara.sourceforge.net/">Capivara</a> is a Java Open Source file manager that supports the FTP and SFTP protocol plus file synchronization. It does not have the massive functionality of a software like WinSCP, which by the way supports file synchronization as well. One advantage of Capivara is that it was programmed in Java which means that it can be run on different operating systems such as Linux, Windows and Apple Macintosh.</p>
<p>The main features that make it stand out are tabbed browsing, synchronization and the duplicate finder. Tabbed browsing is definitely the easiest to explain. Two panes are by default displayed like in any other file manager. If I wanted to open another local or remote directory I would have to open a new WinSCP instance. Capivara makes use of tabs to avoid that several instances of the same application have to be opened.</p>
<p>A right-click on a tab opens a menu with the option to add another tab to that pane which can connect to local or remote servers. Synchronization is the next feature. As I said earlier this is also supported by WinSCP and many other clients but Capivara supports four different modes including SHA-1 and MD5 sync.</p>
<p><span id="more-4244"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/05/main_french_charles-500x369.png" alt="capivara" title="capivara" width="500" height="369" class="alignnone size-medium wp-image-4245" /></p>
<p>Before files are copied and deleted they are shown in a preview pane which displays all file operations. The last feature is the duplicate finder. It compares the files and folders that reside in two root directories giving the user the options to move or delete duplicate files.</p>
<p>Capivara has some shortcomings though. The local file system will only be displayed if the user presses the connect button and selects it from the menu. That&#8217;s a bit complicated in my opinion. The right-click menu is not working everywhere. A user has to press a button to create a new directory while most are probably used to right-click the mouse to do so.</p>

	Tags: <a href="http://www.ghacks.net/tag/capivara/" title="capivara" rel="tag">capivara</a>, <a href="http://www.ghacks.net/tag/file-manager/" title="file manager" rel="tag">file manager</a>, <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/java/" title="java" rel="tag">java</a>, <a href="http://www.ghacks.net/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.ghacks.net/tag/sftp/" title="sftp" rel="tag">sftp</a>, <a href="http://www.ghacks.net/tag/synchronize/" title="synchronize" rel="tag">synchronize</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/23/secure-ftp-client-online/" title="Secure FTP Client Online (March 23, 2009)">Secure FTP Client Online</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/" title="Windows SSH Server WinSSHD (August 5, 2009)">Windows SSH Server WinSSHD</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/" title="Use WinSCP to securely copy files between two computers (April 9, 2007)">Use WinSCP to securely copy files between two computers</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/" title="SFTP And SSH Server For Windows (September 4, 2009)">SFTP And SSH Server For Windows</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/26/home-ftp-server/" title="Home FTP Server (March 26, 2009)">Home FTP Server</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/24/capivara-java-file-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Any Client a Web Based FTP Client</title>
		<link>http://www.ghacks.net/2008/03/09/any-client-a-web-based-ftp-client/</link>
		<comments>http://www.ghacks.net/2008/03/09/any-client-a-web-based-ftp-client/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 10:03:01 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[any client]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[web ftp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/09/any-client-a-web-based-ftp-client/</guid>
		<description><![CDATA[When I was working back then for a big company I had to use a computer that they provided with no options to install new software on that computer. I still did update my websites frequently in my spare time but always struggled when I had to install new scripts or upload files to the website because I did not have access to an ftp client nor something like WinSCP.]]></description>
			<content:encoded><![CDATA[<p>When I was working back then for a big company I had to use a computer that they provided with no options to install new software on that computer. I still did update my websites frequently in my spare time but always struggled when I had to install new scripts or upload files to the website because I did not have access to an ftp client nor something like WinSCP.</p>
<p>An online ftp client like <a href="http://www.anyclient.com/applet.html">Any Client</a> would have come in handy at that time. It completely loads in the browser &#8211; providing that Java is installed &#8211; and offers a basic ftp interface and connection options. Any Client has the typical ftp client layout, the left side is showing your files while the right one loads the remote directory of the ftp that you connect to.</p>
<p>Speaking of connecting to the ftp. It is naturally inevitable that you have to add the IP, username and password to the client which could be a security concern. SFTP and SSH are supported as well. The sites that you add are saved locally on your computer.</p>
<p><span id="more-3458"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/03/web_ftp_client.jpg' alt='any client web ftp' /></p>
<p>Resuming uploads and downloads is supported as well as creating directories and renaming files and folders. Editing files however is not possible which means that you have to download a file first, edit it and upload it again if you want to make changes to your website.</p>
<p>Navigating the client feels a bit sluggish as well. The thing that&#8217;s missing the most at the moment is the missing feature to edit common file types.</p>

	Tags: <a href="http://www.ghacks.net/tag/any-client/" title="any client" rel="tag">any client</a>, <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/ftp-client/" title="ftp client" rel="tag">ftp client</a>, <a href="http://www.ghacks.net/tag/web-ftp/" title="web ftp" rel="tag">web ftp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/01/26/smart-ftp-20/" title="Smart Ftp 2.0 (January 26, 2006)">Smart Ftp 2.0</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/23/secure-ftp-client-online/" title="Secure FTP Client Online (March 23, 2009)">Secure FTP Client Online</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/09/03/filezilla-ftp-client/" title="Filezilla FTP Client (September 3, 2007)">Filezilla FTP Client</a> (12)</li>
	<li><a href="http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/" title="Use WinSCP to securely copy files between two computers (April 9, 2007)">Use WinSCP to securely copy files between two computers</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/simple-ftp-with-gftp/" title="Simple ftp with Gftp (August 5, 2009)">Simple ftp with Gftp</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/09/any-client-a-web-based-ftp-client/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add FTP Upload to Right-click menu</title>
		<link>http://www.ghacks.net/2007/10/16/add-ftp-upload-to-right-click-menu/</link>
		<comments>http://www.ghacks.net/2007/10/16/add-ftp-upload-to-right-click-menu/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 16:34:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[auto ftp]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/16/add-ftp-upload-to-right-click-menu/</guid>
		<description><![CDATA[RightLoad adds the ability to upload selected files to a ftp directly which removes the step to start the ftp client, choose the ftp server, browse the local hard drives and the possible location on the ftp server. All this can be set in RightLoad which should be a really useful software for most webmasters who regularly upload files to their ftps.]]></description>
			<content:encoded><![CDATA[<p>RightLoad adds the ability to upload selected files to a ftp directly which removes the step to start the ftp client, choose the ftp server, browse the local hard drives and the possible location on the ftp server. All this can be set in RightLoad which should be a really useful software for most webmasters who regularly upload files to their ftps.</p>
<p>RightLoad has several features with which it conquered a solid place in the applications that I use daily. Besides being able to set predefined directories on multiple ftps it can save the login information for those ftp sites which in turn can be protected by a master password to enhance security.</p>
<p>It is also possible to auto-create thumbnails if you do upload images. The user can set the maximum width and heights of the thumbnail and choose if he wants to be asked whenever an image is uploaded or if thumbnails should be generated automatically.</p>
<p><span id="more-2134"></span>Links can be automatically generated if so desired, most of the time they are needed anyway when writing the article. Seems to have some problems with Windows Vista but should run fine in Windows XP and Windows 2000.</p>
<p><strong>Read More:</strong></p>
<p><a href="http://www.rightload.org/">RightLoad</a><br />
via <a href="http://www.freewaregenius.com/2007/10/16/rightload/">Freeware Genius</a></p>

	Tags: <a href="http://www.ghacks.net/tag/auto-ftp/" title="auto ftp" rel="tag">auto ftp</a>, <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/images/" title="images" rel="tag">images</a>, <a href="http://www.ghacks.net/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.ghacks.net/tag/upload/" title="upload" rel="tag">upload</a>, <a href="http://www.ghacks.net/tag/webmaster/" title="webmaster" rel="tag">webmaster</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/13/server-monitoring-with-observu/" title="Server Monitoring With Observu (August 13, 2008)">Server Monitoring With Observu</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/03/23/secure-ftp-client-online/" title="Secure FTP Client Online (March 23, 2009)">Secure FTP Client Online</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/10/04/image-optimization-with-smush-it/" title="Image Optimization With Smush It (October 4, 2008)">Image Optimization With Smush It</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/10/04/ftp-server-setup/" title="FTP Server Setup (October 4, 2008)">FTP Server Setup</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/05/24/capivara-java-file-manager/" title="Capivara Java File Manager (May 24, 2008)">Capivara Java File Manager</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/16/add-ftp-upload-to-right-click-menu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Filezilla FTP Client</title>
		<link>http://www.ghacks.net/2007/09/03/filezilla-ftp-client/</link>
		<comments>http://www.ghacks.net/2007/09/03/filezilla-ftp-client/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 11:22:32 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/09/03/filezilla-ftp-client/</guid>
		<description><![CDATA[I have been working with the ftp client Filezilla for some time now and switched to release candidate three of the new and upcoming  Filezilla 3 just recently. I have to use ftp clients on a daily basis to upload files to my websites and edit php and html files that are already on them. They are indeed useful for webmasters but on a decline when you take a look at all Internet users - my opinion but supported by the fact that most modern browsers support ftp downloads as well.]]></description>
			<content:encoded><![CDATA[<p>I have been working with the ftp client Filezilla for some time now and switched to release candidate three of the new and upcoming  Filezilla 3 just recently. I have to use ftp clients on a daily basis to upload files to my websites and edit php and html files that are already on them. They are indeed useful for webmasters but on a decline when you take a look at all Internet users &#8211; my opinion but supported by the fact that most modern browsers support ftp downloads as well.</p>
<p>Filezilla comes with all the options and settings that one would expect from ftp software: It supports ssl and sftp connections, offers proxy support, upload and download queues, a comfortable site manager with import and export function, resume feature, keep alive system and custom commands.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/09/filezilla.jpg" alt="filezilla ftp client software" /></p>
<p><span id="more-1946"></span>It is furthermore possible to export and import sites which is a great feature if you have to use the ftp client on more than one computers. I was not able to spot any difficulties with this release candidate; If you want to be on the same side download Filezilla 2 instead.</p>

	Tags: <a href="http://www.ghacks.net/tag/filezilla/" title="filezilla" rel="tag">filezilla</a>, <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/ftp-client/" title="ftp client" rel="tag">ftp client</a>, <a href="http://www.ghacks.net/tag/internet/" title="internet" rel="tag">internet</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/01/26/smart-ftp-20/" title="Smart Ftp 2.0 (January 26, 2006)">Smart Ftp 2.0</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/23/secure-ftp-client-online/" title="Secure FTP Client Online (March 23, 2009)">Secure FTP Client Online</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/10/04/ftp-server-setup/" title="FTP Server Setup (October 4, 2008)">FTP Server Setup</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/03/09/any-client-a-web-based-ftp-client/" title="Any Client a Web Based FTP Client (March 9, 2008)">Any Client a Web Based FTP Client</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/01/16/yubnub-a-social-internet-command-line/" title="YubNub a social internet command line (January 16, 2007)">YubNub a social internet command line</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/09/03/filezilla-ftp-client/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Use WinSCP to securely copy files between two computers</title>
		<link>http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/</link>
		<comments>http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 15:00:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[remote computer]]></category>
		<category><![CDATA[secure connection]]></category>
		<category><![CDATA[secure ftp]]></category>
		<category><![CDATA[secure tunnel]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[winscp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/</guid>
		<description><![CDATA[A reader of my site asked which program I was using to transfer files between my local computer and my dedicated server. The question looks easy to answer at first glance but actually it is not that easy. I'm actually using two ways to connect to my dedicated server depending on the tasks at hand. I use Putty to connect to my dedicated server when I want to administrate it: create new virtual hosts, ftp accounts and the like. I do use WinSCP for all other tasks, mainly for opening a secure connection to my dedicated server which uses SSH.]]></description>
			<content:encoded><![CDATA[<p>A reader of my site asked which program I was using to transfer files between my local computer and my dedicated server. The question looks easy to answer at first glance but actually it is not that easy. I&#8217;m actually using two ways to connect to my dedicated server depending on the tasks at hand. I use Putty to connect to my dedicated server when I want to administrate it: create new virtual hosts, ftp accounts and the like. I do use <a href="http://winscp.net/eng/index.php" target="_blank">WinSCP</a> for all other tasks, mainly for opening a secure connection to my dedicated server which uses SSH.</p>
<p>I can then copy files from and to my dedicated server using this secure connection. I upload new websites this way or download mysql backups or other files that i want to store locally. Well, today version 4 of WinSCP was released as a beta. The main additions are ftp support (remember it supported SFTP before only) and SSH tunnel support. The later feature is not that important for me but the first is really nice.</p>
<p><span id="more-1399"></span></p>
<p>The <a href="http://winscp.net/eng/docs/history#4.0" target="_blank">changelog for WinSCP 4.0</a> beta lists a lot of bug fixes and changes that would be to much to list here at my site. Just take a look at the changelog at the official site if this is really interesting for you. </p>
<p>What do you use to connect to a dedicated server ? Remember that I&#8217;m still using Windows mainly which limits the choice of programs that I could use.</p>

	Tags: <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/remote-computer/" title="remote computer" rel="tag">remote computer</a>, <a href="http://www.ghacks.net/tag/secure-connection/" title="secure connection" rel="tag">secure connection</a>, <a href="http://www.ghacks.net/tag/secure-ftp/" title="secure ftp" rel="tag">secure ftp</a>, <a href="http://www.ghacks.net/tag/secure-tunnel/" title="secure tunnel" rel="tag">secure tunnel</a>, <a href="http://www.ghacks.net/tag/sftp/" title="sftp" rel="tag">sftp</a>, <a href="http://www.ghacks.net/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.ghacks.net/tag/winscp/" title="winscp" rel="tag">winscp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/26/home-ftp-server/" title="Home FTP Server (March 26, 2009)">Home FTP Server</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/" title="Top Xp Freeware that every user needs part 3 (November 18, 2006)">Top Xp Freeware that every user needs part 3</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/" title="SFTP And SSH Server For Windows (September 4, 2009)">SFTP And SSH Server For Windows</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/23/secure-ftp-client-online/" title="Secure FTP Client Online (March 23, 2009)">Secure FTP Client Online</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/" title="FreeSSHd A Free SSH Server For Windows (June 6, 2009)">FreeSSHd A Free SSH Server For Windows</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/feed/</wfw:commentRss>
		<slash:comments>2</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</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>

	Tags: <a href="http://www.ghacks.net/tag/exchange/" title="exchange" rel="tag">exchange</a>, <a href="http://www.ghacks.net/tag/file/" title="file" rel="tag">file</a>, <a href="http://www.ghacks.net/tag/file-server/" title="file-server" rel="tag">file-server</a>, <a href="http://www.ghacks.net/tag/files/" title="files" rel="tag">files</a>, <a href="http://www.ghacks.net/tag/freeware/" title="freeware" rel="tag">freeware</a>, <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/http-file-server/" title="http-file-server" rel="tag">http-file-server</a>, <a href="http://www.ghacks.net/tag/open-source/" title="Open Source" rel="tag">Open Source</a>, <a href="http://www.ghacks.net/tag/p2p/" title="P2p" rel="tag">P2p</a>, <a href="http://www.ghacks.net/tag/swap/" title="swap" rel="tag">swap</a>, <a href="http://www.ghacks.net/tag/trade/" title="trade" rel="tag">trade</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/02/21/universal-extractor/" title="Universal Extractor (February 21, 2007)">Universal Extractor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/" title="Top Xp Freeware that every user needs part 3 (November 18, 2006)">Top Xp Freeware that every user needs part 3</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/12/12/taksi-open-source-alternative-to-fraps/" title="Taksi Open Source Alternative to Fraps (December 12, 2006)">Taksi Open Source Alternative to Fraps</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/09/18/software-updates-week-38-2007/" title="Software Updates Week 38 2007 (September 18, 2007)">Software Updates Week 38 2007</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/12/22/software-for-starving-students/" title="Software for Starving Students (December 22, 2006)">Software for Starving Students</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/12/30/share-files-with-http-file-server/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Howto Setup a Ftp Server in 5 Minutes</title>
		<link>http://www.ghacks.net/2006/05/07/howto-setup-a-ftp-server-in-5-minutes/</link>
		<comments>http://www.ghacks.net/2006/05/07/howto-setup-a-ftp-server-in-5-minutes/#comments</comments>
		<pubDate>Sun, 07 May 2006 07:54:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[ftp tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/05/07/howto-setup-a-ftp-server-in-5-minutes/</guid>
		<description><![CDATA[How do you normally send files to a friend ? By email ? What if the file is rather big but you want to send it anyway ? You could setup a ftp server and give your friend access to it. The speed that your friend can download with depends of course on your upload speed. Still, ftp servers are the number one method to swap large files. The best thing, it´s not complicated to setup your own ftp server, just follow these easy steps:]]></description>
			<content:encoded><![CDATA[<p>How do you normally send files to a friend ? By email ? What if the file is rather big but you want to send it anyway ? You could setup a ftp server and give your friend access to it. The speed that your friend can download with depends of course on your upload speed. Still, ftp servers are the number one method to swap large files. The best thing, it´s not complicated to setup your own ftp server, just follow these easy steps:</p>
<ol>
<li>download <a target="_blank" href="http://filezilla.sourceforge.net/">filezilla server</a>, install and run it.<a target="_blank" href="http://filezilla.sourceforge.net/"><br />
</a></li>
<li>create a folder on your hard drive, e.g. /ftp/</li>
<li>move the files you want to trade into it</li>
<li>you need to setup a user account so your friend may connect to the server, to do so select edit / users</li>
</ol>
<p><span id="more-472"></span></p>
<ul>
<li>click on add, enter a name for the user, click ok</li>
<li>enable password and enter one that your friend will be using</li>
<li>click on shared folders, add and select the folder on your hard drive that you created</li>
<li>default settings allow your friend to read (download) files and list directories and subdirectories.</li>
<li>if you want him to upload files as well you have to give im write permission as well. You could setup a /ftp/upload/ dir for write and delete permission and all others only for read permission</li>
<li>that´s it. To test if it´s working fire up your ftp client and connect using the settings you entered at the ftp server. All you need to do is send your friend the login information and your current IP.</li>
</ul>
<p>You could tighten security by adding your friends IP to the allowed IP addresses and make the connection process more comfortable by using a dynamic dns service which would mean you would not have to broadcast your IP to your friend everytime it changes.</p>

	Tags: <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/ftp-server/" title="ftp server" rel="tag">ftp server</a>, <a href="http://www.ghacks.net/tag/ftp-tips/" title="ftp tips" rel="tag">ftp tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/23/secure-ftp-client-online/" title="Secure FTP Client Online (March 23, 2009)">Secure FTP Client Online</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/01/08/mount-remote-ftp-and-webdav-servers/" title="Mount Remote FTP And Webdav Servers (January 8, 2009)">Mount Remote FTP And Webdav Servers</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/03/26/home-ftp-server/" title="Home FTP Server (March 26, 2009)">Home FTP Server</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/10/04/ftp-server-setup/" title="FTP Server Setup (October 4, 2008)">FTP Server Setup</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/" title="Use WinSCP to securely copy files between two computers (April 9, 2007)">Use WinSCP to securely copy files between two computers</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/05/07/howto-setup-a-ftp-server-in-5-minutes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Smart Ftp 2.0</title>
		<link>http://www.ghacks.net/2006/01/26/smart-ftp-20/</link>
		<comments>http://www.ghacks.net/2006/01/26/smart-ftp-20/#comments</comments>
		<pubDate>Thu, 26 Jan 2006 11:21:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[smart ftp]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=294</guid>
		<description><![CDATA[The free ftp software <a href="http://www.smartftp.com/" target="_blank">Smart Ftp 2.0</a> has been released and is available for download at the developers website. Changes include a new graphical user interface with tabs, a new local and remote browser and support for 64 bit windows operating systems.  If you are looking for a free ftp program give it a try, it might be exactly what you are looking for.]]></description>
			<content:encoded><![CDATA[<p>The free ftp software <a href="http://www.smartftp.com/" target="_blank">Smart Ftp 2.0</a> has been released and is available for download at the developers website. Changes include a new graphical user interface with tabs, a new local and remote browser and support for 64 bit windows operating systems.  If you are looking for a free ftp program give it a try, it might be exactly what you are looking for.</p>
<p>via <a href="http://www.connectedinternet.co.uk/" target="_blank">connectedinternet</a></p>

	Tags: <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/ftp-client/" title="ftp client" rel="tag">ftp client</a>, <a href="http://www.ghacks.net/tag/smart-ftp/" title="smart ftp" rel="tag">smart ftp</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/02/23/workrave/" title="Workrave (February 23, 2006)">Workrave</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/01/26/smart-ftp-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
