EepyFileServer API CLI written in Python
Project description
eepyfileserver-cli
command line interface for eepyfileserver written in python
prerequisites
- python 3.10 (3.12+ required)
eepyfileserver1.1.0-alpha or later
install
pip install efs-cli
usage
log in to an instance
#login fully (lets you upload and download files)
#password is saved in PLAIN TEXT
python3 eepyfileserver.py instance "https://example.com" "password123"
#login only using the url (lets you download PUBLIC files)
python3 eepyfileserver.py instance "https://example.com"
python3 eepyfileserver.py login ...
list files
python3 eepyfileserver.py list
python3 eepyfileserver.py ls
download a file
python3 eepyfileserver.py download /example.txt /home/maxeepy/Downloads/example.txt
python3 eepyfileserver.py get ...
python3 eepyfileserver.py d ...
upload a file
python3 eepyfileserver.py upload /home/maxeepy/Downloads/example.txt /example.txt
python3 eepyfileserver.py post ...
python3 eepyfileserver.py up ...
delete a file
python3 eepyfileserver.py delete /example.txt
python3 eepyfileserver.py remove ...
python3 eepyfileserver.py rm ...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
efs_cli-1.0.0.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file efs_cli-1.0.0.tar.gz.
File metadata
- Download URL: efs_cli-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3571dde6b8ca517d7dc58d6fd2271af646225c365eaee8c4af0a1c8426999a1a
|
|
| MD5 |
3da8ec49cbe6e6277ac5b5284ffe92f3
|
|
| BLAKE2b-256 |
558d3434b9309d5cc34f79502c9639a99705d37aac4508e1456228c59846d403
|
File details
Details for the file efs_cli-1.0.0-py3-none-any.whl.
File metadata
- Download URL: efs_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b15796ffebaec200f41beab63910681bd5e0abf14ced312d0c2d7ac2e2ecaaa7
|
|
| MD5 |
21ba94490544bc6b96d6eb0d49f42bf6
|
|
| BLAKE2b-256 |
bd3e36e68ae4a032a7f197a9786aad3d89ded9ce6635be1daf8b25545de952ec
|