Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ZenFTPNew to Visual Studio Code? Get it now.
ZenFTP

ZenFTP

ChoccoJang

|
64 installs
| (0) | Free
Remote file editor for FTP/SFTP in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

✨ Features

  • 🔍 Full remote file tree view (FTP / SFTP)
  • 📡 Seamless remote file editing
  • 💾 Auto-upload on save (unless in read-only mode)
  • ⬆️ Manual file/folder upload via drag & drop or context menu
  • 🔒 Read-only mode supported
  • ⚡️ Fast and lightweight – no need for full remote workspace
  • 🧠 VS Code theme icon integration
  • 💻 Manage multiple servers (single connection at a time)

📸 Screenshots

ZenFTP Screenshot

🚀 Getting Started

  1. Open the command palette (⇧⌘P or Ctrl+Shift+P)
  2. Search for ZenFTP: Add Server
  3. Connect via FTP or SFTP
  4. Browse and edit remote files instantly

🔧 Available Commands

Command ID Description
ZenFTP.addServer Add a new server
ZenFTP.connectServer Connect to selected server
ZenFTP.disconnectServer Disconnect current server
ZenFTP.refreshRemoteFiles Refresh file/folder list
ZenFTP.renameFile Rename file
ZenFTP.deleteFile Delete file
ZenFTP.addFolder Create folder
ZenFTP.addFile Create file
ZenFTP.openFile Open file in editor
ZenFTP.upload Upload file or folder

Full command list is available via Command Palette or context menu.


⚙️ Settings

You can configure servers via settings.json:

"ZenFTP.servers": [
  {
    "name": "My Server",
    "host": "ftp.example.com",
    "username": "user",
    "password": "pass",
    "protocol": "ftp",
    "readOnly": false
  }
]

🤝 Contributing

Pull requests and issue reports are welcome! Check out the GitHub repository.


📄 License

MIT


Made with ❤️ by ChoccoJang

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft