(substitute your username
in the url). Position things on your screen so that you can see both
windows. You can now drag-n-drop individual files into the netscape window
and they will be uploaded.
Using C:\windows\ftp.exe (comes with windows)
run c:\windows\ftp.exe
in the window type commands like the following:
open home.prado.com (you will be prompted for your username and password)
lcd c:\webpage (change local directory to where you keep web page files)
cd public.htm (change directory on prado's server)
asc (prepare for an ASCii transfer)
put index.htm (transfer index.htm)
mkdir images (create a directory for image files)
cd images (change into the remote images directory)
lcd images (change into the local images directory)
bin (prepare for a BINary transfer)
put example.gif (transfer a binary file)
Where to find an
upload program
For those of you who don't have an ftp client of some kind, you will
most likely be able to find one at http://www.windows95.com/apps/ftp.html if you have windows95, or if you have a mac
try: http://www.quantumleap.net/mac/MACHTML/FTP.HTM.