I have backup all my website files to a zip folder from cpanel. Now I want to download this zip folder to my local drive. I searched on internet and found command line code 'scp' but its not working for me.
scp myusername@remotehost.edu:file.zip D:/
I am currently in 'public_html' directory using SSH.
