Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

lftp bookmarks issue
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

lftp bookmarks issue

erasereraser Member
edited November 2017 in Help

I connect to my server as follows and it works without problems

set ssl:verify-certificate no set ftp:ssl-force true set ftp:ssl-protect-data on connect myserver.ip login <username> Password <pasword>

but when i add the connection to bookmarks (let's say myserver)and try to connect with

open myserver

the server tells me:

Fatal error: gnutls_handshake: A TLS packet with unexpected length was received.

how to tell lftp to use TLS with the Bookmark

thanks

// OK done

in ~/.config/lftp/rc
set ftp:ssl-force true set ssl:verify-certificate no set ftp:ssl-protect-data on

and edit the url in the bookmark

myserver ftp://username:[email protected]:21 is right

not like i had
myserver ftps://username:[email protected]:21

Comments

Sign In or Register to comment.