<requires home>
<loop backend anon xfer>
touch $home/tmp
$backend "DELE tmp"
test -e $home/tmp && echo tmp was not deleted
$backend "DELE tmp"
rm -f $home/tmp
<!----------------------------------------------------------------------------->
<result anon>
502 Command not supported.^M
tmp was not deleted
502 Command not supported.^M
<result xfer>
250 File removed successfully.^M
550 Could not remove file: No such file or directory^M
