You are here: Commands > Live Capture Commands > Save Capture

Save Capture

The Save Capture command saves the captured data after a capture was started, then stopped with the Stop Capture command described below. This command has an optional parameter for setting the file name the captured data will be saved to. If no parameter is sent, the default capture file name provided in the application configuration file described above will be used.

Save Capture;c:\program files\common files\fte\my capture files\mycap.cfa

There are some conditions in which this command will fail. If an error occurs - which could be due to no capture data being present when the command is sent - then a failure notification response is sent from the server. The form for the failure notification response is the following.

Save Capture;FAILED;Timestamp=14:25:00,10/05/2006;Reason=Cannot save to disk, actively capturing or no capture data to save.

A successful attempt to save captured data will result in a successful notification response. The form for the successful notification response is the following.

Save Capture;SUCCEEDED;Timestamp=14:26:00,10/05/2006