User guide

4: Operations
DC 900-1333P 157
If you booted Freeway from a local disk, you can use the File Transfer Protocol to move
the file from the local disk to your local directory. Figure 430 shows an example using
a Freeway 1100. If you are using a Freeway 2000/4000/8800, the directory is
/sd6/, with
the slash at both ends, rather than
/ide.
antares% ftp freeway1
Connected to freeway1.
220 VxWorks (5.1.1) FTP server ready
Name:
simpact
331 Password required
Password:
230 User logged in
ftp>
cd /ide
250 Changed directory to "/ide"
ftp>
dir
200 Port set okay
150 Opening ASCII mode data connection
size date time name
-------- ------ ------ --------
0 Sep-17-1996 03:33:24 FMPLOAD
4403 Sep-17-1996 03:33:24 BOOTCFG.ISA
241 Sep-17-1996 03:33:24 FMPLOAD
3657 Sep-17-1996 03:33:24 BOOTCFG.ISA
1019 Sep-17-1996 03:33:24 muxcfg
221 Sep-17-1996 03:33:24 fmpload
28 Sep-17-1996 03:33:24 trace.sps
226 Transfer complete
532 bytes received in 0.1 seconds (5 Kbytes/s)
ftp>
get trace.sps
200 Port set okay
150 Opening ASCII mode data connection
226 Transfer complete
local: trace.sps remote: trace.sps
32 bytes received in 0.0053 seconds (5.9 Kbytes/s)
ftp>
Figure 4–30: File Transfer Protocol Example