From: Arunkumar S <aru...@gm...> - 2014-06-21 00:21:58
|
Hi, I have a CIM Client CLI utility which connects to my SFCB provider to manage the remote system. Now, I have a requirement to copy the log files ( of huge size around 20MB ) from the remote system through CIM. Is there any standard mechanism to achieve this. ? My managed system have strict memory limitation, due to that, I can't allocate string buffer for 20MB and pass the string as CMPI output value from Provider to CLI client. Thanks, Arun |