How FTP works ? & Send you web pages to server Speaker : Frank Liu.

Slides:



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

1 Web Servers / Deployment Alastair Dawes Original by Bhupinder Reehal.
© Copyright 1997, The University of New Mexico C-1 Internet Service Provider Services What to do once you’re connected.
Building Web Pages With Microsoft Office. Introduction This tutorial is for the beginning web builder. It utilizes software that you already have, Microsoft.
Exploring the Internet Creating and setting up your website Instructor: Michael Krolak Instructor: Patrick Krolak See also
CIS101 Introduction to Computing
Dreamweaver Basics In this section you will learn how to:
Using FileZilla to FTP CS10001 – Computer Literacy Kent State University.
1 Software Testing and Quality Assurance Lecture 32 – SWE 205 Course Objective: Basics of Programming Languages & Software Construction Techniques.
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.
13 February Building a Web Page. Links Links: One always links to an anchor point Every page has an implicit anchor point at the start In addition, can.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
FileZilla Skills: install and use FileZilla IT concepts: portable software, file transfer protocol (FTP), Web site mirror This work is licensed under a.
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®
February 2006Colby College ITS Using FTP. February 2006Colby College ITS Topics FTP Options at Colby For Mac Users For Windows Users.
Website Publishing. Publishing Basics Early Web Sites Obtain a Domain Name IP Address (Internet Protocol Address) – A number that uniquely identifies.
Accessing the Internet with Anonymous FTP Transferring Files from Remote Computers.
Chapter 1: Introduction to Web
The Internet Writer’s Handbook 2/e Introduction to World Wide Web Terms Writing for the Web.
The Internet COM 366 Web Design & Production. Brief history Internet began as nationwide network for Department of Defense in 1960s –Expanded to universities.
1 HTML (Set Up Public Folder) Some material on these slides is taken directly from
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
Internet Concept and Terminology. The Internet The Internet is the largest computer system in the world. The Internet is often called the Net, the Information.
Tutorial #2 Creating Links. Tutorial #1 Review Basic Page (DOCTYPE, HTML, Head, Title, Body) Tags Structure( ),,,,,, Nested Tags content Tag Attributes.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
How did the internet develop?. What is Internet? The internet is a network of computers linking many different types of computers all over the world.
Websites 101 Technology Committee UPSOM. Web Class – Goals  Make a simple web page (or series of pages)  Upload that page to the internet  Feel comfortable.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
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.
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.
Kingdom of Saudi Arabia Ministry of Higher Education Al-Imam Muhammad Ibn Saud Islamic University College of Computer and Information Sciences Chapter.
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.
How to use WS_FTP A Step by Step Guide to File Transfer.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
 How a computer works  The Internet  Browsers  Web Pages.
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.
Remote Access Usages. Remote Desktop Remote desktop technology makes it possible to view another computer's desktop on your computer. This means you can.
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.
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.
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
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.
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.
2015 暑期電腦課程 -H3 HOW FTP WORKS? By
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Introduction to HTML.
4.01 How Web Pages Work.
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
Web page a hypertext document connected to the World Wide Web.
Internet Protocol Mr. Paulk.
File Transfer Protocol
ما هي خدمة بروتوكول نقل الملفات؟
Setting Up Your Development Environment
The Internet and Electronic Mail
Web Servers / Deployment
Why can’t others see my Wepage?
How WWW works? Speaker : Frank Liu
4.01 How Web Pages Work.
Information Retrieval and Web Design
4.01 How Web Pages Work.
Introduction To Building a Web Site
Presentation transcript:

How FTP works ? & Send you web pages to server Speaker : Frank Liu

How FTP spells ? FTP : stands for File Transmission Protocol FTP : stands for File Transmission Protocol Used for transfer files between 2 hosts 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 is not on-line all the time Your machine can’t get a static IP address Your machine can’t get a static IP address So, you must transfer your HTML files(your web pages) to a web server 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 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 Where to get it ? Toget or College’s FTP site or Frank’s home How to install it ? Example : Filezilla How to install it ? Example : Filezilla What’s the information that your need? Network address and User ID and Password What’s the information that your need? Network address and User ID and Password

How to use Filezilla Launch Filezilla Launch Filezilla Blank means not connected

How to work your homepage out Make a file named “index.html” and put it in your home directory Make a file named “index.html” and put it in your home directory You can see your production in You can see your production in Good luck and go for it Good luck and go for it Your journal !! Don’t Forget it. Your journal !! Don’t Forget it. ││ /s811XXX

What’s next ? Hyper Text Markup Language Hyper Text Markup Language Create your first web by hand Create your first web by hand