ftpclient:PHP Ftp客户端类

时间:2021-05-23 06:24:35
【文件属性】:
文件名称:ftpclient:PHP Ftp客户端类
文件大小:80KB
文件格式:ZIP
更新时间:2021-05-23 06:24:35
JavaScript 适用于PHP的FTP客户端 由Melih Ucar撰写。 ( ) 根据MIT许可获得许可 用法 连接到FTP主机: $ ftp = new FTPClient (); $ ftp -> connect ( $ host , $ ssl , $ port , $ timeout ); $ ftp -> login ( $ username , $ password ); 使用被动模式:### // This uses passive mode $ ftp -> passive (); // If you want to disable using passive mode then $ ftp -> passive ( false ); 使用二进制模式:### // This uses binary mode, required for downloading binari
【文件预览】:
ftpclient-master
----composer.json(434B)
----api()
--------elementlist.js(67B)
--------source-class-FTPClient.html(67KB)
--------class-FTPClient.html(28KB)
--------package-FTPClient.html(2KB)
--------404.html(2KB)
--------tree.html(2KB)
--------index.html(2KB)
--------resources()
----src()
--------Melihucar()
----LICENSE.md(1KB)
----README.md(4KB)

网友评论