|
||||||||||
|
||||||||||
Related Concepts | Other Library Functions |
function | FTPConnectionSetBinary |
Available in:
Professional Enterprise |
Library: omftp - FTP support
Include: omftp.xin |
define external function FTPConnectionSetBinary value FTPConnection this-FTPConnection
This function sets the FTP transfer type to binary.
Argument:
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
---- |