I am trying to copy a folder/directory from Ubuntu Server to Windows using PSCP.
I am using following command to copy:
pscp.exe -r -pw pass user@10.10.10.11:/u02/mycode/code .
Above command does not copy complete folder from above server.
Actual size of folder on Ubuntu machine is approx 767MB. But when I copy the folder on Windows it shows folder size approx 270MB.
I have not used compression option in command