php-ftp-client
php-ftp-client copied to clipboard
timeout during other work
hi can you create a method that call keepAlive every 5 second ?
$client->keepAlive();
Hey, thanks for opening this issue.
This library tries to provide minimal API methods that wrap the native functions provided by the FTP extension, your requested method is very specific to your case and not like a method that people widely need, I suggest implementing this method in yourself.