Difference between revisions of "R4L/Services/Hosting/Advanced/FTP"
(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...") |
|
(One intermediate revision by one user not shown) |
Latest revision as of 10:45, 6 February 2015
How to Configure FTP with the Paid (Advanced) Hosting Service
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.
Please note, apart from FTP, you can use the cPanel interface's File Manager to view and transfer files to the server.
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.
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 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.