File path: dist/twist/Core/Utilities/FTP.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
passiveMode
— Enable/Disable passive mode globally for this connection
Name | Description |
---|---|
[$blEnable = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blEnable = true;
//Call the function passiveMode with the example vars
Twist::FTP() -> passiveMode($blEnable);