File path: dist/twist/Core/Utilities/FTP.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
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
Twist::FTP() -> login($strUsername, $strPassword);