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:
Opening new session to accelrys@login-0-0:22
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...