<?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; sftp</title>
	<atom:link href="http://www.ghacks.net/tag/sftp/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>Wed, 25 Nov 2009 09:43:02 +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>SFTP And SSH Server For Windows</title>
		<link>http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/</link>
		<comments>http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:32:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[sftp server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16032</guid>
		<description><![CDATA[Running a SFTP or SSH server in a Windows environment can be interesting for businesses and end users alike. The free SilverShield SSH / SFTP Server offers this server functionality mainly for end users as it allows only one concurrent connection to the server. The pro version which is sold by the company has no [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />Running a SFTP or SSH server in a Windows environment can be interesting for businesses and end users alike. The free SilverShield SSH / SFTP Server offers this server functionality mainly for end users as it allows only one concurrent connection to the server. The pro version which is sold by the company has no such limits. Both server versions are identical in every other aspect. </p>
<p>It does not take long before the SSH or SFTP server is up and running. All it takes is to start the server in the server management console and add at least one user account. User accounts require the usual set of information that include a username, home directory and a password. A public key can be added as well to provide public key authentication. The server administrator can define the user rights in the very same user creation dialog. </p>
<p><span id="more-16032"></span>It is possible to enable command and shell access, sftp and forwarding separately from each other. The login requirements can also be configured. Users have basically three options to log into the server: password authentication, public key authentication or keyboard-interactive authentication. The server admin can make any or all of the selected methods a requirement.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/ssh_server_users-461x500.jpg" alt="ssh server users" title="ssh server users" width="461" height="500" class="alignnone size-medium wp-image-16033" /></p>
<p>The server management console contains several settings that are of importance. Administrators define the server-key file location and log path in there, session timeouts, the server port, ssh and sftp security settings like forcing a delay on new connections or blocking IPs after a number of failed connection attempts. The management console itself can be password protected and configured to a specific port and IP.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/sftp_server-500x376.jpg" alt="sftp server" title="sftp server" width="500" height="376" class="alignnone size-medium wp-image-16034" /></p>
<p>The free version of <a href="http://www.k2sxs.com/silvershield.aspx">Silvershield</a> SSH and SFTP Server should be just fine for smaller networks. Users who want more connections without having to pay for the SSH server can take a look at <a href="http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/">FreeSSHd A Free SSH Server For Windows</a> or the <a href="http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/">Windows SSH Server WinSSHD</a>.</p>

	Tags: <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/sftp-server/" title="sftp server" rel="tag">sftp server</a>, <a href="http://www.ghacks.net/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.ghacks.net/tag/ssh-server/" title="ssh server" rel="tag">ssh 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/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>
	<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/2008/11/17/my-encrypted-tunnel/" title="My Encrypted Tunnel (November 17, 2008)">My Encrypted Tunnel</a> (1)</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>
	<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/2009/09/04/sftp-and-ssh-server-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows SSH Server WinSSHD</title>
		<link>http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/</link>
		<comments>http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 14:51:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[remote connection]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[tunneling]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[winsshd]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15069</guid>
		<description><![CDATA[WinSSHD is a free for personal use SSH server for the Windows operating system. It supports secure remote access via console (vt100, xterm, bvterm) or gui (remote desktop or WinVNC), secure file transfers using SFTP or SCP and secure TCP / IP connection tunneling. The personal version offers most of the features offered in the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />WinSSHD is a free for personal use SSH server for the Windows operating system. It supports secure remote access via console (vt100, xterm, bvterm) or gui (remote desktop or WinVNC), secure file transfers using SFTP or SCP and secure TCP / IP connection tunneling. The personal version offers most of the features offered in the commercial version. A few features, like the number of Windows account and virtual account entries or the number of Windows and virtual groups are limited in the personal edition. Only the features to use domain accounts and GSSAPI authentication are disabled.</p>
<p>The server is not running after starting up the Windows SSH Server. It is up to the system administrator to start the server so that other users can connect to it.</p>
<p><span id="more-15069"></span>Users with a Windows username and password are able to use SFTP and SCTP file transfers, access a command prompt via a terminal console and to route TCP connections through WinSSHD by default.</p>
<p> It is up to the administrator to modify the access rights or remove accounts from being able to access the system at all. The administrator can disable services provided by WinSSHD or restrict user access. Both methods can increase the system&#8217;s security and should be dealt with before starting the server for the first time.</p>
<p>A good start is the WinSSHD <a href="http://www.bitvise.com/winsshd-users-guide">user guide</a> which explains the core concepts of the SSH server and offers tips on how to configure and secure it properly. Interested users can download the <a href="http://www.bitvise.com/winsshd">WinSSHD</a> SSH Server from the developer&#8217;s website</p>

	Tags: <a href="http://www.ghacks.net/tag/remote-connection/" title="remote connection" rel="tag">remote connection</a>, <a href="http://www.ghacks.net/tag/scp/" title="scp" rel="tag">scp</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/ssh-server/" title="ssh server" rel="tag">ssh server</a>, <a href="http://www.ghacks.net/tag/tunneling/" title="tunneling" rel="tag">tunneling</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/winsshd/" title="winsshd" rel="tag">winsshd</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<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/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>
	<li><a href="http://www.ghacks.net/2009/02/12/run-ssh-server-for-remote-desktop-connections/" title="Run SSH Server For Remote Desktop Connections (February 12, 2009)">Run SSH Server For Remote Desktop Connections</a> (6)</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>
	<li><a href="http://www.ghacks.net/2008/10/17/teamviewer-client-shortcuts/" title="Teamviewer Client Shortcuts (October 17, 2008)">Teamviewer Client Shortcuts</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FreeSSHd A Free SSH Server For Windows</title>
		<link>http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/</link>
		<comments>http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 09:38:46 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[freesshd]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[sftp server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[ssh server windows]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/06/06/freesshd-a-free-ssh-server-for-windows/</guid>
		<description><![CDATA[SSH is a network protocol that allows to be transferred in a secure channel. Most users probably associate SSH with Linux and Unix computer systems. Webmasters might know and use SSH to connect to and manage their Linux servers. 
FreeSSHd is a free SSH Server for the Windows operating system. Users can setup the SSH [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/ssh_server.jpg" alt="ssh server" title="ssh server" width="164" height="68" class="alignleft size-full wp-image-13335" />SSH is a network protocol that allows to be transferred in a secure channel. Most users probably associate SSH with Linux and Unix computer systems. Webmasters might know and use SSH to connect to and manage their Linux servers. </p>
<p>FreeSSHd is a free SSH Server for the Windows operating system. Users can setup the SSH server on one computer system running the Windows operating system and use SSH compatible tools like Putty to connect to that remote computer system. The server can be setup with just a few mouse clicks. The administrator is only required to add users that are allowed to connect to the computer system in the SSH Server configuration.</p>
<p><span id="more-13338"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/06/ssh_server_windows-500x477.jpg" alt="ssh server windows" title="ssh server windows" width="500" height="477" class="alignnone size-medium wp-image-13336" /></p>
<p>Authorization can be NT authentication, passwords stored in SHA1 hashes or Public key driven. It is furthermore possible to allow shell, sftp and tunneling access individually. Having said that it should be obvious that FreeSSHd not only offers shell access to authorized users but also secure ftp and tunneling access. </p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/06/ssh_server1-500x477.jpg" alt="ssh server" title="ssh server" width="500" height="477" class="alignnone size-medium wp-image-13337" /></p>
<p>Various options are available that define certain aspects of the SSH Server software. It is possible to add whitelist and blacklists of IP addresses that are allowed to connect to the server, enable event logging, set the secure FTP home path, select a specific allowed cipher, enable tunneling, telnet and check the access logs of the SSH server.</p>
<p><a href="http://www.freesshd.com/index.php?ctt=overview">FreeSSHd</a> is a comfortable SSH and SFTP server for the Windows operating system. Setup of the server should not pose to many difficulties even for inexperienced users. All in all a great software program that can be run manually or added to Windows services for extra comfort.</p>

	Tags: <a href="http://www.ghacks.net/tag/freesshd/" title="freesshd" rel="tag">freesshd</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/sftp-server/" title="sftp server" rel="tag">sftp server</a>, <a href="http://www.ghacks.net/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.ghacks.net/tag/ssh-server/" title="ssh server" rel="tag">ssh server</a>, <a href="http://www.ghacks.net/tag/ssh-server-windows/" title="ssh server windows" rel="tag">ssh server 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/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/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/2008/11/17/my-encrypted-tunnel/" title="My Encrypted Tunnel (November 17, 2008)">My Encrypted Tunnel</a> (1)</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>
	<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/2009/06/06/freesshd-a-free-ssh-server-for-windows/feed/</wfw:commentRss>
		<slash:comments>7</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>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>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>
