Skip to content

Releases: Natizyskunk/vscode-sftp

vscode-sftp v1.15.14

06 May 00:16
Compare
Choose a tag to compare

Changelog

  • New v1.15.14 update.
  • Update npm async depedency to v2.6.4.
  • Update npm minimist depedency to v1.2.6.

Installation

Method 1 (Recommended : Auto update)

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Install new extension directly from VS Code Marketplace : https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp
  4. Voilà !

Method 2 (Manual update)

To install it just follow thoses steps from within VSCode :

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Open "More Action” menu(ellipsis on the top) and click “Install from VSIX…”.
  4. Locate VSIX file and select.
  5. Reload VSCode.
  6. Voilà !

Notes

The extension is also available on open-vsx.org : https://open-vsx.org/extension/Natizyskunk/sftp.

vscode-sftp v1.15.13

11 Feb 01:07
fde53c2
Compare
Choose a tag to compare

Changelog

  • New v1.15.13 update.
  • Add support for OpenSSH v8.8 SSH private key by using SHA-2 instead of SHA-1 to fix SSH public key signatures.

Installation

Method 1 (Recommended : Auto update)

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Install new extension directly from VS Code Marketplace : https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp
  4. Voilà !

Method 2 (Manual update)

To install it just follow thoses steps from within VSCode :

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Open "More Action” menu(ellipsis on the top) and click “Install from VSIX…”.
  4. Locate VSIX file and select.
  5. Reload VSCode.
  6. Voilà !

Notes

The extension is also available on open-vsx.org : https://open-vsx.org/extension/Natizyskunk/sftp.

vscode-sftp v1.15.12

11 Feb 00:25
bf05d09
Compare
Choose a tag to compare

Changelog

  • New v1.15.12 update.
  • Add deletions support to "Upload Changed files" command.

Installation

Method 1 (Recommended : Auto update)

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Install new extension directly from VS Code Marketplace : https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp
  4. Voilà !

Method 2 (Manual update)

To install it just follow thoses steps from within VSCode :

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Open "More Action” menu(ellipsis on the top) and click “Install from VSIX…”.
  4. Locate VSIX file and select.
  5. Reload VSCode.
  6. Voilà !

Notes

The extension is also available on open-vsx.org : https://open-vsx.org/extension/Natizyskunk/sftp.

vscode-sftp v1.15.11

09 Feb 00:58
268f09c
Compare
Choose a tag to compare

Changelog

  • New v1.15.11 update.
  • Enhance sftp interactiveAuth mode from #94 (See Wiki).

Installation

Method 1 (Recommended : Auto update)

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Install new extension directly from VS Code Marketplace : https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp
  4. Voilà !

Method 2 (Manual update)

To install it just follow thoses steps from within VSCode :

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Open "More Action” menu(ellipsis on the top) and click “Install from VSIX…”.
  4. Locate VSIX file and select.
  5. Reload VSCode.
  6. Voilà !

Notes

The extension is also available on open-vsx.org : https://open-vsx.org/extension/Natizyskunk/sftp.

vscode-sftp v1.15.10

22 Nov 00:54
47a355e
Compare
Choose a tag to compare

Changelog

  • New v1.15.10 update.
  • Update npm json-schema devDepedency to v0.2.3.

Installation

Method 1 (Recommended : Auto update)

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Install new extension directly from VS Code Marketplace : https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp
  4. Voilà !

Method 2 (Manual update)

To install it just follow thoses steps from within VSCode :

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Open "More Action” menu(ellipsis on the top) and click “Install from VSIX…”.
  4. Locate VSIX file and select.
  5. Reload VSCode.
  6. Voilà !

Notes

The extension is also available on open-vsx.org : https://open-vsx.org/extension/Natizyskunk/sftp.

vscode-sftp v1.15.9

20 Nov 23:18
5972596
Compare
Choose a tag to compare

Changelog

  • New v1.15.9 update.
  • Remove ssh config bug introduced in pull request #69.

Installation

Method 1 (Recommended : Auto update)

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Install new extension directly from VS Code Marketplace : https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp
  4. Voilà !

Method 2 (Manual update)

To install it just follow thoses steps from within VSCode :

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Open "More Action” menu(ellipsis on the top) and click “Install from VSIX…”.
  4. Locate VSIX file and select.
  5. Reload VSCode.
  6. Voilà !

Notes

The extension is also available on open-vsx.org : https://open-vsx.org/extension/Natizyskunk/sftp.

vscode-sftp v1.15.8

12 Nov 23:24
daf97bd
Compare
Choose a tag to compare

Changelog

  • New v1.15.8 update.
  • Fix 'Upload Changed Files' & 'No Such File' bugs.
  • Make the 'Upload Changed Files' command visible and add a default keyboard shortcut (Ctrl+Alt+U) to call it.
  • Update Webpack from v4.39.2 to v5.0.0.
  • Update Webpack-cli from v3.3.7 to v4.7.0.

Installation

Method 1 (Recommended : Auto update)

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Install new extension directly from VS Code Marketplace : https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp
  4. Voilà !

Method 2 (Manual update)

To install it just follow thoses steps from within VSCode :

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Open "More Action” menu(ellipsis on the top) and click “Install from VSIX…”.
  4. Locate VSIX file and select.
  5. Reload VSCode.
  6. Voilà !

Notes

The extension is also available on open-vsx.org : https://open-vsx.org/extension/Natizyskunk/sftp.

vscode-sftp v1.15.7

12 Nov 03:27
Compare
Choose a tag to compare

Changelog

  • New v1.15.7 update.
  • Upgrade ssh2 version to official v1.5.0 by @mscdex.

Installation

Method 1 (Recommended : Auto update)

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Install new extension directly from VS Code Marketplace : https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp
  4. Voilà !

Method 2 (Manual update)

To install it just follow thoses steps from within VSCode :

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Open "More Action” menu(ellipsis on the top) and click “Install from VSIX…”.
  4. Locate VSIX file and select.
  5. Reload VSCode.
  6. Voilà !

Notes

The extension is also available on open-vsx.org : https://open-vsx.org/extension/Natizyskunk/sftp.

vscode-sftp v1.15.6

27 Oct 03:04
4ea378a
Compare
Choose a tag to compare

Changelog

  • New v1.15.6 update.
  • Fix ssh config resolution.

Installation

Method 1 (Recommended : Auto update)

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Install new extension directly from VS Code Marketplace : https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp
  4. Voilà !

Method 2 (Manual update)

To install it just follow thoses steps from within VSCode :

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Open "More Action” menu(ellipsis on the top) and click “Install from VSIX…”.
  4. Locate VSIX file and select.
  5. Reload VSCode.
  6. Voilà !

Notes

The extension is also available on open-vsx.org : https://open-vsx.org/extension/Natizyskunk/sftp.

vscode-sftp v1.15.5

27 Oct 03:01
3a4e190
Compare
Choose a tag to compare

Changelog

  • New v1.15.5 update.
  • Update mtime after file was saved before upload.
  • Add pull request issue template.
  • Add funding/sponsors page.
  • Add code scanning alert.

Installation

Method 1 (Recommended : Auto update)

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Install new extension directly from VS Code Marketplace : https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp
  4. Voilà !

Method 2 (Manual update)

To install it just follow thoses steps from within VSCode :

  1. Select Extensions (Ctrl + Shift + X).
  2. Uninstall current sftp extension from @liximomo
  3. Open "More Action” menu(ellipsis on the top) and click “Install from VSIX…”.
  4. Locate VSIX file and select.
  5. Reload VSCode.
  6. Voilà !

Notes

The extension is also available on open-vsx.org : https://open-vsx.org/extension/Natizyskunk/sftp.