OEM 13.5: Sending some file or string from agent to OMS nodes
Hi Community,
As we know we can use curl command to fetch a file from OMS on agent host from OMS server using httpd running on OMS like:
curl -k https://<OMS_HOST:UPLOAD_PORT>/filename -o ./filename ←- this command is run on agent host.
<filename> is a file placed on OMS server web server root.
============
Now, is there a way to do it in other way around ?
means I need to receive a file from agent host to OMS host
let me if this is possible ?
Thanks,
Shyam