Hi, i would like to know if it was possible to deploy an xml file on an agent with the NetXMS Console?
Thank you very much
			
			
			
				Hello!
Not directly from console. However, you can upload any file to agent via nxupload command line tool (should be run from server). All uploaded files will be placed in agent's upload directory, defined by FileStore parameter in agent's configuration file.
You can also create fake upgrade package which will just deliver required file and distribute it via agent upgrade mechanism from console.
Best regards,
Victor
			
			
			
				Thank you , i am going to try to create a fake package 
			
			
			
				With the fake package it works! Than you.