|
File Transfer Protocol (FTP) is the most commonly used and popular way to publish your web site into your Milkshake account so it is visible on the World Wide Web via your domain. Whilst many web design tools such as Dreamweaver and Adobe GoLive have their own built-in web publishing tools, these also are still effectively using FTP to transfer the files. The first step in publishing your web site is to design your pages "locally" on your own computer, probably using web design software and/or a text editor such as. Once you have designed and tested the seperate html pages and images locally you can then use an FTP client to transfer the local files to your Milkshake account on our remote host machine. There are a wide range of different standalone FTP clients available for all platforms, most shareware and some freeware - we have some links here. Some operating systems such as Linux (and even Windows 9x) have a simple command line based FTP built in but most people prefer to use a dedicated FTP client for ease of use and convenience. Additionally, most web design software usually has an FTP publishing feature built in. Regardless of 'flavour', all FTP software needs the same information in order to make a connection to your web space. This information is as follows: 1) HOSTNAME (Also known as REMOTE SERVER or SERVER or REMOTE HOST)
The hostname should be your web address (without the http:// section) for example www.example.co.uk Note: if your domain is still in the process of transferring, you will need to use the temporary hostname of the server your account is hosted on, as stated your original welcome email from us. This will usually be something like muon.positive-internet.com or boson.positive-internet.com etc. 2) USERNAME (Also known as USER, LOGIN or LOGIN NAME) The username is as stated in your welcome emaik and is the login name you chose when setting up your account. 3) PASSWORD The password is initally allocated to you by us and notifed in your welcome email. A Windows or Macintosh based FTP client will usually present a graphical interface, representing local files and directories in one area, and remote files and directories in the other. This makes changing to required directories on the local and remote machines as easy as a mouse click or two. Often transfering a file can simply be a matter of dragging a file from the local area to the remote area and then waiting as the transfer progresses. FTP clients allow you to create, rename and delete any kind of file or directory in your remote web space area. There are a few IMPORTANT points to remember to ensure problem free FTP transfers and web page creation: FILE NAMES TRANSFER MODES BINARY MODE: used for most file types, except CGI scripts. Binary mode is essential for images and normally the best mode for HTML files too. Any precompiled executables or binaries must of course also be uploaded in binary mode. ASCII MODE: normally only used for transferring CGI scripts, when it is essential, but also useful for uploading plain text files if you wish to edit them via the Unix shell later. CGI scripts normally have a file extension of .cgi or .pl and these MUST be uploaded in ASCII transfer mode or they will not work (because extra linefeed characters are preserved in binary mode). AUTO MODE: most modern FTP clients can automatically decide which is the best mode to use for each file you upload and often it is safe to use AUTO mode. However if results are unexpected, it may be worth trying to manually set binary or ascii mode as appropriate.. PERMISSIONS DIRECTORY STRUCTURE Windows 98 / ME/ 2000 / XP Leech FTP. Freeware. Download From Milkshake. WS_FTP. Shareware. Official Web Site. FTP Voyager. Shareware. Official Web Site. Cute FTP. Shareware. Official Web Site. Bulletproof FTP. Shareware. Official Web Site. 3D FTP. Shareware. Official Web Site. AbsoluteFTP. Shareware. Official Web Site. Macintosh Fetch. Shareware. Official Web Site. Hefty FTP. Shareware. Official Web Site. Transmit. Shareware. Official Web Site. Linux FTP is a core functionality of Linux, integrated into the operating system. Some good standalone apps exist though, including: Kbear (for KDE). Open Source. Official Web Site. More Software For more Windows and Macintosh clients see Tucows,
ZDnet
and Strouds CWS
Apps (Windows only).
|