DownloadProject command, which allows you to download projects together with any required working or training batches.
By default, the DownloadProject command will download a project without any working batches but with all the training batches (no images will be downloaded, however). You can use additional command parameters to select which batches to download. The types of the downloaded batches will be preserved and they will be saved to their respective folders.
To upload a project to the server, use the UploadProject command.
Parameters
To download only specific working or training batches, specify their ID in the /BatchIds parameter. If the /BatchesIds parameter is used in conjunction with the /CopyBatches or /CopyTrainingBatches parameter, all the working or training batches with the specified values are downloaded, regardless of the IDs specified in the /BatchIds parameter.
Example of use
DownloadProject /Source="https://FCSRV/1/SingleEntryPoint" /Target=D:\Projects /CopyTrainingBatches=none /BatchIds=1,2,3 /U=user /P=password– Downloads a project with the specified batches (training and classifier batches are downloaded without their images).DownloadProject /Source="https://FCSRV/1/SingleEntryPoint" /Target=D:\Projects /CopyTrainingBatches=none /BatchIds=1,2,3 /CopyTrainingSamples /U=user /P=password– Downloads a project with the specified batches (training and classifier batches are downloaded together with their images).DownloadProject /Server=https://FCSRV /Target=D:\Projects /CopyTrainingBatches=LayoutOnly /BatchIds=2,3,7954 /U=user /P=password– Downloads a project with all the field extraction training batches (without their images) and with the specified working or classifier batches.DownloadProject /Source="https://FCSRV/1/SingleEntryPoint" /Target=D:\Projects /CopyTrainingBatches=All /CopyTrainingSamples /U=user /P=password– Downloads a project with all the training batches (together with their images).
