Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] ftp and the closing of ports.

From: rebol:temecula-usa at: 1-Dec-2003 15:43

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