===== send2uls ===== send2uls.exe is used to transfer ULS value files to the ULS-server. On success, it will remove the ULS value files. Usage: send2uls.exe [-?] [-l] [-h ] [-u ] [-U ] [-S] [-P ] [-d ] [-e ] [] {| ! parameter ! description |- | -? | Shows the usage summary. Any unrecognized parameter will generate this output. |- | -l | Outputs some verbose information during program execution. |- | -h | Checks whether the ULS-server accepts values from the and its currently effective ip address. It returns an "OK" on success, "NOSRV" on failure. |- | -u | Specifies the destination ULS-server, := ip:port, e.g. 10.2.3.4:11975 |- | -U | Specifies the second destination ULS-server, := ip:port, e.g. 10.2.3.4:11975. The transfer is only done if the transfer to the was successful. |- | -S | Use HTTPS in when transferring data to the ULS-server. the script accepts the self-signed certificate offered by the ULS-server as is (no check and no two-way authentication). Man-in-the-middle attacks are possible. |- | -P | Use the proxy, := ip:port, e.g. 10.1.1.111:3333 |- | -e | Transfer a one-liner to the ULS-server, no file, no directory. must confirm to lines described in [[uls:agents:value_file_format]]. |- | -d | Transfer all files in directory to the ULS-server and optionally to ULS-server . Remove the only if the transfer ((only the transfer, not the insertion into the database)) to was successful. Nevermind if the transfer to was successful. |- | | Transfer all given to the ULS-server and optionally to ULS-server . Remove the only if the transfer ((only the transfer, not the insertion into the database)) to was successful. Nevermind if the transfer to was successful. |}