<?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>3cc Internet &#187; ftp over SSH</title>
	<atom:link href="http://www.3cc.org/tag/ftp-over-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.3cc.org</link>
	<description>Simplifying sites</description>
	<lastBuildDate>Sat, 31 Dec 2011 15:51:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Godaddy FTP Backup Servers &#8211; Dedicated Plesk Server</title>
		<link>http://www.3cc.org/2008/09/godaddy-ftp-backup-servers-dedicated-plesk-server/</link>
		<comments>http://www.3cc.org/2008/09/godaddy-ftp-backup-servers-dedicated-plesk-server/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 00:00:39 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ftp backup]]></category>
		<category><![CDATA[ftp over SSH]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh tunnel]]></category>

		<guid isPermaLink="false">http://www.3cc.org/backyard/?p=4</guid>
		<description><![CDATA[One of our clients recently had an issue where his Godaddy FTP Backup Server was full &#8211; causing his seperate dedicated Plesk Server to fill up it&#8217;s own Drive with Temp files, while at the same time use a lot of resources trying to put files to the full FTP backup server. You can sign [...]]]></description>
			<content:encoded><![CDATA[<p>One of our clients recently had an issue where his Godaddy FTP Backup Server was full &#8211; causing his seperate dedicated Plesk Server to fill up it&#8217;s own Drive with Temp files, while at the same time use a lot of resources trying to put files to the full FTP backup server.</p>
<p>You can sign up for a remote backup server when you order a godaddy hosting service, and it does sound a good idea considering it should keep your data safe. You can only access the data on the FTP server from within the Godaddy network &#8211; stopping any outside access.</p>
<p>When Plesk attempts to connect to a remote FTP server, it first tries to place a file on the server &#8211; which is a no-go if the server is full. This fails of course, so you can&#8217;t even get a directory listing of the remote server through Plesk.</p>
<p>Easy solution though &#8211; connect to your server through SSH and then use commands to connect to the remote FTP through your server.</p>
<ol>
<li>Open your SSH application of choice (we use PuTTY, available free from <a title="PuTTY is a free telnet/ssh client" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_self">greenend.org.uk</a>) and connect to your server. Use your main IP address or your hostname (domain name), depending on what your host supports. For dedicated servers from Godaddy, either can be used.</li>
<li>Once you&#8217;ve logged in with your root username and password, simply enter<br />
<blockquote><p><strong>FTP XXX.XXX.XXX.XXX</strong> (where xxx&#8230;. is the IP address of the FTP server) and hit enter.<br />
then your <strong>login username</strong>, hit enter and then your <strong>login password</strong> (also followed by enter). For Godaddy all of this is available in your Server Management Area.</p></blockquote>
</li>
<li>Now you should be logged on to the server. Type <strong>DIR</strong> and hit enter to produce a list of the directory contents. This also shows file sizes and other details.
<ol>
<li>You can DELETE individual files on the server using the DELETE command. For example, to delete info.php use <strong>DELETE info.php</strong> and hit enter.</li>
<li>To change directories type <strong>CD directoryname/</strong> and hit enter.</li>
<li>To copy a file to your local server type <strong>WGET filename.file</strong> and hit enter. If you don&#8217;t specify a directory then the file will be copied to your server in the /root/ directory. You can access this directory by connecting to your server using PuTTY and typing <strong>DIR</strong> and hitting enter when you&#8217;ve logged in. (It will be in the default directory).</li>
</ol>
</li>
</ol>
<p>That&#8217;s a basic guide, there are many better out there but this follows the basics. There are a couple of useful SSH commands on <a title="Some SSH commands" href="http://www.jiffynet.net/faqs/sshcommands.html" target="_blank">this site</a>, including how to set specific options.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.3cc.org/2008/09/godaddy-ftp-backup-servers-dedicated-plesk-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

