<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">The best you can do is to try and grab the URL's directory by itself:<BR>
<BR>
put url "http://www.myserver.com/test/" into fileList<BR>
<BR>
The problem is that different web servers (or FTP servers) may return different formats. Some web servers won't give a directory listing at all (or will send back the contents of "index.html" or some other default page).<BR>
<BR>
If you really need to get a list of the files reliably, I believe you would need to send specific FTP commands to a FTP site. There is no reliable way over HTTP unless you have control of the server side, AFAIK.<BR>
<BR>
Perhaps there is something you can glean from the FTP libs?<BR>
<BR>
HTH<BR>
<BR>
<BLOCKQUOTE CITE STYLE="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px" TYPE="CITE"></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">I've been trying the following without success:<BR>
<BR>
  set the directory to url "http://www.myserver.com/test/"<BR>
  set the directory to url "ftp://ftp.myserver.com/test/"<BR>
  set the directory to url "ftp://uname:pword@ftp.myserver.com/test/"<BR>
<BR>
Result = "Can't open directory."<BR>
<BR>
Am I missing the obvious?<BR>
</BLOCKQUOTE></FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"><BR>
<BR>
<BR>
<BR>
<BR>
<BR>
------------------------------<BR>
Brian Yennie<BR>
Chief Technology Officer<BR>
QLD Learning, LLC<BR>
www.QLDLearning.com<BR>
<BR>
PH: (904)-997-0212<BR>
EMAIL: Yennie@aol.com<BR>
-------------------------------<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>