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

[REBOL] Re: ftp connexion problems

From: warp:reboot:ch at: 18-Nov-2002 18:21

try adding this to your user.r file: ;patch for ftpd change/only skip find pick find second get in system/schemes/ftp/handler 'open to-set-word 'parse-dir-list 4 'transfer-check -2 'net-utils/confirm/multiline ;and that is so to use open connection instead of new 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)] ] code taken from here: http://www.reboltech.com/library/html/Patches.html hope that helps 8) have a nice day Will [18.11.2002 7:46 "Alban Gabillon" [Alban--Gabillon--univ-pau--fr]]