dcampos / nvim-sftp-sync

Neovim plugin that helps you sync your projects to an SFTP server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SftpSend is not available.

ivanzavalin opened this issue · comments

Hi. I've installed the plugin, but the command :SftpSend is not aviable when I try to call it, as well as other commands. The help info is available though.

Hi!

You need to call :UpdateRemotePlugins somewhere in your setup, like is mentioned in the README file.

If you're using lazy.nvim, you need something like this:

    {
        'dcampos/nvim-sftp-sync',
        build = ':UpdateRemotePlugins',
    },

Hi! Thanks for resolving issue. I now try using the plugin but I am getting now this sort of error when trying to send file to a server. Can you suggest what can I do in this case?
Screenshot from 2023-11-09 10-45-58