






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
E-Commerce is taking over the traditional commerce practices. It is of special concern for the IT students. Following are the key points of these Lecture Slides : Unix System, Publishing Pages, Web Pages, Telnet, Permissions, Directories, Files Transferred, Necessary Files, Account, Transfer Protocol
Typology: Slides
1 / 11
This page cannot be seen from the preview
Don't miss anything!







ECT 250: Survey of e-commerce technology
Now that we can create some basic Web pages,we need to discuss how to publish these pages,that is, make them available on the WWW.In this course, all Web pages will be publishedon the students.depaul.edu machine.Next we learn how to move existing pages ontostudents.depaul.edu.
transferred between computers connectedusing TCP/IP.
directions, that is, from the client to the serveror from the server to the client.
simultaneously.
FTP allows the transfer of two types of files:1. ASCII text: files containing only characters
available through the keyboard and containingno formatting information.Example: Files created using Notepad
documents, worksheets, graphics, etc.
There are two ways to access remote machines:1. Full privilege FTP access: This requires that you
have an account on the remote computer and thatyou supply your username and password.
on the remote computer, you can type
anonymous
as the username and your e-mail address as thepassword and obtain limited access to the remotecomputer.
To use a browser as an interface with FTP:1. Type
ftp://[email protected]
for your password.
it correctly) and hit enter.
ftp://[email protected]
A Web server typically requires that any Web pagesthat are to be published on the site must be locatedin a particular directory.On students.depaul.edu (and condor.depaul.edu)that directory is public_html.If you do not have a public_html directory youmust create one. All your web pages must be inthat directory or they will not be visible to browsers.