File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ FTP Client for Yii2
2+ ===================
3+
4+ [ ![ Latest Stable Version] ( https://poser.pugx.org/yii2mod/yii2-ftp/v/stable )] ( https://packagist.org/packages/yii2mod/yii2-ftp ) [ ![ Total Downloads] ( https://poser.pugx.org/yii2mod/yii2-ftp/downloads )] ( https://packagist.org/packages/yii2mod/yii2-ftp ) [ ![ License] ( https://poser.pugx.org/yii2mod/yii2-ftp/license )] ( https://packagist.org/packages/yii2mod/yii2-ftp )
5+
6+ Installation
7+ ------------
8+
9+ The preferred way to install this extension is through [ composer] ( http://getcomposer.org/download/ ) .
10+
11+ Either run
12+
13+ ```
14+ php composer.phar require --prefer-dist yii2mod/yii2-ftp "*"
15+ ```
16+
17+ or add
18+
19+ ``` json
20+ "yii2mod/yii2-ftp" : " *"
21+ ```
22+
23+ to the require section of your composer.json.
24+
25+
126## Getting Started
227
328Connect to a server FTP :
@@ -168,4 +193,4 @@ Result :
168193 5 => string '214 Pure-FTPd - http://pureftpd.org/' (length=36)
169194
170195
171- _ Note : The result depend of FTP server._
196+ _ Note : The result depend of FTP server._
You can’t perform that action at this time.
0 commit comments