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

[REBOL] empty ftp directories problem

From: dajoy::operamail::com at: 30-Nov-2001 3:24

Another interesting problem with the empty directory "owlb":
>> read ftp://localhost/owlb/
** Access Error: Port none not open ** Where: parse-dir-list ** Near: read ftp://localhost/owlb/ Ok. I use error? to display and empty list instead. But if right after that I do a write, I get:
>> write ftp://localhost/owlb/asd "Asdas"
** Script Error: Cannot use insert on this type port ** Where: halt-view ** Near: write ftp://localhost/owlb/asd "Asdas" It a the ftp server that comes with Xitami on Windows. Daniel