SeCl

SeCl it’s a really easy to deploy and use made-on Flask API to manage your files remotely from Terminal.

Features

General

  • Create, read, list and delete files on main directory.

Security

  • Avoid users from manage files outside main directory.

How-to install

git clone https://github.com/zsendokame/SeCl; cd SeCl; pip install -r requirements.txt; mkdir files

How-to Start

API

python SeCl.py

SHELL

List all files on main directory: python shell.py --list True
Create file: python shell.py --create Filename --content File_content
Read file content: python shell.py --read filename
Delete file: python shell.py --delete filename

Remember that you always need to add the server URL
Example: python shell.py --slink SERVERURL --action

Working on

  • There is no tasks.

GitHub

View Github