Deleting a file should work.
Have you tried:
>>print exists? ftp://server.com/filename.txt
>>delete ftp://server.com/filename.txt
>>print exists? ftp://server.com/filename.txt
Last time I checked this works.
You wrote...
>Is there any way of doing a delete though an ftp connection. A normal ftp
client
> can use the delete command but as quoted from the rebol dictionary,
>delete (accepts: file url)
>The only way around I can think of is to use the telnet client (little-bell.r?)
>to access the machine to delete the file.
>Any thoughts?
>John