<?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>Technical Confusion &#187; FTP</title>
	<atom:link href="http://technicalconfusion.com/ftp/feed" rel="self" type="application/rss+xml" />
	<link>http://technicalconfusion.com</link>
	<description>Because Technology Is Confusing</description>
	<lastBuildDate>Mon, 16 Feb 2009 06:27:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to FTP &#8211; Filezilla Tutorial</title>
		<link>http://technicalconfusion.com/ftp/how-to-ftp-filezilla-tutorial.php</link>
		<comments>http://technicalconfusion.com/ftp/how-to-ftp-filezilla-tutorial.php#comments</comments>
		<pubDate>Wed, 23 Apr 2008 13:39:09 +0000</pubDate>
		<dc:creator>technically confused</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[filezilla tutorial]]></category>

	<!-- AutoMeta Start -->
	<category>connect</category>
	<category>image</category>
	<category>hostname</category>
	<category>password</category>
	<category>index</category>
	<category>chmod</category>
	<category>shows</category>
	<category>named</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://technicalconfusion.com/ftp/how-to-ftp-filezilla-tutorial.php</guid>
		<description><![CDATA[Tutorial on how to ftp. Contains pictures.]]></description>
			<content:encoded><![CDATA[<p><strong>How to FTP &#8211; Filezilla Tutorial</strong></p>
<p>This tutorial will show you how to ftp with Filezilla. Filezilla (get it here: <a href="http://filezilla.sourceforge.net/" title="filezilla get it here" target="_blank">http://filezilla.sourceforge.net/</a>) is a free <a href="http://technicalconfusion.com/web-stuff/ftp-programs.php" title="FTP Program">FTP program</a> and it is easy to use. It will walk you thru where to put your settings.</p>
<p>You can rename your files, upload, download, and manage most aspects of your account via FTP.</p>
<p><strong>In any ftp program, these general rules apply:</strong></p>
<p><strong>Hostname:</strong> yourdomainname.com<br />
<strong> Userid:</strong>   your userid for your control panel<br />
<strong> Password:</strong> Your password for your control panel.</p>
<p>The userid and hostname is lower case as a rule, the password is case sensitive.</p>
<p>Always make sure anonymous ftp is unchecked.</p>
<p>When naming files, they should always be lowercase.</p>
<p>The first file, and this applies to any directories you use, must be named like so: index.html, index.htm or index.php. If the first name is not named index, it won’t show, you’ll get a directory listing.</p>
<p><strong>This is the first view you will see when you open the program.</strong></p>
<p>The left side is your local machine, the right will show your website. Check the Q on the file menu and you&#8217;ll get an explorer view.</p>
<p><img src="http://technicalconfusion.com/wp-content/uploads/2008/04/firstview.jpg" alt="First View" /></p>
<p><strong>First, you need to find your site manager.</strong> This is where you keep track of your sites. It’s where you put all those funky usernames and passwords.</p>
<p>Go to File/Site Manager.</p>
<p><img src="http://technicalconfusion.com/wp-content/uploads/2008/04/findsitemanager.jpg" alt="Site manager" /></p>
<p><strong>You will select the New Site button to add your site to the site manager.</strong></p>
<p><img src="http://technicalconfusion.com/wp-content/uploads/2008/04/selectnewsite.jpg" alt="Select new site" /></p>
<p><strong>This image shows the settings you need to have</strong> (sent to you in your activation email) and where they go. Sorry the image is blurry.</p>
<p>You need the hostname, userid and password. In case you need the port, it&#8217;s 21.</p>
<p>Click Connect to connect to your website.</p>
<p><img src="http://technicalconfusion.com/wp-content/uploads/2008/04/sitemanagersettings.jpg" alt="FTP settings" /></p>
<p><strong>Once you connect, this is the first window you’ll see.</strong> Don’t upload here. You can, you won’t hurt anything, but nothing will be viewable from a browser. These are “system files.” You need to double click the<strong> public_html</strong> folder and go in there.</p>
<p>All servers are different, and your folder may be different. Look for folders like <strong>www or httpdoc </strong>or similar. Worst comes to worse, go in and look in each folder.</p>
<p>Navigating around your website via ftp is just like navigating on your own computer. Don’t worry about breaking anything: there’s nothing you can do to break it. (Well there is, but nothing that can&#8217;t be fixed!)</p>
<p><img src="http://technicalconfusion.com/wp-content/uploads/2008/04/connected.jpg" alt="View of your site once you’ve connected via ftp" /></p>
<p><strong>This is what it looks like once you’ve gone into the public_html folder.</strong>  It&#8217;s also known as your root directory, and this is where you put all your files that you want viewed on the internet. Right now it’s empty. It won’t be for long.</p>
<p>If you want to delete a file, right click and delete. You can change permissions <strong>(chmod)</strong> here as well by right clicking and selecting File Attributes. In some ftp programs its Properties, in some it may be CHMOD.</p>
<p>If you see a cgi-bin folder, you&#8217;re in the right place.</p>
<p><img src="http://technicalconfusion.com/wp-content/uploads/2008/04/rootdirectory.jpg" alt="Root directory" /></p>
<p><strong>This image shows you how to upload. </strong>Very easy.<br />
Right click the file to upload, and choose Upload.</p>
<p><img src="http://technicalconfusion.com/wp-content/uploads/2008/04/upload.jpg" alt="How to upload" /></p>
<p>You should now be able to view your page on the internet.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://technicalconfusion.com">Technical Confusion</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement, and has stolen the content. Please contact http://technicalconfusion.com/ so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://technicalconfusion.com/ftp/how-to-ftp-filezilla-tutorial.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Programs</title>
		<link>http://technicalconfusion.com/web-stuff/ftp-programs.php</link>
		<comments>http://technicalconfusion.com/web-stuff/ftp-programs.php#comments</comments>
		<pubDate>Sun, 06 Apr 2008 23:54:23 +0000</pubDate>
		<dc:creator>technically confused</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[file transfer protocol]]></category>
		<category><![CDATA[ftp programs]]></category>
		<category><![CDATA[websites]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://technicalconfusion.com/web-stuff/ftp-programs.php</guid>
		<description><![CDATA[A brief overview of FTP programs]]></description>
			<content:encoded><![CDATA[<p><strong>FTP Programs<br />
</strong></p>
<p>FTP stands for File Transfer Protocol. FTP is a way of transferring files from one computer to another, and is commonly used to upload webpages to your website.</p>
<p>Below I list a few FTP programs that have been around for years. While I haven&#8217;t tried all of them (I don&#8217;t have a MAC), most of them are easy to use, even for beginners.</p>
<li><a href="http://www.wsftp.com/">WSFTP </a></li>
<li> <a href="http://www.cuteftp.com/">CuteFTP</a></li>
<li><a href="http://fetchsoftworks.com/">Fetch for Mac</a></li>
<li> <a href="http://www.interarchy.com/main/">Interarchy 7 &#8211; Mac</a></li>
<li><a href="http://flashfxp.com">FlashFXP</a></li>
<li><a href="http://leapware.com/">LeapFTP</a></li>
<li> <a href="http://filezilla.sourceforge.net">Filezilla</a></li>
<p>The thing to remember when you are FTPing to another server, is all you&#8217;re doing is navigating around on another computer (with restrictions, of course).</p>
<p>Most programs allow you to change the view, so by all means, change the view to one you&#8217;re most comfortable with. All the programs I&#8217;ve seen have had a &#8220;Windows Explorer&#8221; type view available.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://technicalconfusion.com">Technical Confusion</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement, and has stolen the content. Please contact http://technicalconfusion.com/ so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://technicalconfusion.com/web-stuff/ftp-programs.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
