<?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>New Blog Help &#187; Uploading and downloading</title>
	<atom:link href="http://www.newbloghelp.com/tag/uploading-and-downloading/feed" rel="self" type="application/rss+xml" />
	<link>http://www.newbloghelp.com</link>
	<description>The Ideal Way To Learn Something New About Blogging</description>
	<lastBuildDate>Mon, 21 Dec 2009 15:40:40 +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>Wordpress Missed Schedule Future Posts Fix</title>
		<link>http://www.newbloghelp.com/wordpress/wordpress-missed-schedule-future-posts-fix</link>
		<comments>http://www.newbloghelp.com/wordpress/wordpress-missed-schedule-future-posts-fix#comments</comments>
		<pubDate>Wed, 28 Jan 2009 16:23:59 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[future posts wordpress]]></category>
		<category><![CDATA[scheduled posts not working wordpress]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[sheduled posts wordpress]]></category>
		<category><![CDATA[Uploading and downloading]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web server]]></category>
		<category><![CDATA[Weblogs]]></category>
		<category><![CDATA[Wordpress 2.7]]></category>
		<category><![CDATA[wordpress missed scheduled]]></category>

		<guid isPermaLink="false">http://newbloghelp.com/?p=157</guid>
		<description><![CDATA[



Image via Wikipedia



When I upgraded my Wordpress version to 2.7, the ability to schedule posts in Wordpress 2.7 no longer worked. I could still schedule a post but the scheduled time would come and go with no future post being published. All that I could see in the Wordpress dashboard was &#8220;Missed Schedule&#8221; no matter [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 120px;" class="wp-caption alignleft">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:WordPressLogo.png"><img src="http://upload.wikimedia.org/wikipedia/en/d/d6/WordPressLogo.png" alt="Category:Wikipedians who use WordPress" title="Category:Wikipedians who use WordPress" width="110" height="110"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:WordPressLogo.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>When I upgraded my <a class="zem_slink" href="http://wordpress.org" title="WordPress" rel="homepage">Wordpress</a> version to 2.7, the ability to schedule posts in Wordpress 2.7 no longer worked. I could still schedule a post but the scheduled time would come and go with no future post being published. All that I could see in the Wordpress dashboard was &#8220;Missed Schedule&#8221; no matter what I tried to fix this problem.</p>
<h2><u>The Missed Scheduled Wordpress Posts Problem</u></h2>
<p>After searching for a solution to Wordpress missed schedule problems it was clear that no-one seemed to know exactly why it was happening and how to fix it. The problem of future posts not working in Wordpress happened to some folks who upgraded from version 2.6.5 and not to others, and it happened to some folks who changed web <a class="zem_slink" href="http://en.wikipedia.org/wiki/Server_%28computing%29" title="Server (computing)" rel="wikipedia">hosts</a> and again not to others. The Wordpress missed schedule error has also been known to happen to folks on one or two of their <a class="zem_slink" href="http://en.wikipedia.org/wiki/Blog" title="Blog" rel="wikipedia">blogs</a> and not on their other blogs. So clearly this issue needs to be resolved in future versions of Wordpress but for now there are a few suggestions that have been offered on the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Internet" title="Internet" rel="wikipedia">Internet</a>.<span id="more-157"></span></p>
<p>Some fixes that were suggested for the scheduled Wordpress posts not working problem:</p>
<p><div class="note"><div class="dropshadow"><div class="notetip">It is possible that certain web hosts are not allowing Wordpress <a class="zem_slink" href="http://en.wikipedia.org/wiki/Cron" title="Cron" rel="wikipedia">cron</a> jobs to run but for many that is not the issue as scheduled posting was working  before upgrading their Wordpress version</div></div></div></p>
<p>You can see details of what some other fixes others have suggested as well as my fix in the Wordpress support forum in regards to this issue <a href="http://wordpress.org/support/topic/221086">here</a></p>
<h2><u>Here&#8217;s My Wordpress Missed Scheduled Posts Fix:</u></h2>
<p>I’m a simple kind of chick and as such I downloaded Wordpress version 2.6.5 and had a look at the wp-cron.php file in the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Root_directory" title="Root directory" rel="wikipedia">root directory</a> as well as the cron.php file that resides inside the “wp-includes” folder. The code inside both files is quite different from the the Wordpress 2.7 file versions. In Wordpress 2.7 wp-cron.php there are references to “local-time” and the doing_cron option is set to zero. This is not present in the 2.6.5 versions of these files. So I decided that it might be possible that if your <a class="zem_slink" href="http://en.wikipedia.org/wiki/Web_server" title="Web server" rel="wikipedia">web server</a> time is off by even a few seconds from the Wordpress official time the scheduled post may not go through. This is because the doin_cron  argument is set to zero making it absolutely necessary that your web server and your Wordpress time match up pretty much exactly. Now I could have changed something in the code of these files but since I didn’t want to mess with variables I am unfamiliar with, so here’s what I did:</p>
<p><div class="note"><div class="dropshadow"><div class="noteimportant">I simply opened up <a class="zem_slink" href="http://fireftp.mozdev.org/" title="FireFTP" rel="homepage">FireFTP</a> and backed up two files to my desktop:</p>
<p>wp-cron.php (located in the Wordpress root)<br />
cron.php (located in the “wp-includes” folder)</p>
<p>Then I uploaded the wp-cron.php file from Wordpress version 2.6.5 into the root of my Wordpress installation on my server. This overwrote the Wordpress 2.7 file version.</p>
<p>Next I uploaded the cron.php file from Wordpress version 2.6.5 into my Wordpress installation folder “wp-includes” on my web server. This overwrote the Wordpress 2.7 file version.</p>
<p>Lastly, I scheduled a post in Wordpress and when the time came it posted with no problems!</div></div></div></p>
<p>While this fix may not be for everyone and “Frankensteining”  (yes I just made that word up) your Wordpress installation is not the best solution, it is a temporary fix until the next version of Wordpress is released and the issue is hopefully resolved.</p>
<p>I have included for <a class="zem_slink" href="http://en.wikipedia.org/wiki/Uploading_and_downloading" title="Uploading and downloading" rel="wikipedia">download</a> the two Wordpress files needed to fix the missed scheduled post issue in this post. Click on the download button, unzip the files and follow the directions in this post or the <a class="zem_slink" href="http://en.wikipedia.org/wiki/README" title="README" rel="wikipedia">readme file</a> that is included with the two files. Please note that these two files were obtained directly from the official <a href="http://wordpress.org/download/release-archive/">Wordpress repository</a> and are guaranteed virus-free.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/a1aa7860-0924-4712-b746-4c8343ed8c65/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=a1aa7860-0924-4712-b746-4c8343ed8c65" alt="Reblog this post [with Zemanta]"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.newbloghelp.com/wordpress/wordpress-missed-schedule-future-posts-fix/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How To Install Your Wordpress Blogging Platform Manually Via FTP</title>
		<link>http://www.newbloghelp.com/wordpress/how-to-install-your-wordpress-blogging-platform-manually-via-ftp</link>
		<comments>http://www.newbloghelp.com/wordpress/how-to-install-your-wordpress-blogging-platform-manually-via-ftp#comments</comments>
		<pubDate>Tue, 27 Jan 2009 02:15:04 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CPanel]]></category>
		<category><![CDATA[creating a wordpress database]]></category>
		<category><![CDATA[File Transfer Protocol]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[install wordpress manually]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[running the wordpress install script]]></category>
		<category><![CDATA[Uploading and downloading]]></category>
		<category><![CDATA[uploading wordpress using ftp]]></category>
		<category><![CDATA[Web hosting service]]></category>
		<category><![CDATA[Web server]]></category>

		<guid isPermaLink="false">http://newbloghelp.com/?p=143</guid>
		<description><![CDATA[



Image via Wikipedia



Setting your blog using Fantastico scripts is pretty quick and easy but what if you don’t have Fantastico scripts or cPanel hosting? Well then you will need to learn how to install Wordpress manually using FTP or File Transfer Protocol. In a previous post I outlined how FireFTP is by far the best [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 138px;" class="wp-caption alignleft">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:FireFTP_logo.png"><img src="http://upload.wikimedia.org/wikipedia/commons/9/93/FireFTP_logo.png" alt="FireFTP" title="FireFTP" width="128" height="128"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:FireFTP_logo.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Setting your blog using <a class="zem_slink" href="http://en.wikipedia.org/wiki/Fantastico_%28web_hosting%29" title="Fantastico (web hosting)" rel="wikipedia">Fantastico</a> scripts is pretty quick and easy but what if you don’t have Fantastico scripts or <a class="zem_slink" href="http://www.cpanel.net" title="CPanel" rel="homepage">cPanel</a> <a class="zem_slink" href="http://en.wikipedia.org/wiki/Web_hosting_service" title="Web hosting service" rel="wikipedia">hosting</a>? Well then you will need to learn how to install Wordpress manually using FTP or <a class="zem_slink" href="http://en.wikipedia.org/wiki/File_Transfer_Protocol" title="File Transfer Protocol" rel="wikipedia">File Transfer Protocol</a>. In a previous post I outlined how <a class="zem_slink" href="http://fireftp.mozdev.org/" title="FireFTP" rel="homepage">FireFTP</a> is by far the best and easiest FTP to use to get the job done and the best part is that it works right inside your <a class="zem_slink" href="http://maps.google.com/maps?ll=45.1238,-123.1138&amp;spn=1.0,1.0&amp;q=45.1238,-123.1138%20%28Mozilla%20Firefox%29&amp;t=h" title="Mozilla Firefox" rel="geolocation">Firefox</a> or Flock browser. So before you get started installing Wordpress make sure you’ve downloaded, installed, and set up FireFTP and you can find complete instructions and a download link to FireFTP <a href="http://newbloghelp.com/ftp/setting-up-your-ftp-account-in-fireftp-for-firefox-and-flock/">here</a>.</p>
<h3><strong>To install Wordpress manually you will need the following:</strong></h3>
<p>- <a href="http://www.mozilla.com/firefox?from=sfx&amp;uid=254959&amp;t=306">Firefox</a> or <a href="http://spread.flock.com/buttons/?user=&amp;ref=getFlock-EN.gif">Flock</a><br />
- <a href="http://newbloghelp.com/ftp/setting-up-your-ftp-account-in-fireftp-for-firefox-and-flock/">FireFTP</a> all set up and ready to go<br />
- The latest version of <a href="http://wordpress.org/">Wordpress</a> (2.7 at time of writing)<br />
- A text editor like Notepad or Notepad++</p>
<p><strong>Step One</strong> &#8211; Unzip Wordpress once you&#8217;ve downloaded it to your computer<br />
<strong>Step Two</strong> &#8211; Open the unzipped Wordpress folder and locate a file named wp-config.sample<br />
<strong>Step Three</strong> &#8211; Open the file wp-config.sample in Notepad or Notepad++<br />
Step Four &#8211; Look for these lines inside the wp-config.sample file:</p>
<p><div class="note"><div class="dropshadow"><div class="noteimportant">// ** <a class="zem_slink" href="http://www.mysql.com" title="MySQL" rel="homepage">MySQL</a> settings &#8211; You can get this info from your web host ** //<br />
/** The name of the database for <a class="zem_slink" href="http://wordpress.org" title="WordPress" rel="homepage">WordPress</a> */<br />
define(&#8217;DB_NAME&#8217;, &#8216;putyourdbnamehere&#8217;);</p>
<p>/** MySQL database username */<br />
define(&#8217;DB_USER&#8217;, &#8216;usernamehere&#8217;);</p>
<p>/** MySQL database password */<br />
define(&#8217;DB_PASSWORD&#8217;, &#8216;yourpasswordhere&#8217;);</div></div></div></p>
<p><strong>Step Five</strong> &#8211; You will need to change the values listed here but first you need to create a database for your Wordpress installation inside your hosting account in order to obtain these values. So go ahead and log into your hosting account and let&#8217;s set up your database using MyPhp if you have cPanel hosting otherwise look for &#8220;Databases&#8221; in your hosting account.</p>
<p>- The first field you should see in MyPhp is your database name and here is where you can enter any name you want but you should make it relevant to your site name so you can remember it later on. Now click &#8220;Create Database&#8221;.</p>
<p>- Once your database has been created you will see a field marked &#8220;Database User&#8221; and you will need to enter a username of your choosing as well as a secure password (please note your username and password somewhere as we will need them for your Wordpress installation later). Now once you&#8217;ve filled out your database username and password click &#8220;Create User&#8221;.</p>
<p>- Now you will have to scroll down to the section that shows how many databases you currently have and it should be the one we just created, there should be a field next to it that allows you to choose a user to add to your database. Choose the username we just made together and click on &#8220;Add User To Database&#8221;.</p>
<p>- You should now see a screen asking what sort of privileges you would like the user to have and you should select &#8220;All Privileges&#8221; and save your changes.</p>
<p>Congratulations! Your Wordpress database is now set up!</p>
<p><strong>Step 6</strong> &#8211; Now we just need to go back to the wp-config.sample file we opened earlier and enter your database name, username, and password in the approriate fields. Where you see:</p>
<p>&#8216;<strong>putyourdbnamehere</strong>&#8216; replace everything between the single quotation marks with the database name we just made<br />
&#8216;<strong>usernamehere</strong>&#8216; replace everything between the single quotation marks with the username we just made<br />
&#8216;<strong>yourpasswordhere</strong>&#8216; replace everything between the single quotation marks with the password we just made</p>
<p><strong>Step 7</strong> &#8211; Once you&#8217;ve made the changes to wp-config.sample you will need to save the file but use &#8220;Save As&#8221; and change the file extension from .sample to .php</p>
<p><strong>Step 8</strong> &#8211; Now you&#8217;re almost done, it&#8217;s time to load everything up to your <a class="zem_slink" href="http://en.wikipedia.org/wiki/Web_server" title="Web server" rel="wikipedia">web server</a> using an FTP program. So go ahead and open the FTP program of your choice and log into your web server</p>
<p><strong>Step 9</strong> &#8211; You need to make sure that you are in the public_html directory before uploading any files and if you use Thinkhost it will be the docs directory</p>
<p><strong>Step 10</strong> &#8211; Locate your Wordpress folder and open it inside your FTP program&#8230;then <a class="zem_slink" href="http://en.wikipedia.org/wiki/Uploading_and_downloading" title="Uploading and downloading" rel="wikipedia">upload</a> all the folders and files inside the Wordpress folder into your web space (this should take a few minutes as there are quite a few Wordpress files to load)</p>
<p>* Once you are finished uploading your Wordpress files to your web space you will need to run the install script so Wordpress can set itself up inside your web space. Here&#8217;s what it should look like:</p>
<p>http://yournewdomain.com/wp-admin/install.php (of course you need to replace yournewdomain with your actual domain name) and if everything went well the install script will run. All you need to do is follow the onscreen prompts regarding your blog&#8217;s name, and email address.</p>
<p>You will be given a username (admin) and a password <strong>PLEASE WRITE IT DOWN</strong> as this will be your Wordpress Admin login until you change it.</p>
<p>If you have any trouble you can check out the Wordpress Installation guide <a href="http://codex.wordpress.org/Installing_WordPress">here</a>.<br />
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://larryaronson.com/2008/fantastico-deluxe/">Fantastico De Luxe</a> (larryaronson.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.azrealestateblogs.com/wordpress-101-installation-and-setup/">Wordpress 101: Installation and setup</a> (azrealestateblogs.com)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/e0efe125-6001-47f0-b437-791d397aa62d/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=e0efe125-6001-47f0-b437-791d397aa62d" alt="Reblog this post [with Zemanta]"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.newbloghelp.com/wordpress/how-to-install-your-wordpress-blogging-platform-manually-via-ftp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Your FTP Account In FireFTP For Firefox and Flock</title>
		<link>http://www.newbloghelp.com/ftp/setting-up-your-ftp-account-in-fireftp-for-firefox-and-flock</link>
		<comments>http://www.newbloghelp.com/ftp/setting-up-your-ftp-account-in-fireftp-for-firefox-and-flock#comments</comments>
		<pubDate>Fri, 23 Jan 2009 17:17:51 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[Domain name]]></category>
		<category><![CDATA[File Transfer Protocol]]></category>
		<category><![CDATA[fireFTP]]></category>
		<category><![CDATA[Install FireFTP in Firefox and Flock browsers]]></category>
		<category><![CDATA[load files up to your web space]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[set up your FTP account in FireFTP]]></category>
		<category><![CDATA[Uploading and downloading]]></category>
		<category><![CDATA[Web browser]]></category>
		<category><![CDATA[Web server]]></category>

		<guid isPermaLink="false">http://newbloghelp.com/?p=139</guid>
		<description><![CDATA[



Image via Wikipedia



In order to be able to load files up to your web space you are going to need an FTP program which stands for File Transfer Protocol. While there are many programs available out there some are overly-complicated and some are trial versions with a limited time and loads of advertising built in.
When [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 138px;" class="wp-caption alignleft">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:FireFTP_logo.png"><img src="http://upload.wikimedia.org/wikipedia/commons/9/93/FireFTP_logo.png" alt="FireFTP" title="FireFTP" width="128" height="128"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:FireFTP_logo.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>In order to be able to load files up to your web space you are going to need an FTP program which stands for <a class="zem_slink" href="http://en.wikipedia.org/wiki/File_Transfer_Protocol" title="File Transfer Protocol" rel="wikipedia">File Transfer Protocol</a>. While there are many programs available out there some are overly-complicated and some are trial versions with a limited time and loads of advertising built in.</p>
<p>When I transfer files to my web space or server, I want it to be easy-to-use, fast, and advertising-free so that’s why I use FireFtP. It also has the added bonus of integrating right into two of my favorite web browsers, <a class="zem_slink" href="http://maps.google.com/maps?ll=45.1238,-123.1138&amp;spn=1.0,1.0&amp;q=45.1238,-123.1138%20%28Mozilla%20Firefox%29&amp;t=h" title="Mozilla Firefox" rel="geolocation">Firefox</a> and <a class="zem_slink" href="http://www.flock.com/blogged-with-flock" title="Flock Browser" rel="homepage">Flock</a>. Once <a class="zem_slink" href="http://fireftp.mozdev.org/" title="FireFTP" rel="homepage">FireFTP</a> is installed in Firefox or Flock you will be able to use it right there in your web <a class="zem_slink" href="http://en.wikipedia.org/wiki/Web_browser" title="Web browser" rel="wikipedia">browser</a> with a click on the toolbar icon.</p>
<p><strong>Here’s how to Install FireFTP in Firefox and Flock browsers:</strong></p>
<p>If you don&#8217;t have Firefox yet you can download it here:</p>
<p><a href="http://www.mozilla.com/firefox?from=sfx&amp;uid=254959&amp;t=308"><img alt="Spreadfirefox Affiliate Button" src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/200x32_browser-all.png" border="0"></a>
<div style="clear: both;"></div>
<p>If you would like to try the Flock browser you can download it here:</p>
<p>
<a href="http://spread.flock.com/buttons/?user=&amp;ref=getFlock-EN.gif"><img style="border: medium none ;" src="http://spread.flock.com/buttons/getFlock-EN.gif" alt="Get Flock" title="Get Flock"></a>
<div style="clear: both;"></div>
<p><strong>Step 1</strong> – Open Firefox or Flock browser and download FireFTP from <a href="http://fireftp.mozdev.org/">here</a> and let it auto-install. Restart your browser when prompted to do so.</p>
<p>That’s it…FireFTP is now installed in your Firefox and Flock web browsers..pretty simple hey? Now that you&#8217;re rockin, let&#8217;s set it up!</p>
<p><strong>Here’s how to setup your website FTP using FireFTP and Firefox or Flock:</strong></p>
<p><strong>Step 1</strong> – Once your browser restarts you should now see an icon of a purple seahorse in your toolbar, if you don’t see it, you can always access FireFTP by clicking on “Tools” and FireFTP will be in your drop-down list so click on it.</p>
<p><strong>Step 2</strong> – You will now see a new browser window that looks like an application with a set of two windows on the left with a listing of your computer’s files and folders. The two windows on the right side of the screen will be blank as they are your <a class="zem_slink" href="http://en.wikipedia.org/wiki/Web_server" title="Web server" rel="wikipedia">web server</a> file listings but we haven’t set up or connected to it yet.</p>
<p>You can view a screenshot <a href="http://newbloghelp.com/wp-content/uploads/2009/01/ftpscreenshot.jpg">here</a></p>
<p><strong>Step 3</strong> – Consult your <em>hosting company’s welcome email</em> as it will have your <em>FTP details</em> listed in it. It should look something like:</p>
<p><strong>FTP address: http://66.103.3.5<br />
FTP username: the-username-you-signed-up-with<br />
FTP password: something-secret-your-hosting-company-came-up-with<br />
</strong></p>
<p><strong>Step 4</strong> – Now it’s time to create your FTP connection so you can <a class="zem_slink" href="http://en.wikipedia.org/wiki/Uploading_and_downloading" title="Uploading and downloading" rel="wikipedia">upload</a> your files to your web space. Have a look at the top bar of the FireFTP application, you should see “Create an Account” at the very top and that is what we will be doing so click on “Edit” beside it</p>
<p><strong>Step 5</strong> – An Account Manager window will open and the first piece of information you need to enter is in the Main Details. The cursor should already be in the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Server_%28computing%29" title="Server (computing)" rel="wikipedia">Host</a> field and you need to enter the FTP address your hosting company provided to you</p>
<p>You can view a screenshot <a href="http://newbloghelp.com/wp-content/uploads/2009/01/am.jpg">here</a></p>
<p><strong>Step 6</strong> – Did you notice that when you typed in your FTP address that the Account Name was automatically filled out for you with the FTP address? You can leave it like that or you can name it something you like such as your actual <a class="zem_slink" href="http://en.wikipedia.org/wiki/Domain_name" title="Domain name" rel="wikipedia">domain name</a></p>
<p><strong>Step 7</strong> – Now you need to enter some information in the ID section of the Account Manager. For the The Login field enter the FTP username your hosting company provided to you and you also need to enter the FTP password provided to you by your hosting company. When you’re done click on the OK button at the bottom of the Account Manager window</p>
<p><strong>Step 8</strong> – You should now see the account you just made listed in the little drop-down window. Click on “Connect” and if everything went smoothly, it will take a few moments to check your username and password and your web server files should load into the two windows on the right side of the screen</p>
<p><div class="note"><div class="dropshadow"><div class="noteimportant">If you receive an <a class="zem_slink" href="http://en.wikipedia.org/wiki/Error_message" title="Error message" rel="wikipedia">error message</a> when trying to connect for the first time, double-check that you entered the ftp login details exactly as you saw them in your welcome email and keep in mind everything is case sensitive.</div></div></div></p>
<p>Congratulations, you&#8217;ve just set up your FTP account in FireFTP for Firefox and Flock! Now you can upload and download files to your web server to your heart&#8217;s content&#8230;kudos to you![ad#post-top]</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/41eaab5d-0b9c-42f0-98ca-87841dc49274/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=41eaab5d-0b9c-42f0-98ca-87841dc49274" alt="Reblog this post [with Zemanta]"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.newbloghelp.com/ftp/setting-up-your-ftp-account-in-fireftp-for-firefox-and-flock/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
