ftp服务器 相关的搜索结果 共有5个

ftp_cd()

描述: 设置ftp服务器上的远程工作目录。 语法: ftp_cd(client,remotePath) 备注: 外部库函数,外部库的使用请参考《外部库使用指南》。 当只有一个远程工作目录时,remotePath参数可以省略。 参数: cliftp服务器,远程工作目录,外部库函数

ftp_get()

描述: 从ftp服务器下载单个文件。 语法: ftp_get(client,remoteFile,localFile) 备注: 外部库函数,外部库的使用请参考《外部库使用指南》。 当localFile为相对路径时,相对当前dfx的文件路径。ftp服务器,下载文件,外部库函数

ftp_mget()

描述: 从ftp服务器下载多个文件 语法: ftp_mget(client,serverFolder,localFolder,multiServerFiles) 备注: 外部库函数,外部库的使用请参考《外部库使用指南》。 当serverFoftp服务器,下载文件,外部库函数

ftp_mput()

描述: 上传多个文件到ftp服务器。 语法: ftp_put(client,serverFolder,localFolder,multiLocalFiles) 备注: 外部库函数,外部库的使用请参考《外部库使用指南》。   当serverFftp服务器,上传文件,外部库函数

ftp_put()

描述: 上传单个文件到ftp服务器。 语法: ftp_put(client,remoteFile,localFile) 备注: 外部库函数,外部库的使用请参考《外部库使用指南》。 当localFile为相对路径时,相对当前dfx的文件路径。上传文件,ftp服务器,外部库函数