On Thu, 10 Apr 2008, David Day wrote: > Thanks Ed. I googled it and got some info. I was hoping there was > something 'native' to both platforms that would not require another piece of > software to be installed to make this work. Guess not. > > --Dave Day > ----- Original Message -----
We do something like this to an IIS ftp server. We do it as follows: ftp myserver userid password cd /my/subdir put zos.file pc.file.ftp ren pc.file.ftp pc.file.txt close quit Notice that we rename the file on the ftp server from a .ftp to a .txt. That is so that we know that the data has been completely transferred. We use the Windows "Scheduled Tasks" to run a .bat file every so often (don't know how often). Or maybe it is a .net thingie - it doesn't matter what it is written in. This .bat file then does the Windows processing. -- Q: What do theoretical physicists drink beer from? A: An EIN stein. Maranatha! John McKown ---------------------------------------------------------------------- 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

