Jump to content

philip888

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by philip888

  1. 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.

  2. Yes, I know I can remote access the mysql.... (like it very much, nice !)

     

    I have one mysql at home and would like once updated , the transaction will go to my another mysql database in helionet

     

    something like :

    -------------create table t1 ( a int, b varchar(32))ENGINE=FEDERATED CONNECTION='mysql://user@hostname/test/t1'

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

×
×
  • Create New...