<?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; secure ftp</title>
	<atom:link href="http://www.ghacks.net/tag/secure-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 03:24:03 +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>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>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>
	</channel>
</rss>
