# Flysystem Adapter for SFTP
[![Author](http://img.shields.io/badge/author-@frankdejonge-blue.svg?style=flat-square)](https://twitter.com/frankdejonge)
[![Build Status](https://img.shields.io/travis/thephpleague/flysystem-sftp/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/flysystem-sftp)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/flysystem-sftp.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/flysystem-sftp/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/flysystem-sftp.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/flysystem-sftp)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Packagist Version](https://img.shields.io/packagist/v/league/flysystem-sftp.svg?style=flat-square)](https://packagist.org/packages/league/flysystem-sftp)
[![Total Downloads](https://img.shields.io/packagist/dt/league/flysystem-sftp.svg?style=flat-square)](https://packagist.org/packages/league/flysystem-sftp)
[![Documentation](https://img.shields.io/badge/read-documentation-brightgreen.svg)](https://flysystem.thephpleague.com/adapter/sftp/)
This adapter uses phpseclib to provide a SFTP adapter for Flysystem.
## Installation
```bash
composer require league/flysystem-sftp
```
## Documentation
Full documentation of this adapter can be found [here](https://flysystem.thephpleague.com/adapter/sftp/): https://flysystem.thephpleague.com/adapter/sftp/
## Usage
```php
use League\Flysystem\Sftp\SftpAdapter;
use League\Flysystem\Filesystem;
$adapter = new SftpAdapter([
'host' => 'example.com',
'port' => 22,
'username' => 'username',
'password' => 'password',
'privateKey' => 'path/to/or/contents/of/privatekey',
'passphrase' => 'passphrase-for-privateKey',
'root' => '/path/to/root',
'timeout' => 10,
'directoryPerm' => 0755
]);
$filesystem = new Filesystem($adapter);
```
没有合适的资源?快使用搜索试试~ 我知道了~
flysystem-sftp:用于SFTP的Flysystem适配器
共7个文件
php:4个
json:1个
md:1个
1星 需积分: 40 1 下载量 174 浏览量
2021-04-30
13:40:26
上传
评论
收藏 6KB ZIP 举报
温馨提示
用于SFTP的Flysystem适配器 该适配器使用phpseclib为Flysystem提供一个SFTP适配器。 安装 composer require league/flysystem-sftp 文献资料 该适配器的完整文档,可以发现: 用法 use League \ Flysystem \ Sftp \ SftpAdapter ; use League \ Flysystem \ Filesystem ; $ adapter = new SftpAdapter ([ 'host' => 'example.com' , 'port' => 22 , 'username' => 'username' , 'password' => 'password' , 'privateKey' => 'path/to/or/contents/of/priv
资源详情
资源评论
资源推荐
收起资源包目录
flysystem-sftp-master.zip (7个子文件)
flysystem-sftp-master
composer.json 559B
readme.md 2KB
LICENSE 1KB
src
SftpAdapterException.php 76B
SftpAdapter.php 14KB
InvalidRootException.php 130B
ConnectionErrorException.php 132B
共 7 条
- 1
阿礅
- 粉丝: 33
- 资源: 4656
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论1