What are the folders that I can see in my FTP client?
Solution
Each domain name hosted on our system has a home directory. Within this directory, you store all the HTML files, images, scripts and any other content associated with your website.
When logged into the base directory of your domain using FTP you will see the following folders:
/html - This is your home directory. The website for your domain name will point to this folder. Inside this folder, you should place your index.htm file as well as any other HTML files, scripts and images that make up your website.
/cgi - This is the CGI-Bin folder. You should put all your .cgi files here. They can then be accessed from yourdomain.com/cgi-bin.