home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / ibmmain / 1763 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.0 KB  |  34 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!psuvax1!psuvm!auvm!VINES.COLOSTATE.EDU!GENE=DODD
  3. Message-ID: <9207211639.AA49328@yuma.ACNS.ColoState.EDU>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Tue, 21 Jul 1992 10:31:10 MDT
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         Gene=Dodd%Programming%InfoSys@VINES.COLOSTATE.EDU
  8. Subject:      re: Automating SNS/FTP
  9. Lines: 23
  10.  
  11. Duane Weaver asked about FTP not taking commands as he expected when
  12. issuing the command from REXX.
  13.  
  14. We run FTP in batch jobs at night. In those jobs we specify a
  15.  
  16. //SYSGET  DD   DSN=...
  17.  
  18. which contain the FTP commands to identify ourselves to our system,
  19. establish a connection with another host, and issue the get or put
  20. commands.
  21.  
  22. We run FTP as a TSO transaction in batch with the following command.
  23.  
  24. ACCFTP2 /NOA FIOS
  25.  
  26. We are at V1.0 of SNS/TCPaccess.
  27.  
  28. Gene Dodd
  29.  
  30. Colorado State University
  31. Unversity Services Center
  32. Ft. Collins, CO 80523
  33. (303) 491-1583
  34.