I always use the exit option on the FTP command so I know that the transf er really worked. e.g. 'FTP XLXAP01Q.TESTBBH.COM (EXIT'
>quick and dirty exec > >Make sure you are linked to TCPMAINTS 592 mdisk to get the FTP module > >/* FTP the file to xlxap01q.testbbh.com */ > >"MAKEBUF" >QUEUE 'velftp xxxxxxxx' >QUEUE PUT ''ZVMLPARS.RP123109'' 'ZVMLPARS.RP123109.txt' >QUEUE PUT ''LINUXSYS.RP123109'' 'LINUXSYS.RP123109.txt' >QUEUE PUT ''LINUXMEM.RP123109'' 'LINUXMEM.RP123109.txt' >QUEUE 'QUIT' >QUEUE ' ' >'FTP' XLXAP01Q.TESTBBH.COM >DROPBUF > >EXIT >