dennysthemenace
Technical User
Hi
I am trying to pass multiple aruguments in the FTP site command and TX is taking only the first command, 'pri=25' and ignores the rest. In the DOS prompt, I can use literal or quote to pass multiple commands, but that doesn't work in TX. Is there a way to pass multiple arguments for a command? Below is the command I used. Thanks a lot.
=PUT("FTP","-URL FTP://ftpuser:mypassword@sourceftpserver/mainframe"+blob:FTP_MF+".txt"+"-site 'pri =25' 'cyl' -TV "+ "FTP_Trace_"+blob:FTP_MF+".txt" ,package(MF_In))
I am trying to pass multiple aruguments in the FTP site command and TX is taking only the first command, 'pri=25' and ignores the rest. In the DOS prompt, I can use literal or quote to pass multiple commands, but that doesn't work in TX. Is there a way to pass multiple arguments for a command? Below is the command I used. Thanks a lot.
=PUT("FTP","-URL FTP://ftpuser:mypassword@sourceftpserver/mainframe"+blob:FTP_MF+".txt"+"-site 'pri =25' 'cyl' -TV "+ "FTP_Trace_"+blob:FTP_MF+".txt" ,package(MF_In))