File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ # pCloud Console Client
2
+
3
+ This is a simple linux console client for pCloud cloud storage.
4
+
5
+ ## Required libraries
6
+ Zlib, Boost, Pthread, Fuse
7
+
8
+ Also requires
9
+ CMake and Automake build systems.
10
+
11
+ On ubuntu you can run the following command:
12
+ sudo apt-get install cmake zlib1g-dev libboost-all-dev libpthread-stubs0-dev libfuse-dev automake
13
+
14
+ ## Usage
15
+
16
+ ./pcl_client -h
17
+ pCloud console client v.2.0.1
18
+ Allowed options:
19
+ -h [ --help ] produce help message
20
+ -u [ --username ] arg pCloud account name
21
+ -p [ --password ] arg pCloud account password
22
+ -c [ --crypto ] arg Crypto password
23
+ -s [ --passascrypto ] arg Use user password as crypto password also.
24
+ -d [ --deamonize ] Demonize the process.
25
+ -o [ --commands ] Parent stays alive and processes command after
26
+ demoziation.
27
+ -m [ --mountpoint ] arg Mount point where drive to be mounted.
28
+ -k [ --commands_only ] Demon already started pass only commands
29
+
30
+
31
+ If you whant to be able to mount the files system as non root user you will have to create file
32
+ /etc/fuse.conf
33
+ and put user_allow_other in it.
34
+
35
+
36
+
37
+
You can’t perform that action at this time.
0 commit comments