This is a sample rexx procedure and runs as a VMFTP macro. ++++++++++++++++++++++++++++++++++++++++++++++++++++ /* */ Parse arg $cd "," $in "," $out "open ftp.server.com" "myuseridgoesjhere" "myPassWordGoesHere" "passive" "cd" '/'$cd
"binary" "put" $in $out "quit" ---------------------------------------------------- ____________________ Jim Hughes 603-271-5586 "It is fun to do the impossible." ==>-----Original Message----- ==>From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On ==>Behalf Of Magat, Martin ==>Sent: Thursday, January 14, 2010 6:02 AM ==>To: IBMVM@LISTSERV.UARK.EDU ==>Subject: Re: advise on a simple REXX script to automate FTP from zVM to ==>Linux server ==> ==>Hi ==> ==>Can anyone advise or has a ready zVM REXX script (zVM 5.4) that will ftp ==>a file from zVM to linux (or unix)? ==>Is it using VMFTP? ==>A simple one will do ... will try to automate it afterwards. ==> ==>Many thanks in advance.