|
[ Order a Server ] [ Server Support ] |
|
[ Getting Started ] [ Server Help ] [ Add on Help ] [ Solution ] [ Trouble Shooting ] PLEASE NOTE, THIS IS VERY OLD ARCHIVE INFORMATION AND MAY NOT FUNCTION ON NEW SERVERS
Uploading Content to Your Virtual ServerOne of the most basic tasks you will need to perform as a Virtual Server Administrator is uploading files to your website. In most cases you will upload your content using File Transfer Protocol or FTP. You can alternatively upload content using iManager, Windows 95/NT File Sharing, or by using a web content publisher.Many web content authoring programs include built-in web publishing capability. In some cases this involves installing proprietary extensions on the Virtual Server (a la Microsoft FrontPage), other packages use the HTTP "PUT" method, but more commonly publishers will provide support for simple FTP. It is not necessary, however, to rely on your web content authoring program to publish to your site. You can compose your web content using any program and then FTP the content to your Virtual Server manually. This page discusses the general information you will need to know to FTP content to your Virtual Server. More detailed steps are given to use several specific FTP clients. And, uploading content via other methods is also presented. The sections on the page are show below:
General Instructions for using an FTP ClientUsing an FTP client to upload content to your Virtual Server is a very simple process. The following guidelines provide a general overview of uploading files to your Virtual Server.
Uploading Files Using WS_FTP (MS Windows)If you are using MS Windows, WS_FTP is an extremely friendly, intuitive and easy-to-use client. Specific instructions about how to use WS_FTP are included below:
Uploading Files Using Fetch (Macintosh)If you are using a Macintosh, Fetch is probably the most popular FTP program available and is quite easy to use. Specific instructions about how to use Fetch are included below:
Using a Console FTP ClientMost operating systems (UNIX, NT, Windows 95) are shipped with a built-in FTP client that is accessed from a "console window". Many people don't use a console FTP client partly because they don't know one exists and partly because console FTP clients have a steeper learning curve. One you use, learn, and master a console FTP client you will very likely never use a graphical FTP client again. (It sounds crazy, but it's true for many people).To use a console FTP client you will first need access to a "command prompt". This can be gained by opening a console window. You can do this in Windows 95/NT by looking in your "Start->Program" menu for "MS-DOS prompt" or "Command Prompt". You can also "Run" the command prompt executable by selecting "Start->Run" and entering the executable path "c:/windows/command/command.com" or "c:/winnt/system32/cmd.exe" (as the case may be). Most UNIX environments use console windows and command prompts quite extensively and UNIX users are already comfortable using them (or should be). When you Telnet or SSH to your Virtual Server you are effectively open a command prompt remotely on your Virtual Server. So you can, in effect, use FTP from a command prompt on your Virtual Server to download a file from another remote host directly to your Virtual Server. For example, you may want to download software from XYZ, Inc. (ftp.xyz.com) and install the software on your Virtual Server. Instead of downloading the software from XYZ, Inc. to your office computer and then uploading it from your office computer to your Virtual Server (which can be quite slow on a 28.8), you can telnet to your Virtual Server and FTP the software from XYZ, Inc. directly to your Virtual Server (using high speed DS3's). Now that you understand console windows and command prompts (or more specifically how to gain access to one), you need to understand how to use a console FTP client. To open up an FTP session at a command prompt simply type "ftp [remote host]", where [remote host] is the site you are attempting to contact (i.e. ftp.xyz.com). This is where is gets fun because you know can see what's going on "behind the scenes" when you were using a graphical FTP client. When you open an FTP session with a remote host, you will more than likely be prompted for a username and password pair (sounds logical enough). After you have successfully logged into the remote ftp site, you can navigate around using the "cd" command to change your current working directory on the remote site. Type "ls" or "dir" to list the files in your current working directory on the remote site. To upload from your local machine (or the machine from which you initiated the FTP session) to the remote host, you use the command "put". For example, to upload a file in your local working directory named "index.html" to your current working directory on the remote site, you would type "put index.html test.html". This will transfer the file "index.html" to the remote host and store it under the name "test.html". If you would like to store the local file as the same name on the remote host simply type something like "put index.html index.html" or simply "put index.html". To upload multiple files, use the command "mput" using wildcards such as "mput *.html". You may want to turn off the confirm prompt by typing the command "prompt" before you upload multiple files. To download content from a remote host (or the machine to which you opened the FTP session) to your local machine, you use the command "get". For example, to download a file to your local working directory named "test.html" from your current working directory on the remote site, you would type "get test.html index.html". This will transfer the file "test.html" from the remote host and store it under the name "index.html" on your local computer. To download multiple files, use the command "mget" using wildcards such as "mget *.html". You may want to turn off the confirm prompt by typing the command "prompt" before you download multiple files. As was mentioned in the General Instructions section, it is important to upload and download ascii text files such as HTML content in ASCII mode. Likewise, binary content such as gif/jpg images should be uploaded and downloaded in BINARY mode. To change your upload mode to ASCII simply type "ascii". To change your upload mode to BINARY simply type "binary". Other important FTP commands are summarized in the table below. Arguments for commands are indicated using brackets [ ]:
Uploading files via Windows 95/NT File SharingThe Windows Fileshare support allows you to map your Virtual Server's home directory to your Windows 95 or NT desktop over the Internet. This is very nice interface for maintaining your Web site. After your Virtual Server's network drive is mapped, you simply need to "drag-and-drop" files to your Virtual Server. This feature also allows you to delete, copy, and move files on your Virtual Server as if it were a local drive.
Uploading Files via iManagerWe have authored a remote Web content manager and file browser, iManager, which has a fill-out form interface for uploading files from your local computer to your Virtual Server. With iManager, you can use your favorite browser client software such as Netscape Navigator or Microsoft Internet Explorer to upload files to your Virtual Server. iManager also provides you with the capability to edit files on your Virtual Server using your browser client.
PLEASE NOTE, THIS IS OLD ARCHIVE INFORMATION AND MAY NOT FUNCTION ON NEW SERVERS |