{"id":22222077,"url":"https://github.com/fabiospampinato/vscode-transmit","last_synced_at":"2025-07-27T16:32:38.308Z","repository":{"id":66053454,"uuid":"141075430","full_name":"fabiospampinato/vscode-transmit","owner":"fabiospampinato","description":"Adds a few commands for interacting with Transmit.","archived":false,"fork":false,"pushed_at":"2024-03-13T04:27:39.000Z","size":3313,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T04:34:59.477Z","etag":null,"topics":["download","extension","synchronize","transmit","upload","vsc","vscode"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/fabiospampinato.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-07-16T02:13:06.000Z","updated_at":"2023-12-11T16:08:07.000Z","dependencies_parsed_at":"2023-09-01T23:04:05.964Z","dependency_job_id":null,"html_url":"https://github.com/fabiospampinato/vscode-transmit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fabiospampinato/vscode-transmit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-transmit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-transmit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-transmit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-transmit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/vscode-transmit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-transmit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267387050,"owners_count":24079166,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["download","extension","synchronize","transmit","upload","vsc","vscode"],"created_at":"2024-12-02T23:16:50.750Z","updated_at":"2025-07-27T16:32:37.982Z","avatar_url":"https://github.com/fabiospampinato.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transmit\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/fabiospampinato/vscode-transmit/master/resources/logo.png\" width=\"128\" alt=\"Logo\"\u003e\n\u003c/p\u003e\n\nAdds a few commands for interacting with [Transmit](https://panic.com/transmit).\n\n## Install\n\nFollow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-transmit), or run the following in the command palette:\n\n```shell\next install fabiospampinato.vscode-transmit\n```\n\n## Usage\n\nIt adds 4 commands to the command palette:\n\n```js\n'Transmit: Connect' // Connect to the server\n'Transmit: Upload' // Upload the current file to the server\n'Transmit: Download' // Download the current file from the server\n'Transmit: Synchronize' // Synchronize local and remote roots\n```\n\nYou can also right click a single file/folder for uploading/downloading/synchronizing it.\n\n## Settings\n\nYou should provide at least one server object with all of its properties.\n\n```js\n{\n  \"transmit.servers\": [ // List of servers\n    { // Server object\n      \"favorite\": \"\", // Name of the Transmit favorite to use\n      \"domain\": \"\", // Domain to connect to (e.g. example.com)\n      \"user\": \"root\", // User used in the connection\n      \"protocol\": \"SFTP\", // Protocol used in the connection\n      \"localRoot\": \"\", // Local root path\n      \"remoteRoot\": \"\" // Remote root path\n    },\n    ...\n  ]\n}\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fvscode-transmit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Fvscode-transmit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fvscode-transmit/lists"}