@@ -12,25 +12,23 @@ On ubuntu you can run the following command:
12
12
sudo apt-get install cmake zlib1g-dev libboost-all-dev libpthread-stubs0-dev libfuse-dev automake
13
13
14
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.
15
+ - ./pcl_client -h
16
+ - pCloud console client v.2.0.1
17
+ - Allowed options:
18
+ - -h [ --help ] produce help message
19
+ - -u [ --username ] arg pCloud account name
20
+ - -p [ --password ] arg pCloud account password
21
+ - -c [ --crypto ] arg Crypto password
22
+ - -s [ --passascrypto ] arg Use user password as crypto password also.
23
+ - -d [ --damonize ] Daemonize the process.
24
+ - -o [ --commands ] Parent stays alive and processes command after
25
+ - daemoziation.
26
+ - -m [ --mountpoint ] arg Mount point where drive to be mounted.
27
+ - -k [ --commands_only ] Demon already started pass only commands
28
+
29
+ - If you whant to be able to mount the files system as non root user you will have to create file
30
+ - /etc/fuse.conf
31
+ - and put user_allow_other in it.
34
32
35
33
36
34
0 commit comments