I want to take backup of my website which is hosted on godaddy.
I used pscp command from my windows dos and try to download whole public_html folder. my command is :
Appending a star to the source should fix it, e.g.
pscp -r user@host:public_html/* d:\sites\;