zoukankan      html  css  js  c++  java
  • Connect Cloud Server from local space

    Step 1: The configuration on the Cloud Server(Ucloud)

    Follow the instruction in the link: https://cloud.tencent.com/document/product/213/10912

    (Just at the step of verification, I couldn't access the ftp server by ftp://ip:21, so I turned to use sftp)

    Remained:  1) ftp vs sftp  2) why can't access successfully?

    Step 2: Upload file to the Cloud

    -> sftp ftpuser@outerIP (passwd is obilgatory, here 'ftpuser' and passwd, they must all be created when you're implementing Step 1)

    -> put file path in local file path in cloud

    Summarization:

    The main task here is concentrating on the Step 1(configuration), these two steps are preliminary actions for further experiment. As you can imagine, you could deploy hadoop or spark or whatever you want to the server.

  • 相关阅读:
    java前三章总结
    Java入门第二章
    java编程入门小结
    Java入门第二章
    java预习易错点
    计算机基础
    切换卡
    ajax
    水印4
    shuiyin3
  • 原文地址:https://www.cnblogs.com/sushome/p/15088364.html
Copyright © 2011-2022 走看看