Hello,
In the introduction of the cr server at 
https://openjdk.org/groups/web/crServer.html (redirected from 
https://cr.openjdk.org/), the example command line of scp is insufficient.  
Sometimes, when users are using a modern scp client, we need to add an 
additional -O flag.  For example:

$ scp -r 8343251-apidiff [email protected]:
##############################################################
      Welcome to the OpenJDK CR prod Server
##############################################################
scp: realpath ./8343251-apidiff: No such file
scp: upload "./8343251-apidiff": path canonicalization failed
scp: failed to upload directory 8343251-apidiff to .
$ scp -O -r 8343251-apidiff [email protected]:
##############################################################
      Welcome to the OpenJDK CR prod Server
##############################################################
copy.svg                                      100%  845    11.4KB/s   00:00
link.svg                                      100% 1100    12.7KB/s   00:00
stylesheet.css                                100%   36KB 209.1KB/s   00:00
x.png                                         100%  394     5.2KB/s   00:00

I believe we can add this little tip so people won't have to look around online 
for a solution when they encounter the same issue.

Regards,
Chen Liang

Reply via email to