Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 359  / 2 Years ago, sat, june 18, 2022, 9:54:49

I'm running Ubuntu 14.04, and Hide X 0.3. I've setup the library, and configured the database. How can I save a file
to it? I tried using:



hidex write +source="/home/myusername/file.zip" +wam=yes +destination="/home/myusername/file.zip"


I just got error014291, error1, hidex cannot complete the request. I've never used Hide X before so don't assume I know anything. :P


More From » filemanager

 Answers
3

"error1" means your first non-required option is wrong. In this case that's WAM. Don't use WAM on .zip files because they are already compressed. Also you didn't put "" around the "yes" for WAM.



When using WAM you must provide a compression level. For example:



+wam="yes" +wamcompression="3" 


A higher number means higher compression, but you will need a system powerful to implement the compression so don't pick a really big number. 0 means no compression.



"error014291" means you didn't provide your password. You have to provide your password using the +password="password" option. Given you are new to Hide X, I would also like to remind you that in order to use Hide X you must first login using hidex login.



Here is what you need to use:



hidex login


then



hidex write +source="/home/myusername/file.zip" +password="password" +destination="/home/myusername/file.zip"

[#23253] Sunday, June 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
entmpy

Total Points: 52
Total Questions: 112
Total Answers: 113

Location: Marshall Islands
Member since Tue, Sep 21, 2021
3 Years ago
entmpy questions
;