|
|
 |
Installation Guide
Installing the STLinux distribution
Download the Distribution
|
|
Download the Distribution
The STLinux distribution, can be downloaded using a web browser, or
FTP client. For Linux the most common FTP client is the command line
ftp program, although there are more sophisticated
clients such as lftp. Under Windows there are numerous
clients, including CuteFTP, FileZilla,
SmartFTP, WS-FTP.
Using a web browser
-
Navigate to the FTP server:
ftp://ftp.stlinux.com/pub/stlinux,
either by clicking on the above link or typing the URL into the
browser.
-
Select the folder containing the release required (for example
2.0).
-
To download the ISO image, select the
iso folder,
for the individual RPMS select the RPMS folder.
-
Select the required file (for example
release-2.0-install.iso).
-
Save the file in an appropriate local directory.
Using command line ftp
-
Start the ftp client, specifying the address of the FTP server:
ftp ftp.stlinux.com.
-
Enter
anonymous as the user name, and your email
address as the password.
-
lcd to the destination directory on your host
machine.
-
cd to the required download directory on the ftp server.
-
Enter the
binary command to set the transfer mode.
-
Download the required files, using the
get command. If
downloading multiple files the mget command may be useful.
-
When the transfer has finished, use the
quit command
to exit ftp.
Example:
host% ftp ftp.stlinux.com
Connected to ftp.stlinux.com.
220 Welcome to stlinux.com FTP service.
User (ftp.stlinux.com:(none)): anonymous
331 Please specify the password.
Password: tester@st.com
230 Login successful.
ftp> lcd /home/STLinux
Local directory now /home/STLinux
ftp> cd /pub/STLinux/release-2.0/iso
250 CWD command successful.
ftp> binary
200 Type set to I.
ftp> get release-2.0-install.iso
200 PORT command successful.
150 Opening BINARY mode data connection for release-1.0-install.iso (327757824 bytes).
226 Transfer complete.
ftp: 327757824 bytes received in 75.05Seconds 4367.31Kbytes/sec.
ftp> quit
221-You have transferred 327757824 bytes in 1 files.
221-Total traffic for this session was 327758376 bytes in 1 transfers.
221 Thank you for using the FTP service on ftp.stlinux.com.
|
|
|
|