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

[REBOL] Re: Reading empty directories via FTP error

From: antonr:iinet:au at: 10-Nov-2003 18:16

Ok, to dig more into the guts of it, here's what to do: Make a new rebol script file, paste this into it: -------------------- rebol [ notes: { write clipboard:// mold system/schemes/ftp/handler } ] system/schemes/ftp/handler: -------------- Now use the notes to paste the ftp-handler code in at the bottom. Now when you execute the script, you are setting the ftp handler. So that means you can put in print statements wherever you like to bug-test it. It's not so hard, you can use divide and conquer to isolate the approximate bug position. I advise you to put print statements that are distinguished easily from the trace/net output, eg: print "CR> at point 1" Anton.