Anda di halaman 1dari 2

Basics of HTML

Paolo Colombi colombi@ing.unibs.it


Lesson 2 - FTP (File Transfer Protocol) - Remote access to the personal Faculty account. - Tutorial on other HTML tags and attributes

File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another host over a TCP-based network, such as the Internet. It is often used to upload web pages and other documents from a private development machine to a public web-hosting server. Usual syntax

ftp://[<user>[:<password>]@]<host>[:<port>]/<url-path> Example ftp://ftp.ing.unibs.it or ftp://colombi@ftp.ing.unibs.it:21/WWW/basics_html


1 19/04/2012 Basics of HTML Lesson 1 2

Materials can be downloaded at http://www.ing.unibs.it/~colombi/basics_html/


19/04/2012 Basics of HTML Lesson 1

http://filezilla-project.org/

19/04/2012

Basics of HTML Lesson 1

19/04/2012

Basics of HTML Lesson 1

http://www.html.it/
You have to create 2 files:
Editor testuali html

1. Htaccess to be put into the protected folder


AuthType Basic AuthName "You need to fill usr and password to acces this content. Thank you. Paolo." AuthUserFile /export/home/colombi/.htpasswd <Limit GET> require valid-user </Limit>

2. htpasswd to be put elsewhere http://www.htaccesstools.com/htpasswd-generator/

19/04/2012

Basics of HTML Lesson 1

19/04/2012

Basics of HTML Lesson 1

Anda mungkin juga menyukai