Upload howto update + Spanish Translation

This commit is contained in:
Fede.- 2023-02-26 01:13:14 -03:00
parent bfa7ac9074
commit 1133da67e2
Signed by: fede
GPG Key ID: CF5244A128ECB266
38 changed files with 198 additions and 168 deletions

View File

@ -1,11 +1,15 @@
---
title: 'Upload - Lufi'
title: 'Upload'
updated:
page-toc:
active: true
published: true
visible: true
indexed: true
updated:
last_modified: "February, 2023"
app: Lufi
app_version: 0.05.18
taxonomy:
category:
- docs
@ -13,150 +17,161 @@ taxonomy:
- upload
- lufi
---
![](/home/icons/lufi.png)
![](en/upload.logo.png)
# Lufi/Upload
# Upload
Lufi is an open-source online software to upload and share files in a secure and private way with other people, as an alternative to services such as wetransfer.
**Disroot Upload** is a temporary file hosting service powered by **Lufi**, an open source online software to upload and share files in a secure and private way with other people. We can think of it as an alternative to propietary services such as WeTransfer.
Lufi works in a zero knowledge logic.
**Registration is not needed to use this service.**
# How does it work?
If we have a file we want or need to share, we just drag and drop it in the upload area, it is chunked, encrypted and sent to the server. We then get two links per file: _a download link_, that we give to the people we want to share the file with and a _deletion link_, that allows us to delete the file whenever we want.
Meaning the files are encrypted before they leave your computer, so that your Internet Service Provider and "the administrator of Disroot" can't see the file's content. The administrator can only see the file's name, its size and its mimetype (what kind of file it is: video, text, etc).
Yes, it is as simple as that.
**You don't need to register an account to upload files.**
## How secure is it?
Amongst other things you can use it to:
**Lufi** is an [**E2EE (End-to-End Encryption)**](https://en.wikipedia.org/wiki/End-to-end_encryption) file sharing service that encrypts our files through the web browser before they leave our computer, so not only our **Internet Service Provider (ISP)** cannot see the file's content, **Disroot**'s administrators cannot either. The admins can only see the file's name, its size and its [mimetype](https://en.wikipedia.org/wiki/MIME) (what kind of file it is: video, text, etc).
When someone downloads our file, it is decrypted locally in that person's browser after the download. As we have just mentioned, neither the network administrators or the ISP will be able to see what is in the downloaded file.
- Store (temporarily) files online, download them, share them with other people
- Send someone files that will delete themselves from the server after the first download
We can use it, for example:
In this tutorial we'll see how to use it. You can access Uploads/Lufi at [upload.disroot.org](https://upload.disroot.org)
- **to store** (temporarily) files online, download them or share them with other people, and/or
- **to send** someone files that will delete themselves from the server after the first download.
!! ![](/home/icons/note.png)
!! NOTE: Lufi is not a cloud service (files are only stored online for a certain time, after that they are deleted). For cloud services you have your [cloud](https//:cloud.disroot.org) provided by Disroot.<br><br> It's different from [PrivateBin](projects_office/bin/privatebin). Pastebin can only share text, while Lufi can be used to share and download any type of file.
!! #### NOTE
!! **Upload** is not a cloud service since files are only stored online for a certain time, after which they are deleted.<br> For cloud services we have the [**Disroot Cloud**](https//:cloud.disroot.org).<br>It is also a different service from [**PrivateBin**](../03.Bin/docs.en.md/) since it can only shares text, while **Upload** can be used to share and download any type of file.
# How safe is Lufi and how it works
We can read more about **Lufi** [**here**](https://git.framasoft.org/luc/lufi).
When you use Lufi to upload files, "all the files are encrypted by your the browser! It means that your files never leave your computer unencrypted. The administrator of the Lufi instance you use will not be able to see what is in your file, neither will your network administrator, or your ISP".
## Understanding the encryption process
When someone downloads your file, it is decrypted locally in that person's browser after the download. Meaning, the network administrator, or the ISP will not be able to see what's in the downloaded file.
The whole encryption/decryption process is done automatically by the browsers, so no need of manually encrypt the files before, or manually decrypt them at the download.
You can read more about it [here](https://git.framasoft.org/luc/lufi).
The encryption key (that which allows whomever downloads the file to decrypt it) is a part of the link that is presented to us by our browser after we have uploaded a file.
The whole encryption/decryption process is done automatically by the browsers, so no need of manually encrypt the files before, or manually decrypt at the download.
Let's see an example.
The encryption key (the thing that permits whomever downloads the file to decrypt it) is a part of the link that is presented to you by your browser after you have uploaded a file.
The following is an example link to a file in **Upload** (https://upload.disroot.org):
It's an anchor (Cf. Fragment Identifier). That means this part (the encryption key) is only processed client-side (in your computer) and does not reach the server of your Lufi provider, so they cannot decrypt the file.
**Only persons that have the full link will be able to download and decrypt the file.**
For example this is a link to a file in upload.disroot.org:
[https://upload.disroot.org/r/FA7MHOOL#AgsmqnJEyUZAcybZmOGKljqYRtDhJKsvZC/Qt05N8dE=](https://upload.disroot.org/r/FA7MHOOL#AgsmqnJEyUZAcybZmOGKljqYRtDhJKsvZC/Qt05N8dE=)
`https://upload.disroot.org/r/FA7MHOOL`**#**`AgsmqnJEyUZAcybZmOGKljqYRtDhJKsvZC/Qt05N8dE=`
It has two components:
* Left of the **#** symbol in the link is the URL to the file:
"https://upload.disroot.org/r/FA7MHOOL"
`https://upload.disroot.org/r/FA7MHOOL`
* Right of the **#** symbol in the link is the encryption key of the file:
"#AgsmqnJEyUZAcybZmOGKljqYRtDhJKsvZC/Qt05N8dE="
* Right of the **#** symbol in the link is **the encryption key** of the file:
`AgsmqnJEyUZAcybZmOGKljqYRtDhJKsvZC/Qt05N8dE=`
This encryption key part of the URL is in fact what is called a [**URI** fragment](https://en.wikipedia.org/wiki/URI_fragment), it is only processed client-side (in our computer) and does not reach the server of the Lufi provider, so they cannot decrypt the file.
If you try to use just, [https://upload.disroot.org/r/FA7MHOOL](https://upload.disroot.org/r/FA7MHOOL)
Without the second part you will get this message:
In short, **only persons that have the full link will be able to download and decrypt the file.**
![](en/lufi01.png)
If we try to use just `https://upload.disroot.org/r/FA7MHOOL` without the second part (the encryption key) we will get a message like this:
![](en/partial.url.png)
OK. Let's see how to use the **Upload** service.
# The Interface
The interface is pretty straightforward, when you upload a file you have the following options:
![](en/interface.png)
* Choose how many days it stays online. **The maximum is 60 days, (for smaller files)**
* Choose if you want the file to be deleted after it was downloaded for the first time
The interface is pretty straightforward.
In the upper centre part of the panel you can set the options mentioned above. In the upper right part you have the menu to go "My files" and manage your uploads. The centre is where you upload your files.
![](en/interface.parts.png)
![](en/lufi02.png)
## 1. The top bar options
![](en/top.bar.png)
Here we have the following options:
# Maximum file size
* **Report file**: to report a suspicious or illegal file to **Disroot** admins. Clicking on this option will open a dialog box to choose what email client we want to use to send the email report.
* **Upload files**: the default main screen with the upload area.
* **My files**: to check and manage the files we have uploaded (_we will see this in detail below_).
There is no size limit to the files you can upload. But the maximum amount of time that a file stays stored in Lufi varies according to it's size. After that time expired the file is deleted.
![](en/myfiles.png)
Larger files will be stored for a shorter time. "The expiration delay of your file will be the minimum between what you choose and the following limitations":
* **Language**: to change the language interface.
* between 0 and 48M, the file will be kept 60 day(s)
* between 48M and 96M, the file will be kept 30 day(s)
* between 96M and 954M, the file will be kept 15 day(s)
* for 954M and more, the file will be kept 2 day(s)
## 2. The upload options
![](en/upload.opt.png)
You can also check this information any time you want by pressing the ![](en/lufi03.png?resize=30,24) {.inline} button in the main interface in Lufi.
In this section are the upload options where we can choose:
* how many days a file will stay online. _**The maximum is 30 days (for smaller files)**_;
* if we want the file to be deleted after the first download;
* if we want the file to be compressed in zip format before uploading it; and
* if we want to add a password to the file.
# How to upload and download
## 3. The upload area
![](en/upload.area.png)
To upload a file just choose the options you want (if delete after download or not, and how many days it stays online) and "click to open the file browser" in the centre of the screen, and navigate to your file and select it, or just drag your file to the center of the screen.
This is where we upload our files by drag and dropping them. We can also do it the traditional way, opening the file browser and selecting the file.
After the upload is complete you will be presented by your browser with the link (URL and encryption key) of the uploaded file, copy it to somewhere else.
The size limit for the files we can upload is **2GB**. And the maximum time a file stays stored online varies according to its size. After that time expired the file is deleted.
You will also get the deletion link which permits you to delete the uploaded file from the server at any time you want.
So the larger the file size the shorter the time it is stored. The expiration delay of our files will be the minimum between what we choose and the following limitations:
![](en/lufi1.gif)
* between 0 and 96MB, the file will be kept 30 days
* between 96MB and 954MB, the file will be kept 15 days
* for 954MB and more, the file will be kept 2 days
To download the file just use the link in the browser:
# Uploading and downloading
As mentioned above, after setting the upload options (how many days it will stays online, if delete it after download or not and if it will be password protected) we can upload files by dragging it to the upload area and dropping it. Or we can choose to "click to open the file browser", navigate to our file and select it.
![](en/lufi2.gif)
After the upload is complete we will get two links:
![](en/uploaded.png)
# How to share a file
* first one is the **Download link**, this is the URL to the file we can share or download, and
* second one is the **Deletion link** which allows us to delete the file uploaded to the server at any time we want. To use it we just paste it in our browser and press "Enter" in the keyboard.
Well this is also very simple, you can either:
We will get the following message:
* copy the link manually to your email or a text file, or any other option
![](en/deletion.link.png)
* send it directly by email from Lufi
If we delete a file or the expiration date that was set passed, anyone trying to download the file will get a message like this:
For the last option (if you have an email client in your machine e.g Thunderbird, Evolution, etc.), just click the ![](lufi04.png?resize=200,30) {.inline} button, after your file is successfully uploaded. Write the email address and text, and press ![](lufi05.png?resize=280,30) {.inline}. You email client will pop-up with the email ready to send.
![](en/deleted.file.png)
![](en/lufi3.gif)
We will also have the options to **Copy all links to clipboard** (it is recommended to do so and save them somewhere else) and to **Send all links by email**.
**The option** ![](en/lufi06.png?resize=180,25) {.inline} **should not be used as a matter of principle.**
# Sharing a file
This is also very simple. We can either:
The reason is, if you use this option the link is sent using an email of your Lufi provider, not your personal email. Which means the administrators of that Lufi instance can see the full link, and thus are able to download it, and decrypt it if they want to.
* copy the link manually and paste it in an email, a text file, or any other option; or
In this case disroot is a privacy conscious provider, but as a matter of principle you should avoid it.
* send it directly by email from Upload.
In the case of this last option, we just click on the **Send all links by email** button, write the email address in the next screen and (optionally) a message to the recipient. Now note that there are two sending options:
# How manage/delete your uploads
* **Send with this server**: this is not recommended for security reasons, because if we send the email from the service provider's server, the links will be sent to that server first and then sent from the provider's email, not our personal one. This means that full links could be seen by the server administrators and therefore they would be able to download and decrypt the files. **Disroot** is a privacy-conscious provider, but as a matter of principle the best practice to keep our privacy safe is to avoid this option.
You can manage your uploads by pressing the button ![](en/lufi07.png?resize=60,40) {.inline} in the main panel.
* **Send with your own mail software**: if we have an email client installed on our computer or device (e.g: Thunderbird, Evolution, etc.) then clicking this option will open it with the email ready to be sent.
There you will see all your uploads and you can:
![](en/email.sharing.mp4?resize=1024,576&loop)
* See the download links of all your uploads
* See which ones where set to delete after the first download
* Choose which uploads you want to delete from the server
# Uploaded files management
We can manage our uploads by clicking on the **My files** option in the top bar.
This list of uploads is kept locally in your browser in a .json file. Which leaves a record in your browser of the files you uploaded. Thus, you will not be able to see the list of your uploaded files when using different browser or different computer.
![](en/myfiles.gif)
If you want, in this panel you can also:
Here we can see the files that we have uploaded as well as:
* Purge the this information from your browser local storage (it will wipe the information of the uploaded files and their links from your browser, but it wont delete the files from the server, and link is still valid)
* see the download/deletion links for each and every one of them;
* see which ones were set to delete after the first download;
* select the ones we want to delete from the server; or
* select one or more of them to send by email again (as seen above).
* Export to your computer the json file with these information
This list of uploaded files is kept locally in our browser using the ["_localStorage_"](https://ng-girls.gitbook.io/todo-list-tutorial/workshop-todo-list/local-storage) (local web storage) in a [.json](https://en.wikipedia.org/wiki/JSON) file. So, if we delete our "localStorage" data or use a different browser or computer, we will not be able to access it again.
* Import to your browser local storage a json file with information about uploads and links
Other options we have and can use in this screen are:
![](en/lufi4.gif)
![](en/files.management.png)
Another way to delete a file from the server any time you want is to use the deletion link, provided when you first upload the file. Copy it and keep it in a text file for whenever you want to use it.
To use it just put it in your browser and press enter.
* **Export localStorage data**: to download the .json file containing our uploaded files information to our computer.
* **Purge expired files from localStorage**: to wipe the information related to expired files from our browser local storage.
* **Import localStorage data**: to import a .json file previously exported to our browser local storage.
* **Delete selected files**: to remove files from the server.
![](en/lufi08.png)
If you delete a file or the expiration date that was set passed, anyone trying to download the file will see a message like this:
![](en/lufi09.png)

View File

@ -1,161 +1,176 @@
---
title: Subir archivos: Lufi
title: 'Subida'
updated:
page-toc:
active: true
active: true
published: true
visible: true
indexed: true
updated:
last_modified: "Febrero, 2023"
app: Lufi
app_version: 0.05.18
taxonomy:
category:
- docs
tags:
- subida
- lufi
---
|![](/start/icons/lufi.png)|
|:--:|
|Lufi es un software en línea de código abierto para subir y compartir archivos de forma segura y privada con otras personas, como alternativa a servicios como wetransfer.|
![](en/upload.logo.png)
Lufi trabaja con una lógica de conocimiento cero.
# Subida
Es decir, los archivos están encriptados antes de que salgan de tu computadora, de modo que tu proveedor de servicios de Internet y «el administrador de Disroot» no puedan ver el contenido del archivo. El administrador solo puede ver el nombre del archivo, su tamaño y su tipo MIME (qué tipo de archivo es: video, texto, etc.).
**Subida de Disroot** es un servicio de alojamiento temporario de archivos desarrollado por **Lufi**, un programa en línea de código abierto para subir y compartir archivos de manera segura y privada con otras personas. Podemos pensar en él como una alternativa a servicios propietarios tales como WeTransfer.
**«No necesitas registrarte para subir archivos».**
**No es necesario registrarse para utilizar este servicio.**
# ¿Cómo funciona?
Si tenemos un archivo que queremos o necesitamos compartir, simplemente lo arrastramos y soltamos en el área de carga, este es fragmentado, cifrado y enviado al servidor. Obtenemos entonces dos enlaces por archivo: _un enlace de descarga_, que podemos dar a las personas con las que queremos compartirlo y un _enlace de borrado_ que nos permite eliminar el archivo cuando queramos.
Entre otras cosas, puedes usarlo para:
Sí, es tan simple como eso.
- Almacenar archivos (temporalmente) en línea, descargarlos, compartirlos con otras personas
- Enviar a alguien archivos que se eliminarán del servidor después de la primera descarga
## ¿Qué tan seguro es?
En este tutorial, veremos cómo usarlo. Puedes acceder a Uploads/Lufi desde [upload.disroot.org](https://upload.disroot.org)
**Lufi** es un servicio cifrado de [**Extremo-a-Extremo**](https://es.wikipedia.org/wiki/Cifrado_de_extremo_a_extremo) para compartir archivos que cifra nuestros archivos a través del navegador web antes que dejen nuestra computadora, así que no solo nuestro **Proveedor de servicios de Internet (ISP)** no puede ver su contenido, los administradores de **Disroot** tampoco pueden. Los admins solo pueden ver el nombre del archivo, su tamaño y su tipo [MIME](https://es.wikipedia.org/wiki/Multipurpose_Internet_Mail_Extensions) (qué clase de archivo es: video, texto, etc.)
Cuando alguien descarga nuestro archivo, este es descifrado localmente en el navegador de esa persona después de la descarga. Como acabamos de mencionar, ni los administradores de red o el ISP podrán ver qué hay en el archivo descargado.
|![](en/note.png) **AVISO**|
|:--:|
|Lufi no es un servicio en la nube (los archivos solo se almacenan en línea durante un tiempo determinado, luego se eliminan). Para servicios en la nube, tienes tu [propia nube](https//:cloud.disroot.org) provista por Disroot.<br><br>Es diferente de [PrivateBin](projects_office/bin/privatebin). Un pastebin solo puede compartir texto, mientras que Lufi se puede usar para compartir y descargar cualquier tipo de archivo.|
Podemos utilizarlo, por ejemplo:
- **para almacenar** (temporalmente) archivos en línea, descargarlos o compartirlos con otras personas, y/o
- **para enviar** a alguien archivos que se eliminarán automáticamente del servidor luego de la primera descarga.
# ¿Cuán seguro es Lufi y cómo funciona?
!! #### AVISO
!! **Subida** no es un servicio de nube ya que los archivos son almacenados en línea solo por cierto tiempo, después del cual son borrados.<br> Para servicio de nube tenemos la [**Nube de Disroot**](https//:cloud.disroot.org).<br>También es un servicio diferente de [**PrivateBin**](../03.Bin/docs.es.md/) ya que con este solo se puede compartir texto mientras que **Subida** puede utilizarse para compartir y descargar cualquier tipo de archivo.
Cuando usas Lufi para subir archivos, "¡todos tus archivos son cifrados por tu navegador! Esto significa que tus archivos nunca dejan tu computadora sin ser cifrados. El administrador de la instancia de Lufi que usas no podrá ver lo que está en tu archivo, tampoco lo hará tu administrador de red o tu proveedor de servicios de Internet (ISP)".
Podemos leer más sobre **Lufi** [**aquí**](https://git.framasoft.org/luc/lufi) (en inglés).
Cuando alguien descarga tu archivo, es descifrado localmente en el navegador de esa persona después de la descarga. Es decir, el administrador de la red o el ISP no podrán ver lo que hay en el archivo descargado.
## Entendiendo el proceso de cifrado
Todo el proceso de cifrado/descifrado es realizado automáticamente por los navegadores, por lo que no es necesario cifrar antes los archivos manualmente o descifrarlos de la misma manera tras la descarga.
Puedes leer más sobre esto [aquí](https://git.framasoft.org/luc/lufi).
La clave de cifrado (que permite a quienquiera que descargue el archivo descifrarlo) es una parte del enlace que nos es presentado por nuestro navegador luego que hemos subido el archivo.
Todo el proceso de cifrado y descifrado lo realizan automáticamente los navegadores, por lo que no es necesario encriptar los archivos manualmente o descifrarlos manualmente en la descarga.
Veamos un ejemplo.
La clave de cifrado (lo que permite que quienquiera que descargue el archivo pueda descifrarlo) es una parte del enlace que te presenta tu navegador después de haber subido un archivo.
El que sigue es un enlace de ejemplo a un archivo en **Subida** (https://upload.disroot.org):
Es un ancla (identificador de fragmento). Eso significa que esa parte (la clave de cifrado) solo se procesa en el lado del cliente (en tu computadora) y no llega al servidor de tu proveedor de Lufi, por lo que no pueden descifrar el archivo.
**Sólo las personas que tengan el enlace completo podrán descargar y descifrar el archivo.**
Por ejemplo, éste es un enlace a un archivo en upload.disroot.org:
[https://upload.disroot.org/r/FA7MHOOL#AgsmqnJEyUZAcybZmOGKljqYRtDhJKsvZC/Qt05N8dE=](https://upload.disroot.org/r/FA7MHOOL#AgsmqnJEyUZAcybZmOGKljqYRtDhJKsvZC/Qt05N8dE=)
`https://upload.disroot.org/r/FA7MHOOL`**#**`AgsmqnJEyUZAcybZmOGKljqYRtDhJKsvZC/Qt05N8dE=`
Tiene dos componentes:
* A la izquierda del símbolo **#** en el enlace está la URL del archivo:
«https://upload.disroot.org/r/FA7MHOOL»
* A la izquierda del símbolo **#** en el enlace está la URL (la dirección) al archivo:
`https://upload.disroot.org/r/FA7MHOOL`
* Lo que queda a derecha del símbolo **#** en el enlace es la clave de cifrado del archivo:
«#AgsmqnJEyUZAcybZmOGKljqYRtDhJKsvZC/Qt05N8dE=»
* A la derecha del símbolo **#** en el mismo enlace está la **clave de cifrado** del archivo:
`AgsmqnJEyUZAcybZmOGKljqYRtDhJKsvZC/Qt05N8dE=`
Si intentas usar sólo [https://upload.disroot.org/r/FA7MHOOL](https://upload.disroot.org/r/FA7MHOOL),
sin la segunda parte, recibirás este mensaje:
Esta parte de la clave de cifrado de la URL es en realidad lo que se llama un [fragmento **URI**](https://es.wikipedia.org/wiki/Identificador_de_recursos_uniforme), solo es procesado del lado del cliente (en nuestra computadora) y no llega al servidor del proveedor de Lufi, por lo que este no puede descifrar el archivo.
![](en/lufi01.png)
Resumiendo, **solo las personas que tengan el enlace completo podrán descargar y descifrar el archivo.**
----------
Si intentamos utilizar solo `https://upload.disroot.org/r/FA7MHOOL` sin la segunda parte (la clave de cifrado) obtendremos un mensaje como este:
![](es/url.parcial.png)
Muy bien. Veamos cómo utilizar el servicio de **Subida**.
# La interfaz
La interfaz es bastante sencilla, cuando cargas un archivo tienes las siguientes opciones:
![](es/interfaz.png)
* Elije cuántos días permanecerá en línea. **El máximo es de 60 días, (para archivos más pequeños)**
* Elije si deseas que el archivo se elimine después de que se descargue por primera vez
La interfaz es bastante clara.
En la parte central superior del panel puedes establecer las opciones mencionadas anteriormente. En la parte superior derecha, tienes el menú para ir a «Mis archivos» y administrar tus subidas. El centro es donde subes tus archivos.
![](es/interfaz.partes.png)
![](en/lufi02.png)
## 1. Las opciones de la barra superior
![](es/barra.superior.png)
----------
Aquí tenemos las siguientes opciones:
# Tamaño máximo de archivos
* **Archivo de informe**: para reportar un archivo sospechoso o ilegal a los admins de **Disroot**. Al hacer clic en esta opción se abrirá un cuadro de diálogo para elegir qué cliente de correo queremos utilizar para enviar el reporte.
* **Subir archivos**: la pantalla principal por defecto con el área de carga.
* **Mis archivos**: para revisar y gestionar los archivos que hayamos subido (_veremos esto en detalle más adelante_).
No hay límite de tamaño para los archivos que puedes subir. Pero la cantidad máxima de tiempo que un archivo permanece almacenado en Lufi varía de acuerdo con su tamaño. Después de que expire ese tiempo, el archivo se eliminará.
![](es/misarchivos.png)
Los archivos más grandes se almacenarán por un tiempo más corto. «El plazo de vencimiento de tu archivo será el mínimo entre lo que elijas y las siguientes limitaciones»:
* **Idioma**: para cambiar el idioma de la interfaz.
* entre 0 y 48MB, el archivo se mantendrá 60 días
* entre 48M y 96MB, el archivo se mantendrá 30 días
* entre 96MB y 954MB, el archivo se mantendrá 15 días
* para 954MB y más, el archivo se mantendrá 2 días
## 2. Las opciones de subida
![](es/opciones.subida.png)
También puedes verificar esta información en cualquier momento que desees presionando el botón ![](en/lufi03.png?resize=30,24) en la interfaz principal de Lufi.
En esta sección están las opciones de subida donde podemos elegir:
----------
* cuántos días un archivo permancerá en línea. _**El máximo son 30 días (para archivos más pequeños)**_;
* si queremos que el archivo sea borrado luego de la primera descarga;
* si queremos que el archivo sea comprimido en formato zip antes de subirlo; y
* si queremos agregarle una contraseña.
# Cómo subir y descargar
## 3. El área de carga
![](es/area.subida.png)
Para subir un archivo, simplemente elije las opciones que desees (si lo eliminas después de la descarga o no, y cuántos días permanecerá en línea) y «haz clic para abrir el buscador de archivos» en el centro de la pantalla, navega hasta tu archivo y selecciónalo, o simplemente arrastra tu archivo al centro de la pantalla.
Este el lugar donde subimos nuestros archivos arrastrando y soltándolos. También podemos hacerlo de la manera tradicional, abriendo el gestor de archivos y seleccionando el archivo.
Una vez completada la subida, tu navegador te mostrará el enlace (URL y clave de encriptación) del archivo subido, cópialo en otro lugar.
El límite de tamaño para los archivos que podemos subir es de **2GB**. Y el máximo de tiempo que un archivo permanece almacenado en línea varía de acuerdo a su tamaño. Después que ese tiempo expira el archivo es eliminado.
También obtendrás el enlace de eliminación que te permitirá eliminar el archivo subido al servidor en cualquier momento que desees.
Así que cuanto mayor es el tamaño del archivo más corto es el período de tiempo que es almacenado. El plazo de caducidad de nuestros archivos será el mínimo entre lo que elijamos y las siguientes limitaciones:
![](en/lufi1.gif)
* entre 0 y 96MB, el archivo será guardado por 30 días
* entre 96MB y 954MB, el archivo será guardado por 15 días
* a partir de 954MB y más, el archivo será guardado por 2 días
Para descargar el archivo, simplemente pon el enlace la barra de direcciones de tu navegador:
# Subiendo y descargando
Como se mencionó arriba, después de establecer las opciones de subida (cuántos días permanecerá en línea, si será borrado después de ser descargado o no y si estará protegido con contraseña) podemos subir el archivo arrastrando y soltándolo en el área de carga. O podemos elegir "hacer clic para abrir el navegador de archivos", navegar hasta nuestro archivo y seleccionarlo.
![](en/lufi2.gif)
Luego que la carga esté completa obtendremos dos enlaces:
----------
![](es/subido.png)
# Cómo compartir un archivo
* el primero es el **Enlace de descarga**, este es la URL al archivo que podemos compartir o descargar, y
* el segundo es el **Enlace de borrado** que nos permite eliminar el archivo subido al servidor en cualquier momento que queramos. Para utilizarlo, simplemente lo pegamos en nuestro navegador y presionamos "Enter" en el teclado.
Bueno, esto también es muy sencillo, puedes:
Recibiremos el siguiente mensaje:
* copiar el enlace manualmente a tu correo electrónico o un archivo de texto, o cualquier otra opción
![](es/enlace.borrar.png)
* enviarlo directamente por correo electrónico desde Lufi
Si borramos un archivo o pasó la fecha de caducidad establecida, cualquiera que intente descargarlo obtendrá un mensaje como este:
Para la última opción (si tienes un cliente de correo electrónico en tu máquina, por ejemplo, Thunderbird, Evolution, etc.), simplemente haz clic en el botón ![](lufi05.png?resize=280,30) después de que tu archivo se termine de subir correctamente. Escribe la dirección de correo electrónico y el texto, y presione ![](lufi05.png?resize=280,30). Tu cliente de correo electrónico te avisará de que el correo electrónico está listo para ser enviado.
![](es/archivo.borrado.png)
![](en/lufi3.gif)
También tendremos las opciones de **Copiar todos los enlaces al portapapeles** (es recomendable hacerlo y guardarlo en algún otro lugar) y de **Enviar todos los enlaces por correo electrónico**.
**La opción** ![](en/lufi06.png?resize=180,25) **no debe usarse por cuestión de principios.**
# Compartiendo un archivo
Esto también es muy sencillo. Podemos bien:
El motivo es que si usas esta opción, el enlace se envía utilizando un correo electrónico de tu proveedor de Lufi, no tu correo electrónico personal. Lo que significa que los administradores de esa instancia de Lufi podrán ver el enlace completo y, por lo tanto, podrán descargarlo y descifrarlo si lo desean.
* copiar manualmente el enlace y pegarlo en un correo, un archivo de texto o cualquier otra opción; o
En este caso, Disroot es un proveedor consciente de tu privacidad, así que por cuestión de principios debes evitarlo.
* enviarlo directamente por correo desde Subida.
----------
En el caso de esta última opción, simplemente hacemos clic en el botón **Enviar todos los enlaces por correo electrónico**, escribimos la dirección de correo en la siguiente pantalla y (opcionalmente) un mensaje al destinatario. Ahora, noten que hay dos opciones de envío:
# Cómo gestionar o eliminar tus subidas
* **Enviar con este servidor**: esto no es recomendado por razones de seguridad, porque si enviamos el correo desde el servidor del proveedor del servicio, los enlaces serán enviados a ese servidor primero y luego desde el correo del proveedor, no desde nuestro correo personal. Esto quiere decir que los enlaces completos podrían ser vistos por los administradores del servidor y por lo tanto estos podrían descargar y descifrar los archivos. **Disroot** es un proveedor respetuoso de la privacidad, pero por una cuestión de principios la mejor práctica para mantener nuestra privacidad a salvo es evitar esta opción.
Puedes gestionar tus subidas presionando el botón ![](en/lufi07.png?resize=60,40) en el panel principal.
* **Envíe con su propio software de correo**: si tenemos un cliente de correo instalado en nuestra computadora o dispositivo (p.ej: Thunderbird, Evolution, etc.) al cliquear entonces esta opción lo abrirá con el correo listo para ser enviado.
Allí verás todas tus subidas y podrás:
![](es/compartir.por.email.mp4?resize=1024,576&loop)
* Ver los enlaces de descarga de todas tus subidas
* Ver cuáles están configuradas para eliminarse después de la primera descarga
* Elegir cuáles subidas quieres eliminar del servidor
# Gestión de archivos subidos
Podemos gestionar nuestras subidas haciendo clic en la opción **Mis archivos** en la barra superior.
Esta lista de subidas se almacena localmente en tu navegador en un archivo .json. Lo cual deja un registro en tu navegador de los archivos que subiste. Por lo tanto, no podrás ver la lista de tus archivos subidos cuando uses un navegador diferente o una computadora diferente.
![](es/mis.archivos.gif)
Si lo deseas, en este panel también puedes:
Aquí podemos ver los archivos que hemos subido así como también:
* Eliminar esta información del almacenamiento local de tu navegador (borrará la información de los archivos subidos y sus enlaces de tu navegador, pero no eliminará los archivos del servidor, y el enlace seguirá siendo válido)
* ver los enlaces de descarga/borrado de todos y cada uno de ellos;
* ver cuáles están configurados para ser eliminados después de la primera descarga;
* seleccionar aquellos que queramos borrar del servidor; o
* seleccionar uno o más de ellos para enviar por correo de nuevo (como vimos más arriba).
* Exportar a tu computadora el archivo json con esta información
Esta lista de archivos subidos se guarda localmente en nuestro navegador utilizando el "[_localStorage_](https://ng-girls.gitbook.io/todo-list-tutorial-spanish/local_storage)" (almacenaniento web local) en un archivo [.json](https://es.wikipedia.org/wiki/JSON). Así que, si borramos nuestra información del "localStorage" o utilizamos un navegador o una computadora diferente, no podremos acceder a esta lista nuevamente.
* Importar a tu almacenamiento local del navegador un archivo json con información sobre subidas y enlaces
Otras opciones que podemos encontrar y utilizar en esta pantalla son:
![](en/lufi4.gif)
![](es/gestion.archivos.png)
Otra forma de eliminar un archivo del servidor en cualquier momento que desees es usar el enlace de eliminación, proporcionado cuando subes por primera vez el archivo. Cópialo y guárdalo en un archivo de texto para cuando quieras usarlo.
Para usarlo simplemente ponlo en la barra de dirrecciones de tu navegador y presione enter.
* **Exportar datos de almacenamiento local**: para descargar a nuestra computadora el archivo .json que contiene la información de nuestros archivos subidos.
* **Purgar archivos caducados de localStorage**: para limpiar la información relativa a los archivos caducados del almacenamiento local de nuestro navegador.
* **Importar datos de almacenamiento local**: para importar un archivo .json previamente exportado al almacenamiento local de nuestro navegador.
* **Eliminar archivos seleccionados**: para eliminar archivos del servidor.
![](en/lufi08.png)
Si eliminas un archivo o la fecha de caducidad que se estableció para él, cualquiera que intente descargar el archivo verá un mensaje como este:
![](en/lufi09.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB