You can try one of the following approaches:1. Configure your dispatcher web server to send the file. This can be achieved in a variety of ways in apache (e.g. mod_alias).2. Add the required file to the appropriate location in AEM. Generally the path would be something like /content/yoursite/en/<fil...
Can you try changing where your quotes are, particularly on the "file" parameter?curl -u admin:admin -F "file=@D:\Phase2\test.zip" -F "name=test" -F force=true -F install=true http://localhost:4502/crx/packmgr/service.jsp
You may also want to consider looking at the mixin types on the node.It might help if you explain a little more about your use case and what you want to do when a rollout occurs.