lazzard / php-ftp-client

:package: Provides helper classes and methods to manage FTP files in an OOP way.
MIT License
91 stars 19 forks source link

timeout during other work #36

Closed parsibox closed 1 year ago

parsibox commented 2 years ago

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

$client->keepAlive();
AmraniCh commented 2 years ago

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.