Skip to content

Releases: Natizyskunk/vscode-sftp

v1.16.3

16 Jun 02:11
f44c554
Compare
Choose a tag to compare

Changelog

  • New v1.16.3 update.
  • [#356] New Feature : Upload to all profiles.
  • [#357] Fix : Correcting Typo 'avaliable' => 'available'.
  • [#358] Permissions : Add filePerm and dirPerm options for configuring permissions.
  • [#359] Fix : Correcting sftp connection with public key.
  • Upgrade ssh2 version to official v1.13.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.

pre-v1.16.2

30 Nov 00:55
Compare
Choose a tag to compare
pre-v1.16.2 Pre-release
Pre-release

Changelog

  • New pre-v1.16.2 version.
  • Fix case change of file name not sent correctly.
  • Update npm types/node depedency to v9.6.51.

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.

v1.16.1

02 Nov 21:12
e29a3af
Compare
Choose a tag to compare

Changelog

  • New v1.16.1 update.
  • [#251] Add multiple select + Update Download File & Downalod Folder commands to the remote view + Add Upload File & Upload Folder commands to the remote view.

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.

v1.16.0

29 Oct 04:48
000f135
Compare
Choose a tag to compare

Changelog

  • New v1.16.0 update.
  • [#242] Add order option and fix typos in docs.
  • [#243] Fix refresh when creating/deleting file/folder + Fix 'Reveal in Remote Explorer' and Refresh Button in Remote Explorer.
  • [#244] Cleanup Text in Markdown Files.

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.20

21 Oct 03:11
10fa77b
Compare
Choose a tag to compare

Changelog

  • New v1.15.20 update.
  • Fix typo 'worksapce' to 'workspace'.
  • Add Download File & Downalod Folder commands to the remote view.
  • Update npm types/fs-extra depedency to v9.0.13.
  • Update npm typescript-tslint-plugin depedency to v1.0.2.
  • Update npm tslint depedency to v6.1.3.
  • Update npm ts-loader depedency to v9.4.1.
  • Update npm typescript depedency to v3.9.7.
  • Update npm jest depedency to v29.0.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.19

26 Sep 15:38
e7419dc
Compare
Choose a tag to compare

Changelog

  • New v1.15.19 update.
  • [#72] Change uploadOnSave default value from true to false.

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.18

26 Sep 03:45
Compare
Choose a tag to compare

Changelog

  • New v1.15.18 update.
  • Update npm async depedency to v3.2.4.
  • Update npm fs-extra depedency to v10.1.0.
  • Update npm tmp depedency to v0.2.1.
  • Update npm upath depedency to v2.0.1.

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.17

26 Sep 02:40
Compare
Choose a tag to compare

Changelog

  • New v1.15.17 update.
  • Upgrade ssh2 version to official v1.11.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.16

25 Sep 23:07
Compare
Choose a tag to compare

Changelog

  • New v1.15.16 update.
  • Reorder cipher and serverHostKey algorithms.
  • Updating FAQ.md, and documentations.

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.15

21 Sep 04:52
aadd6e4
Compare
Choose a tag to compare

Changelog

  • New v1.15.15 update.
  • Fix "Open SSH in Terminal" not working because "terminal.integrated.shell.windows" is deprecated and fix typo src/commands/commandOpenSshConnection.ts.

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.