Just Host Web Hosting Help
FTP Client Recommendations
Where Can I Obtain an FTP Client?
While most browsers do not support uploading via FTP, most will allow you to download files from the server via FTP. This article will demonstrate how to create an FTP link that you can share with others.
Creating an FTP Link
Next, you will need to 'compile' the link for the user to connect to the FTP with.
If you are using a third party FTP program such as FileZilla, Cyberduck, CoreFTP, etc.,
you can use a link similar to this and just copy it directly to the program.
ftp://user@yourdomainname.com:FTPACCOUNTPASSWORDHERE@yourdomainname.com
If you are providing an FTP link for someone to use within Windows Explorer (Network Places) as a 'drag and drop' FTP link or through Internet Explorer, the link structure would be as follows:
ftp://user%40yourdomainname.com:FTPACCOUNTPASSWORDHERE@yourdomainname.com
Additional Notes:
- The FTP account password can actually be left out of the URL. This will then prompt for a password when connecting and makes the URL more secure.
- If this link is to be used for yourself and no one else, a good alternative would be Web Disk from inside the Files section of cPanel, since it actually uses a secure port interface.