FAQ (FTP)
|

|
|
|
 |
| How do I change my FTP password? |
 |
|
If your FTP client supports the FTP-ServU extensions, then you can change your password through your
FTP program. The FTP Voyager program, provided to our
private-label resellers, does support these extensions.
For all other FTP clients you will need to contact
technical support. You will need to provide us with your account name, FTP user name, existing
password, and new password. If you have forgotten your password then the request will have to
be sent from your registered email address.
|
 |
| Can I use FTP and Microsoft FrontPage? |
 |
|
Yes you can and in some cases this is actually necessary. You should never use FTP to upload files that
were created with the FrontPage Publisher because the FrontPage server extensions may become
mis-configured. However, you can use FTP to transfer any files that were created outside of the FrontPage
Publisher, like databases and Perl scripts. You may also use FTP to view your log files.
|
 |
| How do I create new FTP users? |
 |
|
You can create additional FTP users by sending an email to our support team and providing them with
the following information: User Name, Password, Home Directory, and Permissions. The home directory
is a directory within your web site that this user will be placed when they login. The user will not
be able to navigate to any directories higher than this directory. The permissions are as follows:
Read File, Create File, Append to File, Delete File, List Directory, Make Directory, Remove Directory,
and Inherit rights for sub-directories.
If you want us to copy the directory and permissions of another user just state that in the email and
we can use that as a base account.
|
 |
| How do I setup anonymous FTP access? |
 |
|
Please review this tutorial.
|
 |
| How do I change file permissions through FTP? |
 |
|
Unfortunately, you can not change file permissions using your FTP client. Although Unix allows for the
simple file security of CHMOD, NT uses a much more advanced methodology and permissions have to be set
by contacting technical support.
|
 |
| What host name do I use to access my web site? |
 |
|
The host name depends on what server your web site was setup on. Please refer to your Welcome
Letter to determine what FTP server you need to connect to. If you have multiple web sites with us
your FTP server will be the same for all of your web sites.
|
 |
| Why do I see my old pages after I FTPed up new ones? |
 |
Here are some things that might help:
- Insure that it was uploaded to the correct directory.
- Hit "Refresh" in your web browser. (Internet Explorer users should press Ctrl+F5M)
- Close and Restart your browser.
- Clear your browser's cache and restart the browser.
- Contact Technical Support.
|
| Why do I keep getting the error "Too many users logged in"? |
 |
|
We have configured the server to protect itself from abuse by limiting the number of simultaneous
connections from the same user or the same IP address. Some FTP programs may not perform an explicit
QUIT command and will leave you connected without you even knowing about it. To account for normal
use we allow up to three connections, if you try to exceed this number you will receive the error
"Too many users logged in".
If you receive this error then there is nothing we can do to assist you. You should be able to login
after 15 minutes as your connections will expire.
|
| How do I login using my web browser? |
 |
|
You can use your web browser to connect to our FTP server but you will have to use a special syntax.
Our servers do not support Anonymous access for content uploading so you will have to login into the
FTP server; the problem is that by default your web browser will attempt to login for anonymous access.
You will NOT be prompted for a user name and password so you will need to specify this in the URL like
this ftp://user_name:password@ftp_server_name or
ftp://user_name@ftp_server_name.
If you do not specify a password in the URL you will be prompted for one. You can find the
ftp_server_name in your Welcome Letter.
|
 |
| What is a "Private FTP Server"? |
 |
|
Normally when you send your files to our server you will connect using ftp.chambergates.com
using a user name that you chose when you setup your account. When you add new FTP users they also
connect to this server. In some cases, you may not want this and want to have your own domain name
as the FTP server. To accomplish this we setup your own FTP server with its own users (including the
anonymous user). Then you connect to ftp.yourdomain.com and so do all of your users.
This is an ideal solution for our private label resellers as it is another part where you take
ownership of the process. You also do not have to worry about whether a user name has been used on
the ChamberGates FTP server since you can have the exact same user names on your server.
|
 |
| How do I change my password with FTP Voyager? |
 |
Follow these steps to change your password:
- Connect to your FTP server as you normally do.
- Choose Change Password from the sub-menu Custom Commands from the Tools menu.
- Enter your old password.
- Enter your new password.
- Your done.
|
| How do I publish my site to using FTP? |
 |
Your program will most likely ask you for some configuration information in order to connect to the
FTP server. Here are some of the common questions and the answers you should give:
-
Name, Profile or Label for site - Enter anything you want here, most people use
ChamberGates.
-
FTP Address, Name, Host or Site; Server Address or Name - Enter the name of your FTP
server. This will be something like ftp<1-99>.chambergates.com; where <1-99>
is a number between 1 and 99. Your Welcome Letter will contain the FTP server name that you
should use.
-
User Name, User Id, Login, or FTP Name - Enter the administrative name that you chose when you setup your
account. This information will also be in your Welcome Letter.
-
Password - This is the password that was assigned to you when you setup your account. NOTE:
This may NOT be the same as your email password. Please check your Welcome Letter for this
password.
- FTP or Connection Port - This is the port that ftp uses and should be set to 21
- Login Type - Make sure to use the Normal login type. Do NOT use Anonymous.
-
Initial Directory or Path - This is where you would like to start publishing your files.
By default you will always be started in your FTP root directory. If you would like to start in
your web root directory, place your domain name in this field.
-
Use PASV Option - If you are sitting behind a firewall you may need to use this option
to connect and send files. Try it without this setting first and if it does not work then
enable this option to see if it corrects the problem.
-
Download Path - This is where files will be stored when you download files from our server
and place them on your computer. You should probably choose the directory where you have all of
your web development files. This setting is for convenience only and does not have to be set.
-
Account - If you have already specified a user name then this field is not required. If
you have not specified a user name then this is probably that field.
|
| I can not see the SSL or Logs directory when using my browser? |
 |
This is actually a bug in Internet Explorer. Follow these instructions to correct the problem:
- Select Internet Options... from the Tools menu.
- Click on the Advanced tab.
- Make sure the option Enable folder view for FTP sites is NOT checked.
- Click the Ok button.
- Close all open browser windows.
- Restart Internet Explorer and go to your site. You should now see be able to see the SSL directory.
|
| Why can not a delete a file or directory that I created? |
 |
|
You do have complete control over your directories and the problem is not permission related. The
problem you are most likely running into is a caching problem. To improve performance, the web server
will cache files that it feels will be used in the near future. The algorithm used by the web server is
only known by the vendor and we cannot alter this in any real meaningful way.
If you are having problems deleting a file or directory, the only sure fire solution is to time. Wait
five to ten minutes without accessing your web site and then try again.
|