hesselbom / vim-hsftp

Vim: Upload and download files through sftp
38 stars 16 forks source link

/bin/bash: expect: command not found #10

Closed f4th4n closed 8 years ago

f4th4n commented 8 years ago

After vim-hsftp installed I tried to run :Hupload

And there's error /bin/bash: expect: command not found

OS Ubuntu 16, vim 7.4

How to fix this? Thankyou

f4th4n commented 8 years ago

Working after install expect.

sudo apt install expect

zhangliyuan97 commented 6 months ago

thanks for your help.