How to exclude files or folder not to be transferred to server with Windows PuTTY PSCP command?
My command:
pscp -r -i "D:\my-key.ppk" D:\wamp\www\abc\* ec2-user@58.55.86.157:/var/www/html
It transfers all files and directories. I want to exclude some directory let's say runtime\
and its content.
I googled but no commands found.
Please help.