Informatics1-2017/HW3

A MathWikiből
A lap korábbi változatát látod, amilyen Kkovacs (vitalap | szerkesztései) 2017. október 3., 19:51-kor történt szerkesztése után volt.
(eltér) ←Régebbi változat | Aktuális változat (eltér) | Újabb változat→ (eltér)

Tartalomjegyzék

How to

Windows

Download WinSCP (or another SFTP client). Use the host name leibniz.math.bme.hu and your linux username and password. It might ask for some security certificate, just answer yes.

On the new screen you should see two file systems, on the left is your local machine, while on the right is the server, you can simply drag files from one side to the other to download / upload them.

Linux

Open a terminal, navigate to the folder where you want to download the files. The command:

scp username@leibniz.math.bme.hu:~/public_html/index.html ./

should download the index.html file to your local folder (it'll ask for your password, and of course you need to use your own username). And the command:

scp ./index.html username@leibniz.math.bme.hu:~/public_html/

should upload your local index.html to the server.

Mac

Download Fugu (or another SFTP client). Use the host name leibniz.math.bme.hu and your linux username and password. Downloading and uploading files should work like on windows (above).

Or you can do it through console like those one linux.

HTML

CSS

Személyes eszközök