KB Article #176672

File Upload filter may upload files in ASCII mode even if binary is selected

Problem


* The File Upload (FTP) filter may upload a file in ASCII mode, even when binary transfer has been selected.

Resolution


-- The API Gateway always uses the 'FTPS' settings instead of the FTP settings.  There is a work-around to get it to transfer files in the correct mode:  change the connection type to 'FTPS', then set the file type to binary.  Now set the connection type back to FTP and deploy and it should connect correctly afterwards, using binary transfer mode.