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: > > Hi > > I'm getting a quota problem with two different ftp-servers, when I try to manipulate >(delete, write) the files on the ftp-server: [...] > gives: > > User Error: Server error: tcp 226 Quotas on: using 0.00 of 10.00 MegaBytes > > Why is this an error?? [...] > User Error: Server error: tcp 200 PORT command successful. [...] -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
