Copy File to/from Remote Host (SCP)

Hello,

Is it possible to upload a file from the client machine (e.g., my PC) to a PP server directory by using the Copy File to Remote Host (SCP) component and vice versa, i.e., download a file from the PP server to a local client directory (e.g., C:\dir\) by using the Copy File from Remote Host (SCP) component?

I followed the tutorial named Running a Protocol with a SCP and SSH Components provided in the Command-line Components Guide... As demonstrated there, Copy File to Remote Host (SCP) is used to upload a *.txt file (c:\temp\reg_numbers.txt) to /home/user1 directory on the PP server... I tried to recreate the same scenario, but it is not working... So, when I debug the job, the output is:

registered protocol end listener

Opening new session to accelrys@login-0-0:22

The authenticity of host 'login-0-0' can't be established. RSA key  fingerprint is 11:b4:82:a8:df:59:56:32:4b:f4:2f:6e:00:8b:2b:d2. Are you sure you  want to continue connecting? Yes.
Password for  accelrys@login-0-0

On the other hand, the SCP components work good but only if I want to copy files from one to another location on the PP server...