Hi,
Is SFTP works over stunnel? If yes, how can configure it ?
Why would you want to tunnel sftp? sftp does not need additional security layers, since it is already secured by ssh. Ignoring that, I think that you can tunnel it over stunnel as any single port tcp client/server application can be configured using stunnel. There are are many examples on the web.
Regards Jose