Page 1 of 1

How to Access SFTP?

PostPosted:11 Aug 2018 12:45
by mastah
Hi, i am a noob.

I installed VPSSIM free version on my VPS on Google Cloud Engine. But when i tried to create SFTP account, there is information that feature only available for business version.

I tried to access my server using cyberduck but my landing page only my home and i dont have write access on directory of my web (the position of directory outside of my home directory).

Is there any solution for my situation?

Thank you

Re: How to Access SFTP?

PostPosted:11 Aug 2018 12:57
by nguyenoanh
Hello.

You can access your VPS via sFTP with the info:

host: sftp://VPS_IP
user: root
password: Your_pass_of_root
port: 22 or new_port_you_changed

If you want to upload code to your web_root
Upload files to /home/domain.com/public_html
You can not upload files to it ?

Re: How to Access SFTP?

PostPosted:15 Aug 2018 23:55
by mastah
Hello,

I am sorry for my slow response. I read your answer but at that time my problem was that I can not access my VM using root access. By default, GCE not allowed it. Finally I can accessed it using root access after enable it in sshd configuration.
Thank you.

Re: How to Access SFTP?

PostPosted:16 Aug 2018 07:39
by nguyenoanh
mastah wrote:
15 Aug 2018 23:55
Hello,

I am sorry for my slow response. I read your answer but at that time my problem was that I can not access my VM using root access. By default, GCE not allowed it. Finally I can accessed it using root access after enable it in sshd configuration.
Thank you.
You're wellcome :)