↧
Answer by user9517 for Putty: pscp file transfer change permission
You can't do this with pscp which is an implementation of scp. Perhaps you should look at ssh or plink to remote in to the system and run a command e.g. plink root@127.0.0.1 chown -R jetty:jetty...
View ArticlePutty: pscp file transfer change permission
I am transferring my file using pscp with the command below: pscp target\app.war root@127.0.0.1:/jetty/webapps What would be the syntax to change the ownership of the app.war file ? In other words to...
View Article