Based on the tutorials I've browsed through:
This is the Linux scp command syntax to retrieve file or directory from a remote computer:
scp -r [login name@ip address] : [/path/filename] .
So what exactly is /path/filename on your own computer? What is root? Is it C drive? Is it current User folder? (Windows OS here)