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

[REBOL] Re: ftp read fails

From: anton:lexicon at: 9-Jun-2002 15:03

Tim, I see "not passive" in the trace. Ftp usually fails first because active transfers are not supported by the server. Not sure if this works, but I think if you set passive mode in the ftp scheme: system/schemes/ftp/passive: true it might help. Anton.