TwistPHP Documentation

passiveMode

File path: dist/twist/Core/Utilities/FTP.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

passiveModeEnable/Disable passive mode globally for this connection

Parameters

Name Type Description
[$blEnable = true]booleann/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$blEnable true;

//Call the function passiveMode with the example vars
Twist::FTP() -> passiveMode($blEnable);