IDA DOWNLOADSAMPLES command

The IDA DOWNLOADSAMPLES CLPPlus command downloads source files that contain samples (which can be deployed to create a working UDX) and templates (which provide a skeleton for your own UDX source files).

Invocation

You must run this command from the CLPPlus interface.

Authorization

None

Required connection

CLPPlus must be connected to the database.

Command syntax

IDA DOWNLOADSAMPLES

Read syntax diagramSkip visual syntax diagramIDA DOWNLOADSAMPLES TARGETDIRECTORYcurrent_directory TARGETDIRECTORYdirectory FORMATtar.gz [for Linux]FORMATzip [for Windows]FORMATtar

Parameters

TARGETDIRECTORY | TARGETDIR
The directory in which the compressed file containing the samples is to be stored. The default is the current working directory.
FORMAT
The type and extension of the compressed file containing the samples:
  • tar.gz
  • tar
  • zip

Examples

The following command downloads a default compressed file containing samples to the current directory:
SQL> IDA DOWNLOADSAMPLES 
The following command downloads a tape archive file containing samples to the /home/user1 directory:
SQL> IDA DOWNLOADSAMPLES TARGETDIR /home/user1 FORMAT tar