Jump to content

[Solved] Sync With Lftp But Error


philip888

Recommended Posts

Hi, I would like to sync my folder content between my computer and the hosting via lftp (i belive rsync doesn't work on hosting)

 

ok to login but got the following error when I would change the directory like cd, ls or other commands:

 

lftp ftpuser3@philiptest.usa.cc@ftp.philip1.heliohost.org:~> mirror -R
mirror: Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘ftp.philip1.heliohost.org’
---------------
then I make some changes in my lftp.conf in /etc directory in my computer by adding the following command in the config file:

 

set ssl:check-hostname no

 

then it seems can login but another error comes out
lftp ftpuser3@philiptest.usa.cc@ftp.philip1.heliohost.org:~> ls
ls: ls: Login failed: 530 Login authentication failed

 

any ideas?

---------------------------------

UPDATED:

 

 

problem solved

 

by adding the following 2 lines into the lftp.conf file:

 

set ssl:verify-certificate no
set ftp:ssl-allow off

 

 

Sorry about that.

Thanks.

Link to comment
Share on other sites

Fatal error: Certificate verification: certificate common name doesn't match requested host name ‘ftp.philip1.heliohost.org’

The certificate common name is tommy.heliohost.org. Just connect to that domain instead of ftp.philip1.heliohost.org and you should be able to use SSL.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...