|
|||||
function | FTPConnectionSetBinary |
Related Concepts | Other Library Functions |
Library: FTP
Include: omftp.xin |
define external function FTPConnectionSetBinary value FTPConnection this-FTPConnection
This function sets the FTP transfer type to binary.
Argument:
Example:
; set transfer type to binary FTPConnectionSetBinary MyCon
---- |