speedy/ftp-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

speedy/ftp-client

Composer 安装命令:

composer require speedy/ftp-client

包简介

A simple PHP FTP client

关键字:

README 文档

README

Speedy FTP client is a package component for simple communication with the ftp server written in php.

Requirements

  • >= php 7.1

Installation

$ composer require speedy/ftp-client

Usage

Basic initialization and class usage for the most used ftp server operations

require_once __DIR__ . '/vendor/autoload.php';

use Speedy\FTP\Connection\Connection;
use Speedy\FTP\SimpleFTPClient;

$connection = new Connection('host', 'login', 'password');
$client = new SimpleFTPClient($connection);

// shows the list of folders and files in the root server
var_dump($client->nlist('/'));

Tests

This package contains the basic tests that provide a good basis for further development

统计信息

  • 总下载量: 8.17k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-01-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固