Object Fs
File and directory operations within dxflow storage including upload, download, compression, and sharing
Usage
Terminal
dxflow object fs
Subcommands
| Command | Description | Help |
|---|---|---|
| list | List files/dirs | dxflow fs list --help |
| create | Create file/dir | dxflow fs create --help |
| upload | Upload files | dxflow fs upload --help |
| download | Download files | dxflow fs download --help |
| rename | Rename/move items | dxflow fs rename --help |
| share | Create share link | dxflow fs share --help |
| zip | Create archive | dxflow fs zip --help |
| unzip | Extract archive | dxflow fs unzip --help |
| delete | Delete items | dxflow fs delete --help |