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

[REBOL] Re: ftp problem

From: brett:codeconscious at: 21-Feb-2002 22:22

Hi, Try the following line then retry your test. do http://www.codeconscious.com/rebsite/rebol-library/patches.r If this works you might want to download the script and call it from your user.r file. If that does not work, try this (useful for firewalls) system/schemes/ftp/passive: true And if that does not work, maybe this long shot: system/schemes/ftp/cache-size: 1 Let us know how it goes. HTH Brett.