[REBOL] Re: Rebol, FTP and quotas
From: dockimbel:free at: 9-Mar-2002 22:16
Hi,
As far as i understand, this kind of errors occurs because the FTP handler doesn't recognize
the response code sent by
the server.
Try this patch before starting your ftp session :
>> system/schemes/ftp/handler/rmfile-check/2: ["250" "226"]
>> append system/schemes/ftp/handler/read-check/2 "200"
When you encounter such error, you should turn trace/net on and if possible, send the
log to the ml.
HTH,
-DocKimbel.
Henrik Mikael Kristensen wrote: