TSL语言基础 > Object TSL > TSL内置对象使用大全 > FTP对象 > FTP对象的方法

Quote    

简述

用于执行在这个类中未实现的FTP命令。
定义
Quote(const Command:string):integer;
参数
名称类型说明
CommandString字符串类型,要执行的FTP命令。
返回integer整数,FTP命令的执行的结果代码。
相关