Re: Found it under Properties
Indeed, in GUI, you can use the Properties window:
https://winscp.net/eng/docs/ui_properties
If counting files remotely takes too long, and you have a shell access to the server, you can instead use Console window to calculate the files locally on the server:
https://winscp.net/eng/docs/ui_console
https://winscp.net/eng/docs/ui_properties
If counting files remotely takes too long, and you have a shell access to the server, you can instead use Console window to calculate the files locally on the server:
find . -type f | wc -l
https://winscp.net/eng/docs/ui_console