php-ftp-client icon indicating copy to clipboard operation
php-ftp-client copied to clipboard

timeout during other work

Open parsibox opened this issue 3 years ago • 1 comments

hi can you create a method that call keepAlive every 5 second ?

$client->keepAlive();

parsibox avatar May 10 '22 06:05 parsibox

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.

AmraniCh avatar Jun 13 '22 08:06 AmraniCh