Difference between revisions of "Instalar lftp"

From Wiki de Caballero
Jump to navigation Jump to search
(Created page with " == Instalar lftp por comando == <syntaxhighlight lang="bash"> sudo apt-get install lftp </syntaxhighlight> == Cambiar configuración del certificado == <syntaxhighlight la...")
 
 
Line 2: Line 2:
== Instalar lftp por comando ==
== Instalar lftp por comando ==


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash" line>
sudo apt-get install lftp
sudo apt-get install lftp
</syntaxhighlight>
</syntaxhighlight>
Line 8: Line 8:
== Cambiar configuración del certificado ==
== Cambiar configuración del certificado ==


<syntaxhighlight lang="bash" line_start="2">
<syntaxhighlight lang="bash" line start="2">
sudo gedit /etc/lftp.conf
sudo gedit /etc/lftp.conf
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 20:17, 18 December 2013

Instalar lftp por comando

sudo apt-get install lftp

Cambiar configuración del certificado

sudo gedit /etc/lftp.conf

Agregar en la última línea:
set ssl:verify-certificate no
y guardar los cambios.