> -----Original Message-----
> From: The IBM z/VM Operating System 
> [mailto:ib...@listserv.uark.edu] On Behalf Of Hughes, Jim
> Subject: Re: advise on a simple REXX script to automate FTP 
> from zVM to Linux server
> 
> This is a sample rexx procedure and runs as a VMFTP macro.
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++
> /*  */
> Parse arg $cd "," $in "," $out
>  
> "open ftp.server.com"
> "myuseridgoesjhere"
> "myPassWordGoesHere"

Not to pick on Jim, since everybody's given the same advice so far, but...

Just as a matter of clarification, can I ask why someone would put login 
credentials inside of an EXEC that calls FTP, in preference to making use of 
NETRC DATA ?

ok
r.

Reply via email to