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

[REBOL] Append/Restart not permitted

From: tim::johnsons-web::com at: 26-Nov-2000 11:10

Hi Write/append causes a failure when I attempt to append to a remote file. Full reads and writes are performed successfully: i.e. : ;where blk is a block of test: write/lines full-path blk ;executes successfully read/lines full-path ; works too! write/append full-path "this is a test" ; generates the error message below: ** User Error: Server error: tcp 451 test.txt: Append/Restart not permitted, try again.. ** Where: write/append full-path "this is a test" any ideas, also would be helpful to know if code 451 is a standard tcp error or if it is rebol-originated. Thanks! Tim