I am retrieving a large files using SCP (from a linux system to a Windows system), now is there any way of compressing that destination file on the fly, for example:
pscp -C root@123.123.123.123:/backups/backup1.bin Backups\backupdestination.bin
So "backupdestination.bin" would be compressed on the destination drive on the fly.
e.g. C:\backups\backupdestination.zip rather than C:\backups\backupdestination.bin