Is there a Windows batch command that can copy files from a Linux server to my local machine?

I have been using the following scp command: SET cfolder=c:\temp\%currentdate% scp -r username@servername.com:/opt/logs/test.log %cfolder%\test_K1B.log The problem with the above is that it keeps