GotoHTTP 7.0 CLI, copyright (c) 2017-2024 Pingbo Inc. https://gotohttp.com

Usage: 

	To start the program, please run the command: 
	
	sudo ./gotohttp_cli
	
	Note: GotoHTTP requires root permission, or it will not work.
	
	After the program started, you will see the Computer Id and Access Code, 	please use web browser to open URL http://gotohttp.com , then input them and click 'Start Control'.
	By default, GotoHTTP uses random Access Code,  if you want to change it, please run GotoHTTP with parameter '-p'.
	
	For example:
	
	sudo ./gotohttp_cli -p my_password
	
	GotoHTTP supports the following parameters:
			
			-p <pass>  Set user password
			-f <1|0>   Allow/Disallow file transfer
			
	For example:
	
	 sudo ./gotohttp -p my_password -f 0
	 
	Tip: All parameters will be saved automatically, you don't have to set parameters next time.
	
Uninstall:
	By default, GotoHTTP enabled the unattended access mode, it will be started automatically on system booted. If you want to uninstall it please run the script 'uninstall' in this directory, then you can remove the files.
	If you just want to run it temporarily, you may run gotohttp with parameter 'noboot', for example: gotohttp_cli noboot . Other parameters are supported too, but noboot must be the first one.
	
------------------------中文说明 Chinese description----------------------------------
用法：

	请运行下面命令启动程序：
	
	sudo ./gotohttp_cli
	
	注意：GotoHTTP需要root权限。
	
	程序启动后，您将会看到 Computer Id(电脑Id)和Access Code(控制码), 请用浏览器打开我们的网站 http://gotohttp.com,然后输入它们并点击开始控制。
	
	默认情况下，GotoHTTP使用随机控制码，如果你想换一个，请带参数-p运行GotoHTTP.
	
	示例:
		sudo ./gotohttp_cli -p 我的密码
	
	GotoHTTP还支持以下参数:
	
			-p <pass>  设置用户密码
			-f <1|0>   允许/禁止 文件传输
			
	示例:
	
	 sudo ./gotohttp -p my_password -f 0
	 
  提示: 所有参数会自保存，不需要每次都设置参数。
  
卸载: 
	第一次运行后，GotoHTTP默认打开无人值守模式，系统重启后它会自动运行。如果需要反安装，只要运行此目录下的uninstall脚本即可。
	如果只想临时运行，可以带参数 "noboot" , 例如: gotohttp_cli noboot , 其它参数仍然支持，但noboot必须是第一个。
	
	 