Yes and No. Yes, the command can be send using FTPCommand, and No because it will not change anything for the FTP transfer. Every FTP command in JAL is a high-level command which is wrapped in its own FTP session. I suggest you use a command line FTP script, which you can run as FTP -n -s:ftp_script_file.txt [host] If names of files to be FTPed are dynamic the entire FTP script file can be created and executed dynamically too. : Is there a way to use site commands. : i.e. rcmd="site TRACKS PRImary=500 SECondary=50 lrecl=256 recfm=fb : Unit=tso"
|