Report this

What is the reason for this report?

how can transfer a google html file to my site via terminal... what terminal command... Thanx Mike

Posted on May 2, 2017

can you answer to this problematic ?

how can transfer a google html file to my site via terminal… what terminal command… Than

thanx m



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @gaillard111

You can transfer a file to your droplet via SFTP if you want a graphical interface (most file managers supports this). It works like FTP does, but uses the SSH protocol, so everything is encrypted.

Or you can use scp if your client computer is a Unix-based system. The command would look like this:

scp /path/to/local/google.html root@droplet_domain_or_ip:/path/on/server/google.html

OK, thanx a lot Hansen… Unfortunately I’m not computer scientist… just sort of a tinkerman… so I’m kind of lost.

I cannot figure how to insert the right adresses with what you gave me.

filename to transfer is googlec11f2b133ba8e7c9.html

my dropplet adress root@ubuntu-1gb-fra1-01:~#

my droplet ipv4: 139.59.137.59 C

what do I need more than that ? and how do I write the command

Sorry to be so incompetent… Hoping you can help

Best mike

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.