I've seen suggestions on how to deal with the caching issue when getting pages via http by adding junk parameters to the end, and this works fine for http requests. My problem comes from the fact that I'm pulling from a text file from a ftp site, where if I add any junk parameters, it causes the object creation to fail.
Any ideas on how to get around the caching problem for ftp?
Any ideas on how to get around the caching problem for ftp?