• Ideas
    • Start Here
    • Team Management
    • Mindset
    • FBA
  • Build
    • Money Site Creation
    • WordPress
  • Monetize
    • Income Reports
  • Grow
    • Link Building
  • Tools
    • Tutorials
  • Services
  • Contact
  • Ideas
    • Start Here
    • Team Management
    • Mindset
    • FBA
  • Build
    • Money Site Creation
    • WordPress
  • Monetize
    • Income Reports
  • Grow
    • Link Building
  • Tools
    • Tutorials
  • Services
  • Contact
  • Ideas
    • Start Here
    • Team Management
    • Mindset
    • FBA
  • Build
    • Money Site Creation
    • WordPress
  • Monetize
    • Income Reports
  • Grow
    • Link Building
  • Tools
    • Tutorials
  • Services
  • Contact
  • Ideas
    • Start Here
    • Team Management
    • Mindset
    • FBA
  • Build
    • Money Site Creation
    • WordPress
  • Monetize
    • Income Reports
  • Grow
    • Link Building
  • Tools
    • Tutorials
  • Services
  • Contact

Category: hosting

hosting

What is FTP and why you need it for your blog

File Transfer Protocol, better known as FTP is a communications standard that allows you to move files to/from a server on the internet.  FTP is commonly used to install software to a web server or to copy files up to a web server to make them available on a web-site.

Thanks to many different software programs available, FTP is really rather easy these days.  Back in the day, you had to use FTP from a command line.  While not terribly complex it did require knowing the syntax along with some other cryptic information.  While those tools are still available, there are many easier to use tools available.  Using these programs, transferring files to and from your server is as easy as moving files from one folder to another on your home computer.

FTP Clients

FTP programs, more commonly called FTP clients are a dime a dozen.  There are literally hundreds of them out there, all offering different features and capabilities.  I’m going to mention a few but really just focus on one:

  • FileZilla – This is by far the most popular choice and frankly probably one of the best as well.  The great thing about FileZilla is that it’s free.  I’m all about free.   Version are available for Windows, Max OS X, and Linux
  • FireFTP – FireFTP is an FTP client that runs within FireFox.  If you aren’t using Firefox, you should be….go download it right now!  Many of the tools I’ll be highlighting here on Side Income Blogging will run within Firefox.
  • WinSCP – A Windows only client that supports both standard FTP and Secure FTP.
  • Transmit (Mac OS X Only) – Transmit is an awesome FTP program built by my favorite Mac Software shop Panic.  Transmit has a ton of really slick features.

My preference and the FTP client I use everyday?  FireFTP.    I do a lot of custom development and most of my transferring of files is supported by the development tool I use call Coda.  When I’m not in Coda I’m generally in Firefox doing something on the web.   I’m not particularly fond of switching applications, so I’d rather just run my FTP client inside of Firefox.  FireFTP does exactly what I need, and it’s free.  Again, I’m all about free.

How to transfer files using FireFTP

As I mentioned, transferring files using FireFTP is really simple.  The following sections will walk you through installing it, configuring it and show you how to transfer files.

Install FireFTP

Installation of FireFTP is easy:

  1. First, if you don’t have Firefox, download and install it.  If you’ve never used it before, just give it a try, I promise you’ll love it.  It’s one of my missions in life to convert everyone from Internet Explorer (ok, not really but Firefox is still great).
  2. Next, visit the FireFTP site and click on the Add to Firefox link.  A window will slide down.  Press the Install Now button and Firefox will install FireFTP for you.  Depending on your Firefox and computer settings, you might need to restart FireFox.
  3. Once installed, you now have a new menu option on the main FireFox Tools menu named FireFTP.

Run FireFTP and create a new connection

Now, Let’s run FireFTP and get it configured.  To start FireFTP, click on Tools, FireFTP. FireFTP will load in a new Tab.  Your screen should look similar to this (click on the image for a larger version):

On the left is a file browser for your local hard drive.  The blank area on the right is the file browser for the server you’ll be connected to.  At the bottom is a log window that will show you information about your activities.  In order to connect to a server, you’ll need to create a New Account.  Do this by performing the following steps:

  1. Click on the drop down box in the top left corner of FireFTP that says Create an Account. A pop up window will appear named the Account Manager.  This is where you will enter your new account information.  FireFTP keeps your account information for your various FTP connections so that you don’t have to re-enter them each time.
  2. At this point, you’ll need your hosts FTP information.  This would have been provided to you by the hosting company in the initial welcome email they provided.  If you cannot find this information, just contact your hosting company’s support area and they’ll provide it for you.
  3. By default, the cursor is located in the Host field.  This is where you will enter the hostname for the ftp server you want to connect to.  For your blog or website, this is generally your domain with an FTP on the front.  For example: ftp.myblogname.com.
  4. Notice that the Account Name field is auto-populated with the hostname your typed.  If you’re ok with this leave it as is.  Personally I like to use names that are a little more friendly.  To do this just place the cursor into the Account Name field and key in whatever name you would like.
  5. Next we can assign a category.  If you are only going to have a handful of ftp accounts, you can just leave this field blank; however if you’re like me and have a ton, I’d suggest assigning your connection to a category.  This is done by just choosing a previously entered category name or by keying a new one in the Category field.  My Categories are: My Sites, Client Sites, and Misc.
  6. Now place your cursor in the login field.  Enter the ftp login id.
  7. Move to the password field and enter your ftp password field.
  8. Press the OK button and your New Account is added!

Note that in the connection drop-down where it previously said Create an Account, it now has the name of the FTP server we just entered.

Transferring files using FTP

Now that we have an account created, it’s time to connect to the server and transfer some files!

  1. In the connection drop down in the top left corner, choose the account you want to connect to.  If you only have one, it will be listed by default.
  2. Just to the right of the drop down, press the Connect button.  In the bottom window, you’ll see information FireFTP provides as it’s connecting to your server.  If successful, the right side window will show the file structure for the server you connected to.  If you get a pop-up asking for your login ID and password, than the information you provided for the server name, login id or password when you created the connection is incorrect.  Use the Edit option to make changes.
  3. In the left hand window (your computer) navigate to the directory where the file exists you want to upload (source).  In the right hand window, navigate to the directory where you want to place the file (destination).  Make sure the source and destination directories are highlighted.
  4. Select (highlight) the file on your computer in the left hand pane.
  5. To copy a file to the server, click the green arrow your local machine window and your server window that’s pointing to the right.  To copy a file from the server to your local machine, click the arrow pointing to the left.  Yep, it’s that easy.

That’s it, you just transferred a file using FTP!  To move whole directories, instead of highlighting a file highlight a directory and follow the same process, the directory and all of it’s contents will be automatically transferred.

Why do you need FTP?

FTP is useful for  number of reasons:

  1. If you have a text editor installed on your computer, like Notepad++ on Windows or the default text editor that comes with a Mac when you right click on a file on your server you can edit that file and when you save it, FireFTP will save it back to the server.  This is REALLY convenient for editing theme files, robots.txt files or your wp-config.php file.
  2. Use it to do a manual install of WordPress.
  3. Upload downloadable content to your website.
  4. Backup files.

Read More
Jon July 30, 2010 5 Comments
hosting

How to install WordPress on HostGator

I’m assuming since you’re reading this article, you decided to host your blog with Host Gator.  If not, you’re in the wrong place.  Visit the How to install WordPress parent article and choose the right install WordPress article for you.

Installing WordPress on Hostgator

Installing WordPress on HostGator is incredibly easy and is one of the many reasons I recommend hosting with them.  HostGator uses a software package called Fantastico.  Fantastico is a commercial scripting library that automates the installation of web applications to websites.  Fantastico is used by HostGator and they have a script that automatically installs WordPress for you.  Here’s how you do it:

  1. Login to control panel for your HostGator account.  This information would have been provided to you by HostGator when they set-up your account.
  2. Find Software/Services, then click on the Fantastico De Luxe icon (it’s a blue smiley face)
  3. When the Fantastico screen opens, click on the WordPress link located in the left hand menu.
  4. In the left hand window, some information on WordPress will appear.  This will tell you the version being installed.  Click on the New Installation link.
  5. Next, the installation screen will be displayed.  Choose the domain that you would like WordPress installed to.  If you have only one domain on your hosting account, than only one will be listed.
  6. For the Install in directory field, leave it blank if you want WordPress installed to the root or enter a directory if you want it installed to a sub-directory.  In most cases you’ll leave this blank; however, if WordPress is only a portion of your site you should install it to subdirectory.  For example, if you already have a site on your domain and want to add a blog using WordPress, you would install WordPress to say the blog directory.  Again, for most of you, this field will just be left blank.
  7. Next we’ll complete the admin access data.  The admin account is the primary administrator account for your new blog.  Put whatever name here you would like in the Administrator-username field.    In the Password field, enter a password.  Use something that is easy for you to remember.  Personally I suggest using a combination of letters and numbers as this makes the password harder to guess.
  8. Next we’ll fill in the Base information.  For Admin Nickname, either put the same admin name you entered above or you can chose a different name.  For Admin Email, enter your primary email address where you want emails from your WordPress site sent to.  These emails include comment notifications, new user notifications, etc.  For Site Name, put the name of your blog.  For my blog it would be: Side Income Blogging. Then enter a description or a tagline for your blog.
  9. Click Install WordPress.
  10. The next screen will show a summary of the installation.  If everything looks accurate (it should be), than click on Finish Installation.

That’s it!  Yes, it was really that easy.  Like I said, HostGator makes the process simple.

Now that you have WordPress installed, we’ll get it set-up and ready to go.  I’ll walk you through the set-up process in my next article in the Start a money making blog series

Read More
Jon July 14, 2010 6 Comments
  • 1
  • 2
  • 3
Recent Posts
  • Bluehost India – A Comparison With Bluehost Global [2021]
    Bluehost India – A Comparison With Bluehost Global [2021]
    January 1, 2021
  • Complete Beginner’s Guide to Web Hosting In 2021
    Complete Beginner’s Guide to Web Hosting In 2021
    January 1, 2021
  • MilesWeb WordPress Hosting Review (2021): Why Best Choice For Bloggers?
    MilesWeb WordPress Hosting Review (2021): Why Best Choice For Bloggers?
    January 1, 2021
  • 7 Best Web Hosting Pay Per Month Plans For WordPress Blogs
    7 Best Web Hosting Pay Per Month Plans For WordPress Blogs
    January 1, 2019

Services

  1. BrandBuilders.io
  2. LightningRank.com
  3. Speedy.Site
  4. SiteBuddy.io
  5. MotionInvest.com
  6. Originality.AI
motioninvest.com
motioninvest.com
brandbuilders.io

Engineering Your Financial Freedom with Online Business   Sharing everything (except my passwords) as I repeatedly build income streams from online businesses
Contacts
If you have any questions about this site or the internet marketing tutorials I have here please don't hesitate to contact me…
Email Me – Jon at…
jon (at) authoritywebsiteincome (dot) com
Services
MotionInvest.com
Impactful.Press
SiteBuddy.io
BrandBuilders.io
LightningRank.com

Privacy Policy | Terms & Conditions

Copyright © 2025 WebsiteIncome.com All Rights Reserved.