2015 暑期電腦課程 -H3 HOW FTP WORKS? By

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

Communicating Information: Web Design. It’s a big net HTTP FTP TCP/IP SMTP protocols The Internet The Internet is a network of networks… It connects millions.
Institute of Technology Sligo - Dept of Computing Layer 7 The Application Layer Chapter Review.
FTP Using FileZilla CS10001 – Computer Literacy. Step 1: Understanding the Interface Quickconnect Bar Message Log Area Local site navigation (either lab.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
Building Web Pages With Microsoft Office. Introduction This tutorial is for the beginning web builder. It utilizes software that you already have, Microsoft.
Internet…issues Managing the Internet
CIS101 Introduction to Computing
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
Using FileZilla to FTP CS10001 – Computer Literacy Kent State University.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
Web Design Terms and Concepts Ms. Scales. Q. What is a Server? A. A server is a computer that stores information many people can access. It runs special.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Website Publishing. Publishing Basics Early Web Sites Obtain a Domain Name IP Address (Internet Protocol Address) – A number that uniquely identifies.
Why Worry About the WWW? Intranets -- with lots of HR applications »policies/procedures »job postings »benefits & other transactions »hiring & other workflows.
CNIT 132 Intermediate HTML and CSS Publish Web Page.
The Internet COM 366 Web Design & Production. Brief history Internet began as nationwide network for Department of Defense in 1960s –Expanded to universities.
Copyright © Curt Hill The Internet An Introduction.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
Website Designers Goal Evolve from know-nothing, nat-brain rookies … into Incredible Website Designers Reference Websites:
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
OBJECTIVES  What is HTML  What tools are needed  Creating a Web drive on campus (done only once)  HTML file layout  Some HTML tags  Creating and.
WHAT IS A WEBSITE AND HOW TO GET YOUR BUSINESS ONLINE Anna Gabali – 30/07/ MKLC.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Here you are at your computer, but you don’t have internet connections. Your ISP becomes your link to the internet. In order to get access you need to.
HTML ~ Web Design.
The Internet. Network - Collection of computers and devices connected together via communications devices Internet - Worldwide collection of networks.
CIS 250 Advanced Computer Applications Internet/WWW Review.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
The Web and Web Services Jim Graham NR 621 Spring 2009.
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
Double –Click on the Netscape Icon on your desktop The following are a series of steps to help you get started with Netscape Composer.
FTP Using FileZilla CS10001 – Computer Literacy. Step 1: Understanding the Interface Quickconnect Bar Message Log Area Local site navigation (either lab.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
How the Web Works Jenny Burson Courtesy of About Internet for Beginners Learn the Web
01 - Introduction Informatics Department Parahyangan Catholic University.
Internet FTP to network. Preliminary Steps a FTP program is used and executed such as WS_FTP LE Information needed –host name –user id –password.
Website Design:. Once you have created a website on your hard drive you need to get it up on to the Web. This is called "uploading“ or “publishing” or.
Web Page Creation Standard Grade Computing. WWW n The World Wide Web is a collection of information held in multimedia form on the Internet. n This information.
File Transfer Protocol (FTP) CIS 130. File Transfer Protocol (FTP) Copy files from one internet host (server) to your account on another host –Need domain.
Planning, configuring, running and maintaining a web server -1.
Your final site CSS WP Hand- code, using TextEdit, TextWrangler, Dreamweaver or any other wysiwyg editor. Site doesn’t require to be hosted Deliver all.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
How Web Servers and The Internet Work The Basic Process.
Website Design and Construction Services and Standards.
Week-10 (Lecture-1) Web Building STEPS OF BUILDING: create web pages using HTML add a consistent style using CSS add computer code using JavaScript add.
XP Creating Web Pages with Microsoft Office
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
How FTP works ? & Send you web pages to server Speaker : Frank Liu.
4.01 How Web Pages Work.
Evolution of Internet.
Introduction to Computers
Some bits on how it works
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Professional Web Designing For Absolute Beginners
Internet.
Web page a hypertext document connected to the World Wide Web.
Internet Protocol Mr. Paulk.
File Transfer Protocol
The Internet and the World Wide Web (ch. 7)
Computer Networks and Internet
How WWW works? Speaker : Frank Liu
Website A website is a collection of web pages (documents that are accessed through the Internet) When someone gives you their web address, it generally.
4.01 How Web Pages Work.
Unit 4 The Web Book Test.
Information Retrieval and Web Design
Presentation transcript:

2015 暑期電腦課程 -H3 HOW FTP WORKS? By

How FTP spells ?  FTP : stands for File Transmission Protocol  Used for transfer files between 2 hosts Remote Host Local Host

Why we need FTP ?  Your machine is not on-line all the time  Your machine can’t get a static IP address  So, you must transfer your HTML files(your web pages) to a web server Internet Client browser Server

What you should know before Using FTP  Which one is best for you ? Filezilla or CuteFTP or others  Where to get it ? Toget or College’s FTP site or Frank’s home  How to install it ? Example : Filezilla  What’s the information that your need? Network address and User ID and Password

How to use Filezilla  Launch Filezilla Blank means not connected

How to work your homepage out  Make a file “index.html”under “public_html”  You can see your production in  Good luck and go for it ││ ftp server /s31XXXX/public_html/

What’s next ?  Hyper Text Markup Language  What is hyperlink?  How to select my color? #FF0000 is red and #FFC0FF is pink  Use table to format your document