can you answer to this problematic ?
how can transfer a google html file to my site via terminal… what terminal command… Than
thanx m
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
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
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: