docs
[email protected]
DOCS
To send the DSS to HISO, I do the following:
1) ftp cds06
2) Download DSS to sun
This is what I did for the most recent DSS:
ftp> lcd b737dssv2b
ftp> mput *terms_g*.*
ftp> lcd b737dssv4b
ftp> mput *.*
ftp> lcd b737dssv5c
ftp> mput *.*
ftp> lcd b737dssv6b
ftp> mput *.*
ftp> lcd b737dssv7b
ftp> mput *.*
3) On the sun:
% tar cvf b800_load_4_5.tar *.*
% compress b800_load_4_5.tar
4) Download to bangalore 5
% ftp 204.220.167.31
ftp> bine
ftp> cd /india3/737_800/DSS/load4_5
ftp> mput b800_load_4_5.tar.Z
5) On bangalore 5
% uncompress b800_load_4_5.tar (you will need su priviledge)
% tar xvf b800_load_4_5.tar
6) on sun:
After all .dss files have been downloaded:
% ls *.dss > temp.dat
on vax:
$ ftp cds06
ftp> get temp.dat
In an editor, create the following:
mv .dss .doc
ftp> put temp.dat
on sun:
% source temp.dat
back