You mean something like this:

   address "VMFTP"

   arg filetype

   address "COMMAND" "PIPE CP QUERY USERID | SPECS WORD3 | VAR NODEID"

  "OPEN 146.125.151.1"
  "userid"
  "password"
  "MODE B"
  "TYPE E"
  "CD xxxxxx:yyyyyy."||nodeid
  "PUT fn1.ft1  fn1."||filetype
  "PUT fn2.ft1  fn2"||filetype
  put_rc = rc

  "QUIT"

-----Original Message-----
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Shimon Lebowitz
Sent: Tuesday, February 26, 2008 7:26 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: FTP options with VMFTP


Is there any way to use command line options of the FTP
client command, when invoking FTP via VMFTP?

We have to do a file transfer with a particular 
translation table, which can be specified as a command
option, but I don't see how to do it when the FTP is 
embedded in a macro.

Thanks,
Shimon

-- 
************************************************************************
Shimon Lebowitz                mailto:[EMAIL PROTECTED]
VM System Programmer           .
Israel Police National HQ.     
Jerusalem, Israel              phone: +972 2 542-9877  fax: 542-9308
************************************************************************

Reply via email to