Hi,
Actually, you do not need to use ftp. at the beginning of any host name/address for any FTP program I have used. You can simply use domain.com and in the instance of subdomains (to make it easiest for people), you can use the following step-by-step directions for their creation and the FTP account creation:
1. Create the subdomain in the Subdomains area in cPanel. In my example, it is
happy on my primary domain account
stoneofendar.com which makes the subdomain
happy.stoneofendar.com2. Go into the FTP Manager, FTP accounts, and enter the following:
Login: happy (the same name as the subdomain folder)
Password: ****** (whatever you want here)
Directory: /home/daniel4/public_html This automatically fills in based on what you enter in Login area
3. Click "Create" button and now you will see:
When logging into the ftp server please use the username exactly as it appears below. If the username includes a "@", make sure to include it when logging in. Example: Use "john@doe.org" and not "john".happy@stoneofendar.com (/happy)
This means that you
must use
happy@stoneofendar.com (
subdomain_folder@domain.com) for the user in your FTP client for it to function.
In your FTP client, you can now enter the following:
Host Name/Address: happy.stoneofendar.com (so subdomain.primary.com will work here)
User: happy@stoneofendar.com (so
subdomain_folder@primary.com)
Password: password used with FTP account creation
A similar configuration would be used for addon domains, but the password used would be that during the addon domain creation and the FTP account will be automatically created at the time of the addon domain creation itself. The settings for an addon would be (assuming the addon is called happystone.com on my stoneofendar account with folder happystone):
Host Name/Address: happystone.com (so addon.com will work here)
User: happystone@stoneofendar.com (so
addon_folder@primary.com)
Password: password used with addon domain creation
I hope this helps.