TwistPHP Documentation

openPassiveConnection

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

openPassiveConnectionOpen up a passive connection to be used for the next FTP communication

Return Values

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

Example

<?php
//Call the function openPassiveConnection with the example vars
$resSocket = new \Twist\Core\Models\FTP\Socket();
$resSocket -> openPassiveConnection();