windows - Trying to copy JAR file from local machine to linux server -
i trying copy jar file local machine linux(centos) server, getting error.
this command:
pscp watch.jar dev@10.10.40.74:/home/dev/documents
watch.jar name of jar , dev user on server. trying copy file particular location(home/dev/documents)
the error got is:
watch.jar: network error occurred
http://i.stack.imgur.com/avbij.png
and when run java -jar watch.jar
on linux server, says
error: invalid or corrupt file.
any appreciated.
Comments
Post a Comment