sftp command line editing enhancement
6480741 command line editing is desired for sftp(1)
This enhancement provides the interactive command line editing facilities to the sftp command, for examples, command history and better move on the command line itself. To implement this feature, I used the tecla library. The default TAB key bindings of tecla was disabled, because its completion behavior is not suitable for sftp.
