diff -r 8264ea1f42e5 -r 2114cc7275e8 src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py --- a/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py Sat Feb 17 11:26:37 2024 +0100 +++ b/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py Sat Feb 17 19:46:33 2024 +0100 @@ -370,6 +370,8 @@ pattern=params["pattern"], followsymlinks=params["follow_symlinks"], ignore=params["ignore"], + recursive=params["recursive"], + dirsonly=params["dirs_only"], ) return { "ok": True,