Skip to content

Commit 443fef4

Browse files
author
Ivan Stoev
committed
readme fiel
1 parent 4840e74 commit 443fef4

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

pCloudCC/README.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+

0 commit comments

Comments
 (0)