3
3
This is a simple linux console client for pCloud cloud storage.
4
4
5
5
## Required libraries
6
- [ Zlib] ( http://zlib.net/ ) A Massively Spiffy Yet Delicately Unobtrusive Compression Library
7
- [ Boost] ( http://www.boost.org/ ) Boost system and boost program options libraries used.
8
- [ Pthread] ( http://www.gnu.org/ )
9
- [ Fuse] ( https://github.com/libfuse/libfuse ) Filesystem in Userspace.
6
+ [ Zlib] ( http://zlib.net/ ) A Massively Spiffy Yet Delicately Unobtrusive Compression Library.
7
+ [ Boost] ( http://www.boost.org/ ) Boost system and boost program options libraries used.
8
+ [ Pthread] ( http://www.gnu.org/ )
9
+ [ Fuse] ( https://github.com/libfuse/libfuse ) Filesystem in Userspace.
10
+
11
+ Also requires
12
+ [ CMake] ( https://cmake.org/ ) build system.
10
13
11
- Also requires
12
- [ CMake] ( https://cmake.org/ ) build system.
13
-
14
- On ubuntu you can run the following command:
15
- > sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev
14
+ On ubuntu you can run the following command:
15
+ > sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev
16
16
17
17
## Usage
18
- - ./pcl_client -h
19
- - pCloud console client v.2.0.1
20
- - Allowed options:
18
+ ./pcl_client -h
19
+ pCloud console client v.2.0.1
20
+ Allowed options:
21
21
- -h [ --help ] produce help message
22
22
- -u [ --username ] arg pCloud account name
23
23
- -p [ --password ] arg pCloud account password
@@ -28,10 +28,10 @@ On ubuntu you can run the following command:
28
28
- daemoziation.
29
29
- -m [ --mountpoint ] arg Mount point where drive to be mounted.
30
30
- -k [ --commands_only ] Demon already started pass only commands
31
-
32
- - If you whant to be able to mount the files system as non root user you will have to create file
33
- - /etc/fuse.conf
34
- - and put user_allow_other in it.
31
+
32
+ If you whant to be able to mount the files system as non root user you will have to create file
33
+ /etc/fuse.conf
34
+ and put user_allow_other in it.
35
35
36
36
37
37
0 commit comments