CRBaldwin - 2001-11-01

Logged In: YES
user_id=364525

Well typically you do not FTP into a localhost. Localhost
means you are serving up from the apache subdirectories on
your own machine's C drive. If you want to place a file
into localhost for serving up then you can drag and drop or
copy and paste the file into the www directory under the
apache directory where you installed it.

c:/apache/www/yourfile gets dropped here

CRB