I RTFM and searched the archives but found no hints. The Hello list, I RTFM and searched the archives but found no hints. The following SYSIN for a batch ftp on z/OS does work:
//INPUT DD * myremotehost mypassword lcd 'A.B.C' cd /remote/dir mput * quit However, the files on the remote host (a Linux box) are named A.B.C.FRED, A.B.C.WILMA, etc. (in uppercase). Is there a way to keep the simple 'mput *' and tell ftp to allocate filenames in lowercase on the Linux box a.b.c.fred, a.b.c.wilma) ? TIA Walter Marguccio z/OS Systems Programmer BELENUS LOB Informatic GmbH Munich - Germany ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

