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 changes the project’s UUID. By default, the system does not check whether the project already exists there.
Add the /CheckProjectExists flag to get an error message when a project with the same UUID is already on the server.
To download a project from a server to a local file system, use the DownloadProject command.
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.
