When I try to copy a binary file to a remote node using the following command it fails with below error. /opt/tectia/bin/scpg3 -q -p -B -i /home/user/.ssh2/identification /opt/jdk.jar user@host:/opt/jdk.jar Exit Code 8 Error Stream error: Cannot open stream listener, file: /opt/jdk.jar What could be the reason. Any work around to overcome this error ? |
Prakash, In the cases that we have seen with the message "Cannot open stream listener, file" it is usually a permissions issue with the parent directory. Please ensure that the user ID has the proper access to the /opt directory. Hope this helps --Dave |