{"id":28628300,"url":"https://github.com/oprogramador/vim-ftp","last_synced_at":"2026-02-02T17:06:22.633Z","repository":{"id":24634337,"uuid":"28043572","full_name":"oprogramador/vim-ftp","owner":"oprogramador","description":"vim plugin for synchronization via FTP","archived":false,"fork":false,"pushed_at":"2021-09-20T22:32:28.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-12T10:12:06.959Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oprogramador.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-15T15:47:55.000Z","updated_at":"2024-11-21T16:41:21.000Z","dependencies_parsed_at":"2022-07-25T11:15:05.246Z","dependency_job_id":null,"html_url":"https://github.com/oprogramador/vim-ftp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oprogramador/vim-ftp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oprogramador%2Fvim-ftp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oprogramador%2Fvim-ftp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oprogramador%2Fvim-ftp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oprogramador%2Fvim-ftp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oprogramador","download_url":"https://codeload.github.com/oprogramador/vim-ftp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oprogramador%2Fvim-ftp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29015771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T16:17:30.374Z","status":"ssl_error","status_checked_at":"2026-02-02T15:58:50.469Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-06-12T10:12:06.704Z","updated_at":"2026-02-02T17:06:22.602Z","avatar_url":"https://github.com/oprogramador.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-ftp\n\nThis plugin enables downloading and uploading files via FTP using vim editor.\n\n## Installation:\n- Make sure, you have [realpath](https://man7.org/linux/man-pages/man3/realpath.3.html) installed.\n- Use [pathogen](https://github.com/tpope/vim-pathogen) or [vundle](https://github.com/VundleVim/Vundle.vim).\n- Run `scripts/startup.sh`.\n\n## Configuration\n\nWrite your FTP settings in the `.vimrc` file like the following:\n```vim\nlet g:ftp_conf = {\n\\       'local_base_path'  : '/home/name/sample/',\n\\       'local_backup_path' : '/home/name/undo/',\n\\       'remote_base_path' : '/var/www/sample/',\n\\       'user' : 'username',\n\\       'pass' : 'password',\n\\       'host' : '127.0.0.1',\n\\       'silent' : 0\n\\   }\n```\n\n## Usage\n\n- `:call Download()` - download current file\n- `:call Upload()` - upload current file\n- `:call DownloadAny('file.txt')` - download any file\n- `:call UploadAny('file.txt')` - upload any file\n- `:call DownloadAllBuffers()` - download files in all opened buffers\n- `:call UploadAllBuffers()` - upload files in all opened buffers\n- `:call DownloadAllTabs()` - download files in all opened tabs\n- `:call UploadAllTabs()` - upload files in all opened tabs\n- `Tab` - open new file with backup\n- `Close` - close current tab with backup\n- `CloseAll` - close all opened tabs with backup\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foprogramador%2Fvim-ftp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foprogramador%2Fvim-ftp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foprogramador%2Fvim-ftp/lists"}