|
-- -- [ Picked text/plain from multipart/alternative ] Mark, even though the session ends, the script doesn't. The script could quit the session, sit and wait for the input, then open a new FTP session with the "open 207.144.248.6" and "user - password" lines. You could also wrap the whole thing in a new CL and have the FTP session completely end, then get the info through a screen dialog, and start a whole new FTP script running. The FTP log can be the same log file. OVRDBF FILE(INPUT) TOFILE(*LIBL/QFTPSCRIPT) + MBR(ADSSCRIPT2) --------------------------------------------------------- Booth Martin http://www.MartinVT.com Booth@MartinVT.com --------------------------------------------------------- -------Original Message------- From: midrange-l@midrange.com Date: Thursday, February 21, 2002 12:22:18 To: midrange-l@midrange.com Subject: BATCH ftp ? Having a problem with getting this to do what I want. What I need it to do is stay in the FTP session after the dir in the sctipt file (listed below) because we do not know what the file name will be. I want the operator to manually enter the appropriate get command but the ftp session does an "implicit" quit after the last line of the FTP script and the runqry starts. Can I do wat I want or is the "whole" thing going to have to be manual. FTP script file Columns . . . : 1 71 Browse WTCCUSTOM/QFTPSCRIPT SEU==> ADSSCRIPT FMT ** ...+... 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ....+... 7 *************** Beginning of data ************************************* 0001.00 user password 0002.00 lcd wtcfiles 0003.00 dir ****************** End of data **************************************** CL program ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7 OVRDBF FILE(INPUT) TOFILE(*LIBL/QFTPSCRIPT) + MBR(ADSSCRIPT) OVRDBF FILE(OUTPUT) TOFILE(*LIBL/QFTPSCRIPT) + MBR(ADSLOG) FTP RMTSYS('207.144.248.6') RUNQRY QRYFILE((WTCFILES/ADS360RPT)) OUTTYPE(*PRINTER) DSPPFM FILE(*LIBL/QFTPSCRIPT) MBR(ADSLOG) Mark Allen I.S. Manager Wilkes Telephone & Electric A Dycom Company Phone: (706) 678-9565 Email: allenmark@nu-z.net http://www.nu-z.net _______________________________________________ -- [ Content of type image/gif deleted ] --
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.