Uploading & Downloading Files
This information only pertains to Hurricane Electric's Shared Web Hosting package. There may be different information in our other categories.
Contents
- 1 How do I get my web pages to the server?
- 2 What SFTP client should I use?
- 3 Does your site support multiple www pages in the same directory?
- 4 How often can I upload my revised HTML pages and what is the cost of each upload?
- 5 How many people would have access to upload and/or edit html files per account?
- 6 Can I break my pages down into sub directories?
- 7 Are SFTP uploads the only way to get a file there?
- 8 Can I create my own disk-library structure?
- 9 Am I 'limited' on changing files, etc.?
- 10 I would like information on how I will set up my Web http pages, and any other requirements as well.
- 11 How do I upload my "index.html" with the four letter extension when my PC will only allow me to add a three letter extension.
- 12 If a user accesses a large 200k gif and then cancels it after 5 k are received will it show up in the logs and then the stats as a 200k transfer?
- 13 I uploaded a known good html file. I logged onto to my WWW page and downloaded it to verify that it worked. The file now has errors. Why did a good upload resulted in a bad download?
- 14 What, if any, files do you want to start or will you put a dummy in the directory for me to overwrite?
- 15 I made some directories by accident. Why won't the server allow me to delete them?
- 16 Is there a way for anonymous users to upload files?
- 17 Do your web sites support the anonymous FTP function?
- 18 Is there a way to download files without anonymous FTP?
- 19 I lost/deleted a file on my site by mistake. Do you keep backups?
How do I get my web pages to the server?
To get your web pages to the server you will need to use an SFTP client.
What SFTP client should I use?
Our Internet Software page lists a few SFTP programs that work well with our systems, though there are commercial packages that work as well. You only need to make sure it has the SFTP(SCP) protocol included. Most older programs do not.
You can find a basic tutorial on the use of WinSCP here. This tutorial requires Flash. Other clients look a little different, but use the same settings. We recommend you use your server's name as the "host," but your domain name should also work.
Does your site support multiple www pages in the same directory?
Yes.
How often can I upload my revised HTML pages and what is the cost of each upload?
As often as you like, when you like. Each upload generates traffic equivalent to one hit on the document involved.
How many people would have access to upload and/or edit html files per account?
As many people as have the account name and password and know how to use SFTP. There is no support for multiple usernames/passwords being used to access the same account, or being given partial access.
Can I break my pages down into sub directories?
Yes.
Are SFTP uploads the only way to get a file there?
There are other ways that an experienced web designer could come up with, but SFTP is the only method we actively support.
Can I create my own disk-library structure?
You can create any structure of directories you want.
Am I 'limited' on changing files, etc.?
No. You can change files as often and as many times as you like.
I would like information on how I will set up my Web http pages, and any other requirements as well.
When you sign up for an account you receive basic instructions.
How do I upload my "index.html" with the four letter extension when my PC will only allow me to add a three letter extension.
You can rename the file after you've uploaded it with most SFTP clients. You could also just name it "index.htm", and it should show up correctly.
If a user accesses a large 200k gif and then cancels it after 5 k are received will it show up in the logs and then the stats as a 200k transfer?
Only the actual data transferred, in this case 5k.
I uploaded a known good html file. I logged onto to my WWW page and downloaded it to verify that it worked. The file now has errors. Why did a good upload resulted in a bad download?
The file was probably uploaded with your SFTP client in binary mode. This does CR-LF to LF translation. (DOS to Unix text translation.) Don't do this. If you use a command line SFTP client, be sure to type "ascii" before sending up files for download. If you are using a client like WinSCP, be sure you select the ascii transfer option.
What, if any, files do you want to start or will you put a dummy in the directory for me to overwrite?
We prefer you install your pages as soon as possible. All new accounts are created with a temporary home page.
I made some directories by accident. Why won't the server allow me to delete them?
You may be having trouble because you need to delete the files inside the directory first, or you might be having trouble because you typed the name wrong. Files and directories are case-sensitive.
Is there a way for anonymous users to upload files?
We don't support incoming directories due to the legal and security risks.
Do your web sites support the anonymous FTP function?
No.
Is there a way to download files without anonymous FTP?
You can use file transfer over HTTP. Basically, you put the file in a directory under your public_html directory and link directly to it for downloading. If it's a document file that might display instead of download (depending on the browser used) you can use any compression utility (e.g. WinZip) to store the file in an archive for transferring, or you could change the MIME-type to prevent it from being displayed. Also, users will usually have the option of right-clicking on a link and selecting "Save As...".
Additionally, there are download scripts available that can be installed on your account to allow you to set up "download directories" over HTTP.
I lost/deleted a file on my site by mistake. Do you keep backups?
We do back up data on our servers nightly, but these backups are run and kept for administrative purposes. We recommend that you keep backup copies of your site on your local computer, as the servers back up their data nightly, overwriting the previous backup. This goes for email and MySQL database contents as well.
Please refer to our Terms of Service, item 9, "Use of Hurricane Electric services, including the storage of information, is at the account holder's sole risk."