Its the same as cp except that when you want to specify a remote host you use user@host:/path/to/file (host has to be running sshd, can either be an ip address or hostname/fqdn)
For example if you want to download the file /home/user/myfile from a remote machine you'd use
Code:
pscp user@host:/home/user/myfile .