File path: dist/twist/Core/Models/FTP/Socket.model.php
Namespace: Twist\Core\Models\FTP
openPassiveConnection
— Open up a passive connection to be used for the next FTP communication
void — No return information has been documented for this function.
<?php
//Call the function openPassiveConnection with the example vars
$resSocket = new \Twist\Core\Models\FTP\Socket();
$resSocket -> openPassiveConnection();