SCP Commands - TheGetch/Penetration-Testing-Methodology GitHub Wiki
SCP Commands
pscp -P 22222 C:\Users\User\<localfile> user@remotehost:/folder/<remote_Directory>
Copy from remote server:
scp -P 22222 user@myhost:\home\user\<file.exe> C:\Users\Victim
With key file:
scp -i pkey user@myhost:\home\user\<file> /home/destination/