FTP --- FTP MANAGER - RogerC's FTP_mgr program is a graphical interface to be used for ftp ing of delayed and background queue command sets to ECS for uploading. - The FTP_mgr program is brought up with the Toolchest, "MDI_EGSE" menu, "Other Applications" submenu, item = "FTP_mgr" IF THE FTP_MGR ISN"T WORKING CORRECTLY - If for some reason the FTP_mgr isn't working the ftp transfer can be done explicately: 1. unix-prompt%ftp soc 8111 220 soc Security Dynamics' FTP server (Version 1.0) ready. Name (soc:mdi): 2. enter the mdi ftp account to be used with the secure id card = mdicmd 220 soc Security Dynamics' FTP server (Version 1.0) ready. Name (soc:mdi):mdicmd 331 Enter PASSCODE at password prompt. Password: 3. Enter the passcode shown on the secure id card prefixed with the 4 digit code for that particular card and a comma 220 soc Security Dynamics' FTP server (Version 1.0) ready. Name (soc:mdi):mdicmd 331 Enter PASSCODE at password prompt. Password:xxxx,xxxxxxx 230 User mdicmd logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> 4. If an ls -l is done at the ftp prompt (i.e. FTP>) you can see a listing of the directories and files on the SOC machine: Connected to soc.nascom.nasa.gov. 220 soc Security Dynamics' FTP server (Version 1.0) ready. Name (soc:covingto): mdicmd 331 Enter PASSCODE at password prompt. Password: 230 User mdicmd logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls -l 200 PORT command successful. 150 Opening ASCII mode data connection for /bin/ls. total 328 drwxr-xr-x 33 usr 512 Jul 12 22:52 .F1 drwxr-xr-x 5 usr 512 Apr 17 1995 .F2 drwxr-xr-x 4 usr 512 Apr 17 1995 .F3 drwxr-xr-x 4 usr 512 Apr 17 1995 .F4 drwxr-xr-x 3 usr 512 Apr 17 1995 .F5 drwxrwsr-x 2 soc 2048 Dec 10 21:01 actplan drwxr-xr-x 5 soc 512 Nov 29 19:42 ancillary_data dr-xr-xr-x 2 sys 512 Jul 11 16:54 bin drwxrwxr-x 5 soc 512 Jul 19 12:35 cdhf_files -rw-rw-r-- 1 usr 40767 Dec 13 18:48 core dr-xr-xr-- 2 sys 512 Jul 11 21:37 etc drwxr-xr-x 8 usr 512 Nov 19 01:14 iws_files drwxr-xr-x 4 usr 512 Jul 31 13:26 iws_ftpfiles dr-xr-xr-x 2 sys 512 Jul 11 21:13 lib drwxr-xr-x 2 usr 1024 Dec 12 17:15 pdb_files drwxr-xr-x 2 usr 1024 Sep 14 12:38 pdb_files.old drwxrwxr-x 2 soc 2048 Dec 10 03:03 plan_files drwxr-xr-x 2 usr 512 Nov 30 19:29 pub drwxr-xr-x 2 usr 31232 Dec 13 21:33 quicklook -rw-r--r-- 1 usr 1322 Dec 5 19:51 ref.list -rw-rw-r-- 1 usr 9458 Dec 13 17:48 temp.file -rw-rw-r-- 1 usr 954 Dec 13 22:28 temp.file1 drwxr-xr-x 4 usr 1024 Nov 28 20:04 tlm_files 226 Transfer complete. ftp> If you want to ftp delayed command files or background queued files change directory to the iws_files directory. ftp>cd iws_files 250 CWD command successful. ftp> If you do a ls -l you'll see: ftp>ls -l 200 PORT command successful. 150 Opening ASCII mode data connection for /bin/ls. total 56 drwxrwsr-t 2 iwscmd 512 Nov 19 01:11 bckque drwxrwsr-t 2 iwscmd 512 Dec 13 06:35 delcmd lrwxrwxrwx 1 sys 29 Nov 19 01:12 input_actplan -> ../iws_ftpfiles/input_actplan drwxr-xr-x 2 usr 7680 Dec 10 05:53 output_actplan drwxr-xr-x 2 usr 512 Dec 13 06:35 reports drwxr-xr-x 2 usr 512 Nov 19 01:14 science_actplan lrwxrwxrwx 1 sys 24 Nov 19 01:12 sum_data -> ../iws_ftpfiles/sum_data drwxrwxr-x 2 usr 2048 Nov 19 01:20 test 226 Transfer complete. ftp> 5a. For delayed commands cd to delcmd directory: ftp> cd delcmd 250 CWD command successful. ftp> To ftp the files into this directory type mput "filename" (without the quotes): ftp>mput "filename" a message will come back confirming the transfer.... 5b. For background commands cd to bckque directory ftp> cd bckque 250 CWD command successful. ftp> Type mput "filename" as above to transfer the files.