Hi Steve
You could try:
ftp://127.0.0.1 (equivalent to localhost IP)
If that does not work, try checking the port that your ftp server is
configured for. Normally port 21 is used, so if it is anything else,
include this in the url e.g.:
ftp://127.0.0.1:21
ftp://localhost:21
Otherwise I'd have to guess that ftp is not set up properly??
Hope this helps,
Andrew
Professional Java Servlets 2.3
http://www.amazon.com/exec/obidos/ASIN/186100561X
http://www.amazon.co.uk/exec/obidos/ASIN/186100561X
-----Original Message-----
From: Steve capistrant [mailto:steve.capistrant@t...]
Sent: 08 August 2002 17:25
To: HTML Code Clinic
Subject: [html_code_clinic] Dymanic link for ftp: site
I am trying to find a way to set a link from default webpage which is on
my D: drive under inetpub, wwwroot and go to my FTP site on the same
server and drive but it is under inetpub, ftproot. My server has a dynamic
IP so I can not hard code it. I can put in dymanic webpages which work
fine but I can not find how to do the same for my FTP site. Can anyone
help I have tried everything I can think of.
(ftp://localhost, ../../ftproot, ftp://, etc....)I am running on a windows
2000 server using IIS as my website.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20