Hello, I've been reading some of the posts regarding rebol's ftp. I am having an issue with the closing of ftp ports. My host recently went to a 2 ftp connection limit (from the same IP) and this has caused my 5 year old ftp scripts to fail.
What happens is this - I have a function that opens a port, writes a file then closes the port. It only works once however because on the next call, the ftp server complains I have reached the limit. At this point even testing is a bear because I have to wait until the server closes the port to try again. It looks like the port really isn't closed. I've attempted Brett Handley's "system/schemes/ftp/handler/cache-size: 0" but I get an invalid path value error. Any ideas? Thanks, James -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
