How can I upload files through command line rather than web?

For first post, please answer the questions below!

Describe your issue in detail

What version of Cells are you using?

What is the server OS? Database name/version? Browser name or mobile device description (if issue appears client-side)?

What steps have you taken to resolve this issue already?

I install pydio-cells through helm chart and it’s running great and stable. It’s easy to upload file through web client.

But sometimes I would like to upload files through my Linux Server directly (especially large files over 10 GB or more), rather than download these files to my computer and upload again. So is there any API can be used to upload files through command line? It would be nice if we can use API to upload or download files

Yes, you should have a look at the cells client Pydio | Cells Client

For large files, I strongly advise to use a Personal Access Token, you can generate a PAT directly from the Cells container with a CLI, the inline doc is your friend:

cells admin user token -h 

Thanks, I will take a try on that!

It’s helpful for me, I can use cec to upload and download files directly on my Linux Server!

And another question I want to ask is that is it available to build cec from source code for arm architechture OS ? Anyway, I will take a try on that to see if I can use cec on arm linux server.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.