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