{"id":13897239,"url":"https://github.com/dcampos/nvim-sftp-sync","last_synced_at":"2025-04-05T10:30:43.930Z","repository":{"id":66959522,"uuid":"277692185","full_name":"dcampos/nvim-sftp-sync","owner":"dcampos","description":"Neovim plugin that helps you sync your projects to an SFTP server","archived":false,"fork":false,"pushed_at":"2023-11-06T19:33:00.000Z","size":18,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T02:41:30.593Z","etag":null,"topics":["neovim","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcampos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-07-07T02:02:41.000Z","updated_at":"2025-01-04T03:52:06.000Z","dependencies_parsed_at":"2023-11-07T02:47:17.643Z","dependency_job_id":null,"html_url":"https://github.com/dcampos/nvim-sftp-sync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fnvim-sftp-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fnvim-sftp-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fnvim-sftp-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fnvim-sftp-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcampos","download_url":"https://codeload.github.com/dcampos/nvim-sftp-sync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247324365,"owners_count":20920627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["neovim","neovim-plugin"],"created_at":"2024-08-06T18:03:26.903Z","updated_at":"2025-04-05T10:30:43.634Z","avatar_url":"https://github.com/dcampos.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# SftpSync\n\nSftpSync is a Neovim plugin that helps you sync your projects to an SFTP\nserver.\n\n## Install\n\nThis plugin is known to work with Neovim stable. Version **0.5.0+** is\nrecommended. It may still work with older releases.\n\nInstall SftpSync using your favorite plugin manager. Using vim-plug:\n\n```vim\nPlug 'dcampos/nvim-sftp-sync', { 'do': ':UpdateRemotePlugins' }\n```\n\nThis plugin has an external dependence on the pysftp Python module. You can use\nthe `pip` command to install it:\n\n```\npip install pysftp\n```\n\nBeing a Python remote plugin, it also requires `pynvim` to be installed and\nworking.\n\n## Usage\n\nBasic server configuration:\n\n```\nlet g:sftp_sync_servers = {\n            \\     'server1': {\n            \\         'local_path': '/home/myuser/projects/project1',\n            \\         'remote_path': '/server/project1',\n            \\         'host': 'myserver.com',\n            \\         'username': 'mysftpuser',\n            \\         'password': 's3cret',\n            \\     }\n            \\ }\n```\n\nSend the currently open file:\n\n```\n:SftpSend\n```\n\nSee `:help sftp-sync` for more details.\n\n## License\n\nMIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcampos%2Fnvim-sftp-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcampos%2Fnvim-sftp-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcampos%2Fnvim-sftp-sync/lists"}