# scp from <remote windows> to <local windows> on usb drive (F:)
scp <RemoteUser>@<RemoteIp>:"C:Users<RemoteUser>DownloadsVideo<FileName>*.*" F:
# In general, scp <source> <destination>
scp joe@192.168.1.100:/share/music/filename1.mp3 /var/tmp
mp3 to /var/tmp
scp -r joe@192.168.1.100:/share/music/album1 /var/tmp/
So now all the folder with mp3's /share/music/album1 will save to /var/tmp/