From e885c0cd82f7c1a32e793f1a72b59998f69a0e96 Mon Sep 17 00:00:00 2001 From: wesleyleite <1591080+wesleyleite@users.noreply.github.com> Date: Wed, 4 May 2022 23:07:03 -0300 Subject: [PATCH] issue #46 update doc filesystem added doc to bh_sharefile --- doc/source/filesystem.rst | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/source/filesystem.rst b/doc/source/filesystem.rst index 9fe2718..10c5cd2 100644 --- a/doc/source/filesystem.rst +++ b/doc/source/filesystem.rst @@ -103,7 +103,7 @@ Convert filename to equivalent digest md5. bh_secretfile --------- -A nice feature to any skill, use it to compress one or more files, automatically generating a password and upload to the file.io, at end of process you'll get a URL and password to decompress file. +A nice feature to any skill, use it to compress one or more files, automatically generating a password and upload to the file.io, in the end of process you'll get a URL and password to decompress file. .. note:: @@ -122,6 +122,24 @@ A nice feature to any skill, use it to compress one or more files, automatically NRvC_ZniiEtlwgcrBbI_ +bh_sharefile +--------- + +Just as the bh_secretfile function uploads a file and returns the unique url to access it, this process will not have a password attached, anyone with the URL will be able to download it. + +.. note:: + + Usage + + ``bh_sharefile`` [filename] + + +.. code-block:: bash + + $ bh_sharefile texto.txt + https://file.io/EGQvRxqyagIY + + bh_zipmal ---------