Following the instructions from https://developer.tizen.org/documentation/articles/smart-development-bridge I trid to configure stfp connection to Tizen emulator via FileZilla but didn't succeed. On attempt to connect I'm getting:
"
Status: Connecting to localhost:3000...
Response: fzSftp started
Command: open "Root@localhost" 3000
Error: Server unexpectedly closed network connection
Error: Could not connect to server
"
What else needs to be done beside execution of "sdb -s emulator-26100 forward tcp:3000 tcp:22" ?
Should I enable stfp service on emulator somehow?