Sftp constructor
public \Bitrix\Sale\TradingPlatform\Sftp::__construct( string $login, string $pass, string $host = "mip.ebay.com", integer $port = 22, string $fingerprint = "A9429730355B91EC642AE6E6186DA3DC" );
Creates an object of this type. Non-static method.
Parameters
Parameter | Description | Version |
---|---|---|
$login | SFTP login. | |
$pass | SFTP password. | |
$host | SFTP host. | |
$port | SFTP port. | |
$fingerprint | Cache to verify, if a required host is connected. |
Example
© «Bitrix24», 2001-2024
Up