> I have been tasked with grabbing a set of legal opinions from
> a court website every day. In the course of setting up the
> code...this court deals with things differently than the
> others I have setup. Rather using cfhttp to grab a zip file
> and then manipulate it locally...everything is simply in a
> directory on their server.
>
> Is there a tag that will emulate cfhttp functionality somehow
> to grab *anything* that exists in that folder? The file
> names are random document numbers..and am kind of stuck
> thinking out several plans.
If, when you navigate to the directory itself using a browser, you see a
directory listing, you could use CFHTTP to retrieve the directory listing,
parse the individual file names from it, then use CFHTTP to retrieve each
file by name from the directory.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.