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

FTP-Scheme Problem

 [1/1] from: fsievert::uos::de at: 26-Jun-2001 15:18


Hi! I had some problems with the ftp-scheme. I found out that there is a problem when using ftp-protocol with ip-adresses. Rebol caches the connections, but does not find them again. So it opens a new ftp-connection (and holds it) for every file-access. I wrote a patch for it: use [a] [ a: second get in system/schemes/ftp/handler 'open a: next a/connections/all change/only a to-paren compose [form (first a)] ] CU, Frank