Skip to main content
To archive a project or move it to another environment, first download it into your file system with the DownloadProject command. That command can include the working and training batches. By default, the DownloadProject command downloads a project without any working batches but with all the training batches (no images are downloaded, however). Use additional command parameters to select which batches to download. The types of the downloaded batches are preserved, and the batches are 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, give their IDs in the /BatchIds parameter. Combining /BatchIds with /CopyBatches or /CopyTrainingBatches downloads every working or training batch matching those parameters, whatever IDs you listed in /BatchIds.

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)