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.

原文地址:https://www.cnblogs.com/sushome/p/15088364.html