UploadProject command to upload a project from a local file system to a server. By default, the training batches are also copied.
Uploading a project to the server always modifies the project’s UUID. By default, the system does not check whether the project being uploaded already exists on the server. To avoid this, use the
/CheckProjectExists flag, which will display an error message when a project with the same UUID already exists on the server.Parameters
Example of use
UploadProject /Source="D:\Projects\FCProject" /Target="https://FCSRV" /U=user /P=password /CopyTrainingSamples— uploads a project and all contents of its training batches to the server.UploadProject /Source="D:\Projects\FCProject" /Target="https://FCSRV" /U=user /P=password /CopyTrainingBatches=LayoutOnly /CheckProjectExists— uploads a project and all its field extraction training batches, and checks whether an identical project exists on the server.
