Getting Started | Beginner Level | Intermediate Level | Advanced Level
Workshops Available | Web Policy
Option 1
If you would like to create a simple webpage, you can save .htm & .html files in
your Public_html directory on MySBfiles.
For more information visit: http://www.sinc.sunysb.edu/helpdesk/sbweb.shtml
{and/or}
Option 2
If you would like to create webspace that allows you to use scripts (such as cgi),
you can request 20 MB of webspace on the Sparky Unix server.
See below for information on how to request this space and transfer files to the account.
REQUESTING WEBSPACE
In order to access your 20MB of webspace you will need:
- A Stony Brook (Sparky) email account. Click here
to find out to get a Sparky email account.- Once you have a Sparky email account you can request your webspace.
You must send an email from your Sparky account to:
webmaster@ic.sunysb.edu
- In the Subject area, type: Request Web Space
- The Message Content should include: Your Sparky username
- For example: If your username is jdoe , you would simply put jdoe
in the message areaNOTE: You should receive a message confirmation from the Webmaster, indicating that your web space is ready, within 24 hours.
RECIEVED THE EMAIL CONFIRMATION! I HAVE WEBSPACE!
Now what do I do?
- First, must login into Sparky, click here for directions
- Second, access your Webspace on Sparky, click here for directions
NOTE: We suggest you create Symbolic Link.
- What is a Symbolic Link? Click here
- Create a Symbolic Link for easy access to your webspace,
click here for directions.- Third, create an index page, click here for directions
- Fourth, upload files to your web directory using File Transfer Protocol
(FTP) click here for directions.
Frequently Asked Questions (FAQs) from Stony Brook Students
- Web Technologies Available on the Sparky Unix Server
- Unix File Editors
- Windows and MacOS File Editors available
- Tips on how to keep your Webspace Organized
Login into Sparky and Access your webspace
Login into Sparky
Visit the help desk link with more information about softweb and to download SSH program to your computerAccess your webspace
For example, if your user/login name is jdoe,
your webspace address will be:
http://www.sinc.stonybrook.edu/Stu/jdoe
In computing, a symbolic link (often shortened to symlink) consists of a special type of file that serves as a reference to another file. Symbolic links appear particularly commonly in Unix-like operating systems.
Unlike a hard link, a symbolic link does not point directly to data, but merely contains a symbolic path which an operating system uses to identify a hard link (or another symbolic link).
Creating a Symbolic Link for easy access to your webspace
You are now able to switch to your website directory by using the command cd www and back to your home directory using cd
Important Note: If you choose not to use the symbolic link for easy access, you can also get to your webspace from your Sparky home directory.
Once you have logged into Sparky, at sparky prompt, type:
cd /usr/www/Stu/your_sparky_username
REMEMBER! You will be placing your html and other web files within your www folder.
{ top }
An index page (or homepage) is an important element to your website. It is the automatic opening page when you first access a website.
When you first request webspace, the Webmaster includes an index page in your web directory for you. You can simply replace this index file with your own when you upload your webpage to the webserver.
Important Note: Neglecting to include an index page, will allow visitors to have access to all the files in your web directory, including the files you don't wish for them to see. To avoid this, always be sure to have an index.html or index.htm file in your web directory because it stops visitors from accessing/viewing other files.
{ top }
You must have an active Sparky* account or an account that you can telnet‡ to in order to use File Transfer Protocol (FTP).
This page will explain:
Why use File Transfer Protocol (FTP):
Using SSH Secure Shell Client from a SINC Site:
Press Enter or Space to connect
Setting Up SSH Secure Shell Client on Your Personal Machine
Using WS_FTP LE from a SINC Site:
Setting up WS_FTP LE on your Personal Computer:
You can download WS_FTP LE from http://clientsupport.stonybrook.edu/software.shtml/
Once you have downloaded and installed WS_FTP LE, you will need to setup your connection to your account.
Start the WS FTP LE program. The Session Properties window will appear. Click New.
WS FTP LE needs to know what account you want to connect to. Each account can be saved as a session. Here is the information you need to create a session:
If you wanted to put files on your web page (Sparky* account), enter in the following information:
Profile Name: Personal Web Page
Host Name: sparky.ic.sunysb.edu
User ID: Your Sparky* username
Password: Your Sparky* password
(For future connections, you should not have to do this again. From now on, you should be able to choose this profile. Follow the directions from step 5).
† FTP stands for File Transfer Protocol, the method by which one transfers files to and from a server.
‡ Telnet is software which allows you to connect to a remote server (i.e. Sparky) and use its resources (email, etc.).
* Sparky is the Teaching, Learning + Technology UNIX Server.
£ SSH Secure Shell Client is a secure telnet software package.