Skip to content

c3tp/PAL-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

client to make requests against PAL.

Install guide

install python3. run python3 setup.py install run pal_client

Example commands

Target is the url of the PAL RESTful API deployment. This could be

http://localhost:5000, which the Client defaults to. 
pal_client download bucket key.log --target /tmp/file --target http://206.167.181.159:5000
pal_client upload bucket key-2.log --target /tmp/upload_file --target http://206.167.181.159:5000
pal_client symlink bucket key-3 --target bucket/key-2.log --target http://206.167.181.159:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages