Is it possible to use the bash features such as word completion, reverse search, scrolling, etc. in SFTP?
When I try the scroll feature with the up-arrow, it always writes the symbol ^^^.
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Tab completion seems to be possible in yafc. Though I didn't try it myself. I can't imagine another way to get bash like behaviour working other than if it is implemented in the client you use. The client has to buffer the information on the other computer, or keep a connection open to access the data there on searches and everything, so I think searching for a good commandline client is your way to go. | ||||
|
feedback
|
scpprovided I have bash-completion/zsh-completion and have configured my SSH client andssh-add'ed my RSA keys and password to the SSH keychain. – birryree Oct 20 '11 at 17:54