Hi,
I'm attempting to use the FtpClient class to move an msi file to the iSeries so that I can grab it later on to perform an automated update process on some software. The problem is I can't seem to specify a Binary transfer mode with the FtpClient and therefore the file is being translated and no longer functions when I pull it back out.
Just as more information, I'm not using the Ftp functionality to grab the file back out, just for transferring to the AS400.
Is there an option for switching to Binary mode or do I have to figure out some other way of handling this?