См. определение в файле sftp.php строка 15
◆ __construct()
__construct |
( |
| $login, |
|
|
| $pass, |
|
|
| $host, |
|
|
| $port, |
|
|
| $fingerprint = "" ) |
Constructor.
- Аргументы
-
string | $login | Sftp login. |
string | $pass | Sftp password. |
string | $host | Sftp host. |
int | $port | Sftp port. |
string | $fingerprint | Hostkey hash. |
См. определение в файле sftp.php строка 34
◆ connect()
Makes connection via SFTP
- Возвращает
- bool.
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле sftp.php строка 48
◆ downloadFile()
downloadFile |
( |
| $remoteFile, |
|
|
| $localFile ) |
- Аргументы
-
string | $remoteFile | Path to remote file. |
string | $localFile | Path to local file. |
- Возвращает
- bool.
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле sftp.php строка 129
◆ getFileSize()
getFileSize |
( |
| $remoteFile | ) |
|
- Аргументы
-
string | $remoteFile | Remote file. |
- Возвращает
- int Filesize.
См. определение в файле sftp.php строка 171
◆ getFilesList()
getFilesList |
( |
| $remotePath | ) |
|
- Аргументы
-
string | $remotePath | Remote path. |
- Возвращает
- array List of files from remote path.
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле sftp.php строка 151
◆ uploadFile()
uploadFile |
( |
| $localFile, |
|
|
| $remoteFile ) |
- Аргументы
-
string | $localFile | Path to local file. |
string | $remoteFile | Path to remote file. |
- Возвращает
- bool.
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле sftp.php строка 102
◆ $connection
◆ $fingerprint
◆ $host
◆ $login
◆ $pass
◆ $port
◆ $sftp