On Sun, Nov 26, 2000 at 11:10:42AM -0900, Tim Johnson wrote: > 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. It is an error from the application layer protocol, i.e. FTP, HTTP, SMTP etc. If you tried to use write/append through ftp then this error indicates that the ftp server does not support appending data to an existing file. -- Holger Kruse [EMAIL PROTECTED] -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
- [REBOL] Re: variable number of arguments Ladislav Mecir
- [REBOL] Re: variable number of arguments Tim Johnson
- [REBOL] try fails to catch error Graham Chiu
- [REBOL] Port checking and timers Mat Bettinson
- [REBOL] Re: Port checking and timers Holger Kruse
- [REBOL] Re: Port checking and timers Larry Palmiter
- [REBOL] Re: Port checking and timers Holger Kruse
- [REBOL] Re: Port checking and timers Ladislav Mecir
- [REBOL] Re: try fails to catch error Mat Bettinson
- [REBOL] Append/Restart not permitted Tim Johnson
- [REBOL] Re: Append/Restart not permitted Holger Kruse
- [REBOL] Re: Append/Restart not permitted Tim Johnson
- [REBOL] Re: Append/Restart not permitted Chris
- [REBOL] Re: Append/Restart not permitted Holger Kruse
- [REBOL] Re: Append/Restart not permitted Tim Johnson
- [REBOL] Re: try fails to catch error Graham Chiu
- [REBOL] Re: try fails to catch error jeff
- [REBOL] Re: try fails to catch error Graham Chiu
- [REBOL] Re: try fails to catch error Gabriele Santilli
- [REBOL] FTP Write Error (Append/Restart not permitted) Tim Johnson
- [REBOL] Re: try fails to catch error Thomas Jensen
