Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFTP Plugin in Lua #49

Open
MaulanaMalikS opened this issue May 9, 2023 · 0 comments
Open

SFTP Plugin in Lua #49

MaulanaMalikS opened this issue May 9, 2023 · 0 comments
Labels
help wanted Extra attention is needed idea

Comments

@MaulanaMalikS
Copy link

What?
Plugin for upload and download using SFTP in Lua.

Why?
Provide upload to server and download from server using SFTP.
Would be nice if it store server configuration locally per project, not in neovim configuration.
(Like SFTP extensions in VSCode. https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp)

Potential existing implementations:
Vim Script: https://github.com/eshion/vim-sftp-sync (server configuration still not local per project).
Python: https://github.com/dcampos/nvim-sftp-sync (doesn't have download yet, server config not local per project).

@MaulanaMalikS MaulanaMalikS added help wanted Extra attention is needed idea labels May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed idea
Projects
None yet
Development

No branches or pull requests

1 participant