eshion / vim-sftp-sync

Automatic asynchronous SFTP,FTP,... for buffers in vim
40 stars 14 forks source link

I can't upload file to hosting? #8

Open seriiserii825 opened 3 years ago

seriiserii825 commented 3 years ago

Hi. I used the settings, that i checked in filezilla, and i got an error.

"front-page.php" 145L, 5880C записано
:!expect -c "set timeout 5; spawn ftp ftp14.hostland.ru; while {1} { expect complete { send \"exit\r\"; exit; } -re \"sftp>\" { send \"put /home/serii/Sites/wp-fictional-univesity/front-page.php /h
ost1670806.hostland.pro/htdocs/wp-fictional-univesity/wp-content/themes/wp-fictional-univesity/front-page.php\r\"; } -re \"not found\" { send \"exit\r\"; } -re \"Login:\|Name.*:\" { send \"host1670
806_fictionaluniversity\r\"; } -re \"P|password:\" { send \"yZTfbcLE9k\r\"; } -re \"No such file or directory\" { send \"mkdir /host1670806.hostland.pro/htdocs/wp-fictional-univesity/wp-content/the
mes/wp-fictional-univesity\r put /home/serii/Sites/wp-fictional-univesity/front-page.php /host1670806.hostland.pro/htdocs/wp-fictional-univesity/wp-content/themes/wp-fictional-univesity/front-page.
php\r\"; } timeout {exit;} eof {exit;} }"
/bin/bash: expect: команда не найдена

Оболочка завершила работу 127

Нажмите ENTER или введите команду для продолжения

What can be a problem?