The Files & Data section of the dxflow interface provides a comprehensive file management system for handling data assets, workflow inputs and outputs, and shared resources. This interface serves as a central hub for all your data management needs.
The Files interface offers enterprise-grade file management capabilities:
Centralized Storage
Unified Storage System
File Operations
Complete File Management
Data Integration
Pipeline Integration
Access Control
Security & Sharing
The main file browser provides an intuitive interface similar to your operating system's file manager:
Efficient File Browsing
Built-in Preview System
Multiple methods for uploading and importing files:
Drag & Drop
Intuitive Upload
Traditional Upload
File Picker Dialog
CLI Integration
Command Line Upload
Team Collaboration
External Access
Team Features
Input Data Handling
Data Preparation
Output Collection
Result Management
Archive Management
File Sync
Data Transfer
After logging in, navigate to the "Files & Data" section from the main menu.
dxflow object fs upload <local-path> <remote-path>The file management system provides comprehensive REST API endpoints:
# File operations
GET /api/object/fs/ # List files and directories
POST /api/object/fs/ # Create files and directories
PUT /api/object/fs/upload/ # Upload files
PUT /api/object/fs/rename/ # Rename/move files
DELETE /api/object/fs/ # Delete single file
DELETE /api/object/fs/batch/ # Delete multiple files
# Download endpoints
GET /api/object/fs/download/ # Download files
GET /api/object/fs/presigned/download/ # Presigned download URLs
# Advanced features
PUT /api/object/fs/zip/ # Create zip archives
PUT /api/object/fs/unzip/ # Extract zip archives
PUT /api/object/fs/share/ # Generate secure sharing tokens
PUT /api/object/fs/presigned/upload/ # Presigned upload URLs
# Core file operations
dxflow object fs list # List files and directories
dxflow object fs upload <local> <remote> # Upload files
dxflow object fs download <remote> <local> # Download files
dxflow object fs create <path> # Create directory
dxflow object fs rename <old> <new> # Rename files/folders
dxflow object fs delete <path> # Delete files/folders
# Advanced operations
dxflow object fs share <path> # Create share link
dxflow object fs zip <source> <target> # Create zip archive
dxflow object fs unzip <archive> <dest> # Extract archive
Ctrl/Cmd while clicking to select multiple filesShift to select a range of filesCtrl/Cmd+A to select all files in current folderFile Organization
Security Measures
Optimization Tips
The Files & Data interface provides everything you need to manage your workflow data efficiently, from simple file storage to complex data pipeline integration.
Apps & Pipelines
Comprehensive platform for managing containerized applications and complex workflows using Docker Compose integration
Terminal Access
The dxflow terminal provides a command-line interface to interact with the dxflow engine, allowing you to execute commands, manage workflows, and access system functionalities directly from your terminal.