aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssh/openssh-sftp-interactive.diff
Commit message (Collapse)AuthorAgeFilesLines
* main/openssh: flush stdout for interactive sftpPeter Bui2014-10-301-0/+14
Previously, the "sftp> " prompt would only appear after a command was entered. This simply calls fflush on stdout to force the prompt to appear during interactive mode.