***********************************************************************************************************
3.33.17	biosmenu	: Download or upload BIOS setup menu. (Deprecated)

	usage		: java -jar GbtUtility-2.1.76.jar [options] rest biosmenu <dump | upload> [uplfile]

	<dump>		: Download the BIOS setup menu as json file.
	<upload>	: Download the full BMC config as backup file from remote BMC.
	[uplfile]   	: Upload file of BIOS setup menu, it can be json or gzip format file of BIOS setup menu

	Example		:

	by Nodelist  	: java -jar GbtUtility-2.1.76.jar rest biosmenu dump
	by single IP 	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest biosmenu upload /home/bios/XXXX_setup.json
	by scan IP   	: java -jar GbtUtility-2.1.76.jar -S ssdp rest biosmenu upload /home/bios/XXXX_setup.gz

	Notice		: The download BIOS setup menu file as *.json and located at ./results/yyyy-mm-dd/rest/
***********************************************************************************************************