> How do I download files of a specific extension from an IP Address?

How do I download files of a specific extension from an IP Address?

Posted at: 2014-06-09 
Hello, I have joined this local gaming group of late. And I lost all my saved game files somehow. Then this friend of mine said that I can download his saved files and paste them in my folder. The problem is that. He gave me his IP Address and said that I put some command with his IP address and download all files of save game extension( *.n21 ) on a location I like on my computer. But I have no idea how to do that. Can anyone please give the step by step process for this? He said I can download the files while playing the game in multiplayer online using his IP as at that time his computer will be connected to mine. Please give the answer as if I don't know how to use the computer in command prompt. I won't understand any reference.
Open command prompt via start menu search. Type xcopy \\His.IP.Add.ress\C$\Location\of\the\fol... C:\destination\at\your\computer\ /r /h *.n21 But wouldn't it be easier to just copy the whole folder? Or you can just give him an external storage device. This networking xcopy seems a little complicated. Just a suggestion.