FTPConnectionSetBinary

function

Library: FTP support (OMFTP)
Include: omftp.xin

Declaration
define external function FTPConnectionSetBinary
           value FTPConnection this-FTPConnection

Argument definitions

this-FTPConnection
is an OMX component of type FTPConnection


Purpose

This function sets the FTP transfer type to binary.

To use this function, you must include the following line near the start of your program:


  include "omftp.xin"

Example:


  ; set transfer type to binary
  FTPConnectionSetBinary MyCon