FTP wrapper.
More...
|
| | __construct ($host, $port=21, $secure=false, $timeout=90) |
| |
| | __destruct () |
| |
| | close () |
| |
| | putContents ($remote, $data, $mode=FTP_BINARY) |
| |
| | getContents ($remote, $mode=FTP_BINARY) |
| |
| | mkdir ($path, $mode=0777) |
| |
| | isDir ($path) |
| |
| | find ($path, $filters=null, $recursive=false) |
| | Find and filter files. More...
|
| |
| | dir ($path, $pattern=null, $recursive=false) |
| | Find files. More...
|
| |
| | __call ($func_name, $params) |
| |
FTP wrapper.
Definition at line 8 of file Ftp.php.
◆ __construct()
| __construct |
( |
|
$host, |
|
|
|
$port = 21, |
|
|
|
$secure = false, |
|
|
|
$timeout = 90 |
|
) |
| |
◆ __destruct()
◆ __call()
| __call |
( |
|
$func_name, |
|
|
|
$params |
|
) |
| |
◆ close()
◆ dir()
| dir |
( |
|
$path, |
|
|
|
$pattern = null, |
|
|
|
$recursive = false |
|
) |
| |
◆ find()
| find |
( |
|
$path, |
|
|
|
$filters = null, |
|
|
|
$recursive = false |
|
) |
| |
◆ getContents()
| getContents |
( |
|
$remote, |
|
|
|
$mode = FTP_BINARY |
|
) |
| |
◆ isDir()
◆ mkdir()
| mkdir |
( |
|
$path, |
|
|
|
$mode = 0777 |
|
) |
| |
◆ putContents()
| putContents |
( |
|
$remote, |
|
|
|
$data, |
|
|
|
$mode = FTP_BINARY |
|
) |
| |
◆ $_connection
The documentation for this class was generated from the following file:
- /var/www/fred.local/vendor/rsi/helpers/src/Rsi/Wrapper/Ftp.php