Operating System - OpenVMS
1832805 Members
3028 Online
110045 Solutions
New Discussion

SCP command does not work properly

 
Viet-Hung
Occasional Contributor

SCP command does not work properly

Node M01DV9 I64 is running on VMS8.3 and TCP/IP5.6 and is SSH client
Node M01DV8 Alpha is running on VMS8.2 and TCP/IP5.6 and is SSH server
The command: SCP user@M01dv8:xyz.com xyz.com has worked properly when I copied the file xyz.com from the remote node M01DV8 to the local M01DV9.
The problem is when I copy the local file xyz.com to the remote node M01DV8 as
SCP xyz.com user@M01DV8:xyz2.com
The remote file xyz.com is empty, even SCP told me 100% of complete copy.

xyz2.com;1 0
Total 1 file, 0 blocks

Someone can help me.

Thanks,
/Hung