Setting up your ws_ftp go to url:
http://www.tucows.com and download "ws_ftple.exe" or
"cute2032.exe" at url Http://www.cuteftp.com to download
files
Bold text is to be typed into your upload
program.
Profile Name - enter - provider
name
Host name - enter - www.cedarnet.org
Host type - enter - UNIX
user ID - enter - name
password - enter - ********
Remote Host - enter - /home/preweb/directoryname
Local PC - enter - C:\we_ftp32 or C:\cuteftp
Both of the above ftp programs upload files to
cedarnet.
To edit files in your HTML editor click on
settings in the text files viewer
enter your C:\HTML editor
directory\htmleditor.exe and save
file
to your upload directory with it's orginal file name.
Telnet is used to chmod and edit files in
preweb and web and
allows you text mode to your files.
Setting up Telnet
Find telent.exe in windows and make shortcut to
desktop.
Open Telnet
set preferences
vt arrows
vt100/ansi
v block cursor
connect preferences
Host name - - www.cedarnet.org
port - - telnet
term type - - vt100
Login is normal text login
Login provider
name
password ********
select "s" select "s" again you get
prompt $
than cd preweb
ls -l (enter) to view files in directory
chmod 775 filename.html to make files world readable
chmod 775 *.*
to change mode all files in directory
Before chmod file in your directory will look
like this
rw-r--r-- yourname webmaster 1000 Jan 1 00:00 filename.html
after chmod file in your directory will look
like this
rwxrwxr-x yourname webmaster 1000 Jan 1 00:00 filename.html
To edit your file online type pico filename.html
at the prompt and follow the instructions on the screen.