File path: dist/twist/Core/Models/FTP/Native.model.php
Namespace: Twist\Core\Models\FTP
disconnect
— Disconnect the current session (connection)
void — No return information has been documented for this function.
<?php
//Call the function disconnect with the example vars
$resNative = new \Twist\Core\Models\FTP\Native();
$resNative -> disconnect();