Uploading FPR files

Users periodically upload application analysis results files (in FPR format) to Application Security. To do this from the command line, you must have an authentication token. You can upload an FPR file by specifying either the application identifier or the application name and version.

Examples

Upload an FPR file to Application Security using an application version identifier:

fortifyclient uploadFPR -url <host.url> -authtoken <token> -file MyScan.fpr -applicationVersionID <id>

Upload an FPR file to Application Security using an application name and version:

fortifyclient uploadFPR -url <host.url> -authtoken <token> -file MyScan.fpr -application MyApp -applicationVersion 1.0

See Also

Generating an authentication token from the command line

Listing application versions