Jun 26, 2003 #1 chadau Programmer Joined Nov 14, 2002 Messages 155 Location US I would like to know if there is an easy way of automating the downloading of this file: http://www.fededirectory.frb.org/FEDACHdir.txt file
I would like to know if there is an easy way of automating the downloading of this file: http://www.fededirectory.frb.org/FEDACHdir.txt file
Jun 26, 2003 #2 RealQuiet Programmer Joined Feb 11, 2001 Messages 54 Location US Here's a good example: http://www.devsearch.com/dotnet/Article/6971/0/page/6 Upvote 0 Downvote
Jul 1, 2003 #3 jenxie Programmer Joined Jun 25, 2003 Messages 3 Location US You can use the DownloadFile method in the webClient class. Upvote 0 Downvote