domino logo
5.2
  • Tech Ecosystem
  • Get Started
  • Domino Cloud
  • Collaborate
  • Projects
  • Work with Data
  • Workspaces
  • Environments
  • Executions
  • Deploy Models and Apps
  • Model Monitoring
  • Organizations
  • Security and Credentials
  • Notifications
  • Search
  • Domino CLI
  • Troubleshooting
  • Get Help
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
User Guide
>
Projects
>
Domino File System Projects
>
Manage Project Files
>
Upload Files to Domino

Upload Files to Domino

Domino limits the size of a file that can be uploaded through the Web application to 550MB. You can drag and drop files that are less than this limit into Domino.

Note

The following are the ways to upload files larger than 550MB:

Use the CLI

If your files are on your computer, use the command line interface (CLI) client. You can quickly sync projects on your local machine with projects on Domino.

Install the Domino CLI client if you haven’t done do already.

  1. After the CLI client is installed and you have authenticated (per the installation instructions), go to the folder on your local machine that contains the files to upload to your Domino project.

  2. Type the following to identify which Domino project to associate with this folder.

    domino restore

    It downloads project files that you have in Domino for that project. This lets you easily sync files to and from the project.

  3. Type the following to sync the files in your local directory to the project in Domino, thereby uploading any files over 550MB.

    domino sync
Use wget or a workspace session in Domino

If your file is on the web or accessible through a URL, Domino can download the file to your project. To do this, use a shell script or a workspace session.

Create a new .sh file in your Domino file tab and run it in Domino. See the following example.

get filesh

This imports the downloaded files through wget. The Files tab lists the downloaded files. Do this once only to bring the files into your project.

Note
Domino Data LabKnowledge BaseData Science BlogTraining
Copyright © 2022 Domino Data Lab. All rights reserved.