File path: dist/twist/Core/Models/FTP/Native.model.php
Namespace: Twist\Core\Models\FTP
login
— Login to the open FTP connection
Name | Description |
---|---|
$strUsername | n/a |
$strPassword | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strUsername = 'foo';
$strPassword = 'foo';
//Call the function login with the example vars
$resNative = new \Twist\Core\Models\FTP\Native();
$resNative -> login($strUsername, $strPassword);