ScSFTPClient - How to get the file size without having to download it?
Currently, I'm using ScSFTPClient.DownloadFile to download a file from a server to a local file. I'm then checking the file size post-download.
Is there a way to get the file size of the targeted file without having to download it?