TwistPHP Documentation

pasv

File path: dist/twist/Core/Models/FTP/Socket.model.php
Namespace: Twist\Core\Models\FTP
Extends:

pasv

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 pasv with the example vars
$resSocket = new \Twist\Core\Models\FTP\Socket();
$resSocket -> pasv($blEnable);