Linux Remote Copy help

can somebody give me a hint with that task , i keep getting permission denied…as i used scp .
it is recomended to use openssh-client but i have no clue how to ???

@loupon1979, as suggested in hint you need to install openssh-client package on destination server using ```
yum –y install openssh-clients
Also since we only have password for tony, steve and banner users on app server and destination directory might be only have write access to root. you can copy file using scp post installation of package to /tmp and then after login to app server using sudo can move to destination desired directory.
Hope this helps.
Regards

thanks for the light . it was conclusive.