Difference between revisions of "R4L/Services/Hosting/Advanced/FTP"

From R4L Help Wiki
< R4L‎ | Services‎ | Hosting‎ | Advanced
Jump to: navigation, search
(Created page with "== How to Configure FTP with the Paid (Advanced) Hosting Service == Register4Less.com's Advanced Hosting products require different configuration for FTP. There are also addi...")
 
Line 1: Line 1:
== How to Configure FTP with the Paid (Advanced) Hosting Service ==
+
== How to Configure FTP with R4L Hosting Service ==
 +
<br />
 +
To connect to either our AHS paid hosting or free 10MB hosting, you will use the following settings:
 +
<br/>
 +
<br />
 +
'''Host Name:''' ftp.R4L.com<br />
 +
'''Username:''' yourdomain.com        ''replace this with your domain name without the www''<br />
 +
'''Password:''' *********          ''the password you use to log in to manage your domain''
 +
<br /><br />
  
Register4Less.com's Advanced Hosting products require different configuration for FTP. There are also additional steps required to create first the FTP account before you can use the service.
+
Our FTP server supports connecting with plain ftp, and well as encrypted ftps, ftpes, or sftp.<br /><br />
  
Please note, apart from FTP, you can use the cPanel interface's File Manager to view and transfer files to the server.
+
While there are many different FTP programs available, both free and paid, we will show our example configuration with FileZilla. FileZilla is robust, flexible, available for Windows, Mac OS X, and Linux platforms, and best of all, it's free. If you prefer to use another FTP program, that's of course fine.  The settings you will use are the same regardless of the program you use.  In the examples below, you will replace the text "yourdomain.com" with your actual domain name.
 
+
<br /><br />
=== Connect with your cPanel ===
+
 
+
The first step in setting up your account is accessing the cPanel Interface. Through the cPanel, you can manage installation of different environments for blogs, shopping carts, databases, web stats, security, and so on.
+
 
+
# Log into your Register4Less.com account for the domain that has the Advanced Hosting.
+
# On the Menu, go to "Paid Hosting > Manage Web and Email Hosting (cPanel)".
+
# This will open the cPanel interface into a new pop-up window.
+
# In the Files Section, click FTP Accounts.
+
 
+
=== Adding an FTP Account ===
+
 
+
# In the section Add FTP Account, enter the following:
+
# Login: The username you wish for your account. Your username will be in the form of name@yourdomain.com
+
# Password: The password you wish for your account (you can also use the Password Generator if you wish)
+
# Password (Again):Type your password again
+
# Directory: Type in public_html. Note: By default, the interface will add your username to the directory. You will need to delete this so that the target directory is "public_html".
+
# Click on the Create FTP Account button
+
 
+
You should see your account get added under the FTP Accounts section.
+
 
+
http://register4less.com/images/archive/Create_ftpes_account.png
+
 
+
=== FTP with FileZilla ===
+
 
+
FileZilla is an FTP program that is supported on Windows, Mac, and Linux, and is free to download and use. Get it here.
+
  
 +
== Configuring FileZIlla  ==
 +
If you do not have FileZilla, go to your favorite search engine and type in FileZilla Client Download.  The first search result will be the correct place to download the FTP program.  At the time of this writing, the web page is https://filezilla-project.org/download.php?type=client.<br />
 +
<br />
 +
'''Step by Step Configuration Instructions:'''
 
{|
 
{|
|http://register4less.com/images/archive/Filezilla-ftpes_general.png
+
|http://register4less.com/images/archive/Filezilla-ftp_general.png
 
|
 
|
* Once you have installed and launched FileZilla, go to the File Menu and select Site Manager.
+
# Start FileZilla
* On the left side, click "New Site" and type in your domain name. In the screen shot, we are using "yourdomain.com" instead of your actual domain name.
+
# From the File menu, select Site Manager
* Configure the host, encryption type, logon type, username and password as shown in the image.
+
# Click the New Site Button
* Type the password you chose in cPanel when creating the FTP account.
+
# Change the text on the left column from "new site" to the name of your domain name
 +
# Next to Host: enter in ftp.R4L.com
 +
# Leave Protocol: as "FTP - File Transfer Protocol"
 +
# Encryption can be any of the choices provided
 +
# Select "Normal" for Logon Type:
 +
# Enter in your domain name without the www's for the User:
 +
# Enter in your password you use to manage your domain name
 +
# Click Connect
 
|}
 
|}
 
+
<br /><br />
{|
+
You should now have an active connection from your computer to your account on the server.  Files on your computer are on the left panel, and files on the server are on the right. You can drag and drop from one side to the other to transfer files either to or from the server.<br /><br />
|http://register4less.com/images/archive/Filezilla-ftpes_advanced.png
+
For your security, we do recommend choosing one of the encrypted protocols for your FTP connection.
|
+
* On the Advanced tab, you may set the server type, and local directory where your website files are.
+
* The target directory on the server needs to be "/".
+
|}
+
 
+
=== Configuring your FTP Program ===
+
 
+
If you are using another FTP program, follow these instructions.
+
 
+
# Install and launch FileZilla
+
# Use File > Import... and inport your configuration file.
+
# Use File > Site Manager... and select your ftp URL.
+
# Make sure the Port: is set to 21
+
# For Encryption, change the selection to Require explicit FTP over TLS
+
# Change Login Type to Normal
+
# Change Username to your FTP username. This must have the '@' symbol and your domain name in it.
+
# Change Password to your FTP password.
+
# Under Advanced, you can change the server type from DOS to Unix if you wish.
+
# Click the Connect button, and you'll be ready to start uploading your files.
+
 
+
 
__NOTOC__
 
__NOTOC__

Revision as of 14:43, 8 January 2015

How to Configure FTP with R4L Hosting Service


To connect to either our AHS paid hosting or free 10MB hosting, you will use the following settings:

Host Name: ftp.R4L.com
Username: yourdomain.com replace this with your domain name without the www
Password: ********* the password you use to log in to manage your domain

Our FTP server supports connecting with plain ftp, and well as encrypted ftps, ftpes, or sftp.

While there are many different FTP programs available, both free and paid, we will show our example configuration with FileZilla. FileZilla is robust, flexible, available for Windows, Mac OS X, and Linux platforms, and best of all, it's free. If you prefer to use another FTP program, that's of course fine. The settings you will use are the same regardless of the program you use. In the examples below, you will replace the text "yourdomain.com" with your actual domain name.

Configuring FileZIlla

If you do not have FileZilla, go to your favorite search engine and type in FileZilla Client Download. The first search result will be the correct place to download the FTP program. At the time of this writing, the web page is https://filezilla-project.org/download.php?type=client.

Step by Step Configuration Instructions:

Filezilla-ftp_general.png
  1. Start FileZilla
  2. From the File menu, select Site Manager
  3. Click the New Site Button
  4. Change the text on the left column from "new site" to the name of your domain name
  5. Next to Host: enter in ftp.R4L.com
  6. Leave Protocol: as "FTP - File Transfer Protocol"
  7. Encryption can be any of the choices provided
  8. Select "Normal" for Logon Type:
  9. Enter in your domain name without the www's for the User:
  10. Enter in your password you use to manage your domain name
  11. Click Connect



You should now have an active connection from your computer to your account on the server. Files on your computer are on the left panel, and files on the server are on the right. You can drag and drop from one side to the other to transfer files either to or from the server.

For your security, we do recommend choosing one of the encrypted protocols for your FTP connection.