<?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>Net Solutions &#187; Support &#8211; Hosting</title>
	<atom:link href="http://netsol.net.au/category/support/hosting-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://netsol.net.au</link>
	<description>In the Internet business since Tuesday</description>
	<lastBuildDate>Thu, 15 Jul 2010 02:11:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Publishing your website using Fireftp</title>
		<link>http://netsol.net.au/2009/10/publishing-your-website-using-fireftp/</link>
		<comments>http://netsol.net.au/2009/10/publishing-your-website-using-fireftp/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 07:40:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Support - Hosting]]></category>

		<guid isPermaLink="false">http://netsol.net.au/?p=353</guid>
		<description><![CDATA[The process of transferring a file from your computer to your website is often referred to as &#8220;uploading&#8221;. This guide only deals with how you can transfer a file to your web server using a free FTP client known as fireftp. Fireftp is a great add-on for the Firefox web browser. There are many other [...]]]></description>
			<content:encoded><![CDATA[<p>The process of transferring a file from your computer to your website is often referred to as &#8220;uploading&#8221;. This guide only deals with how you can transfer a file to your web server using a free FTP client known as <strong>fireftp</strong>. Fireftp is a great add-on for the Firefox web browser. There are many other <a href="http://www.thefreecountry.com/webmaster/freeftpclients.shtml" target="_top"> free FTP programs </a> but this guide will only deal with fireftp.</p>
<h2>What is FTP?</strong></h2>
<p>FTP stands for <strong>File Transfer Protocol</strong>.&nbsp; Both HTTP and FTP protocols deal with transferring data across the Internet. FTP&nbsp;is used to upload and download&nbsp;files from your computer&nbsp;to a web server. Download <a href="http://fireftp.mozdev.org/">http://fireftp.mozdev.org</a> </p>
<p>Once downloaded follow the the on-screen intructions to install fireftp.</p>
<h2>Using Fire FTP</h2>
<ol>
<li>Click on <strong>Tools</strong> the select <strong>FireFTP</strong></li>
<li>Once <strong>FireFTP</strong> is open follow these steps to Connect to your Server.</li>
<li>Click on&nbsp;<strong>Manage Accounts</strong></li>
<li>Select <strong>New&#8230;</strong></li>
<li>Go to the &quot;<strong>Account Name</strong>&quot; field and enter the hostname (usually the website name, i.e cityofmonash.com)</li>
<li>Go to the &quot;<strong>Host</strong>&quot; field and enter the hostname (as above)</li>
<li>Go to the &quot;<strong>Login</strong>&quot; field and enter your FTP username as setup in VHCS2 (ie ftp@cityofmonash.com)</li>
<li>Go to the &quot;<strong>Password</strong>&quot; field and enter your FTP password (please note this is case sensitive</li>
<li>Click <strong>OK</strong> to save the account information and to close the dialog.</li>
<li>Click on &quot;<strong>Connect</strong>&quot; to establish a connection.</li>
<li>Click <strong>OK</strong> on the FireFTP pop-up and fireftp will connect to the FTP server</li>
</ol>
<p>Once you have&nbsp;<strong>Connected</strong>, you will &nbsp;find that the local files are on your <strong>left</strong> and the remote files on your <strong>right</strong>. You can click on a local file and press the arrow pointing to the right to upload a file to the server.</p>
<p>Similarly, you can click on a file on the right side and press the arrow pointing to the left to<br />
download a file from the server to your computer.</p>
<h2>Where should I publish the website content?</h2>
<p>All website content files need to be placed in the <strong>htdocs</strong> directory or folder.</p>
<h2>What filename should I use as the default page for my Website?</h2>
<p>The web server will look for the following files when no page in the URL is provided.</p>
<p><strong>index.html index.cgi index.pl index.php index.xhtml</strong> (all files are case sensitive)</p>
<h2>What file permissions should I use?</h2>
<p>The UNIX security model allows you to set different levels of access to a file for different groups of people. This allows you to let the web server modify a file via a CGI script, for instance, while preventing other users from having normal access to the file. There are three groups in terms of file access, and three different permission types they can receive. </p>
<h3>File Permissions And Groups</h3>
<p>The groups are:</p>
<ul>
<li>User &#8211; the &#8216;user&#8217; group consists only of the owner of the file (your account, in most cases)
<li>Group &#8211; the &#8216;group&#8217; group consists of the other users on the server &#8212; you can usually remove their permissions entirely if you think it is necessary
<li>Other &#8211; the &#8216;other&#8217; group consists of everyone else &#8212; most importantly, the web server falls into the &#8216;other&#8217; category
</ul>
<p>The potential permissions are:</p>
<ul>
<li>Read &#8211; the &#8216;read&#8217; permission allows a user or program the ability to read the data in a file
<li>Write &#8211; the &#8216;write&#8217; permission allows a user or program the ability to write new data into a file, and to remove data from it
<li>Execute &#8211; the &#8216;execute&#8217; permission allows a user or program the ability to execute a file, if it is a program or a script
</ul>
<h3>Setting Permissions</h3>
<p>You can set permissions via FTP by right-clicking (clicking and holding for Mac users) on the file and select <strong>Properties</strong> in fireftp.</p>
<p>Most of your html files will do fine with a permission of <strong>644 (Owner=Read+Write Group=Read Other=Read)</strong>. Most script files will need a permission of <strong>755 (Owner=Read+Write+Execute Group=Read+Execute Other=Read+Execute)</strong>.</p>
<h2>Can FireFTP resume downloads?</h2>
<p><strong>Yes</strong> it can. If you lose your connection, FireFTP will automatically try to reconnect and resume downloading. After this, you can resume a file just by trying to download it again. FireFTP will notice that you have a partial file already downloaded and will ask you whether you want to resume from where you left off click &quot;<strong>Resume</strong>&quot;.</p>
<h2>How do I rename a file/make a directory/delete files?</h2>
<p>Right-click on the file lists. A context menu will appear showing the available functions you have, along with related keyboard shortcuts. </p>
<h2>What is the &quot;View on the Web&quot; feature and what do you put in &quot;Host&quot; and &quot;Prefix&quot; for it to work?</h2>
<p>The &quot;<strong>View on the Web</strong>&quot; feature is primarily designed for web developers so that they can preview images and webpages within FireFTP (using Firefox&#39;s latest Canvas technology). It can be found on the &quot;<strong>Account Manager</strong>&quot; dialog, under the <strong>Advanced tab</strong>.</p>
<h2>If experiencing problems with your connection, follow these steps.</h2>
<ul>
<li>Do you have the latest versions of FireFTP and Firefox? The latest version can be found at <a href="http://fireftp.mozdev.org/">http://fireftp.mozdev.org/</a></li>
<li>Are you behind a firewall? Try turning it off temporarily to see if it is the source of your problem. If so, you might have to configure your software to allow FireFTP to access the Internet.</li>
<li>Does your server allow only active mode? Try turning off &quot;Passive Mode&quot; in FireFTP under your account&#39;s configuration options. This is found on the &quot;Account Manager&quot; dialog, under the Connection tab.</li>
<li>Do you use a proxy? Try setting the proxy under Preferences in the Connections sub menu.</li>
<li>Have you been able to connect with other FTP clients? Please check to see if the problem is reproducible with other FTP clients.</li>
</ul>
<p>This should allow your FTP client to establish a connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://netsol.net.au/2009/10/publishing-your-website-using-fireftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
