Skip to content

Commit

Permalink
issue #46 update doc filesystem added doc to bh_sharefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyleite committed May 5, 2022
1 parent fa318b7 commit e885c0c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion doc/source/filesystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand All @@ -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
---------
Expand Down

0 comments on commit e885c0c

Please sign in to comment.