This should work depending on how much regular expression support there is:
Code:
RewriteEngine on
RewriteRule www\.kcdan\.com/([a-zA-Z0-9]{5})$ www.kcdan.com/fileto.php?id=$1
^--------------^
I think you might be able to strip every thing in this range though...