- extension requires at least Visual Studio Code 1.42 now
- code is now compiled for ES2019 and Node 12
- updated the following npm modules:
- @icetee/ftp
^1.0.5
- aws-sdk
^2.624.0
- mime-types
^2.1.26
- moment-timezone
^0.5.28
- ssh2-sftp-client
^4.3.1
- uuid
^3.4.0
- webdav-client
^1.4.3
- @icetee/ftp
- extension requires at least Visual Studio Code 1.38 now
- updated the following npm modules:
- @slack/client
^5.0.2
- aws-sdk
^2.538.0
- azure-storage
^2.10.3
- dropbox
^4.0.30
- lodash
^4.17.15
- marked
^0.7.0
- mime-types
^2.1.24
- moment-timezone
^0.5.26
- ssh2-sftp-client
^4.2.0
- uuid
^3.3.3
- vscode-helpers
^5.1.1
- @slack/client
- Sandro and TurekBot improved README.md
- Angeart updated ssh2-sftp-client to version 2.5.0 for a hot fix ... s. pull request #113
- extension requires at least Visual Studio Code 1.32 now
- updated the following npm modules:
- @slack/client
^4.11.0
- aws-sdk
^2.422.0
- marked
^0.6.1
- mime-types
^2.1.22
- @slack/client
- Angeart fixed bug that appears in Visual Stdio Code 1.31 ... s. pull request #102
- extension requires at least Visual Studio Code 1.31 now
- updated the following npm modules:
- aws-sdk
^2.399.0
- moment
^2.24.0
- vscode-helpers
^4.0.1
- aws-sdk
- extension requires at least Visual Studio Code 1.30 now
- updated the following npm modules:
- aws-sdk
^2.387.0
- marked
^0.6.0
- moment
^2.23.0
- vscode-helpers
^3.0.0
- aws-sdk
- extension requires at least Visual Studio Code 1.29 now
- updated the following npm modules:
- mtorromeo implemented to use system wide ssh agent as a default with SFTP ... s. pull request #80
- updated the following npm modules:
- aws-sdk
^2.345.0
- moment-timezone
^0.5.23
- aws-sdk
- mlibbey documented, how to use ssh-agent with SFTP protocol
- fixed debugging for S3 protocol ... s. issue #72
- fixed use of
file
credential type for S3 protocol ... s. issue #68 - updated the following npm modules:
- aws-sdk
^2.339.0
- azure-storage
^2.10.2
- mime-types
^2.1.21
- aws-sdk
- implemented same queue system for FTPs and SFTP protocols, as used in FTP (
queue
andqueueSize
parameters) - extension requires at least Visual Studio Code 1.28 now
- fixed typos ... s. (issue #63)(#63)
- updated the following npm modules:
- aws-sdk
^2.334.0
- aws-sdk
- fixed the problem of handling many FTP connections at the same time ... s. issue #59 ... thanks a lot to drpark for the help!
- updated the following npm modules:
- aws-sdk
^2.329.0
- aws-sdk
- implemented placeholders ... s. issue #60
- extension requires at least Visual Studio Code 1.27 now
- updated the following npm modules:
- @slack/client
^4.8.0
- aws-sdk
^2.327.0
- azure-storage
^2.10.1
- lodash
^4.17.11
- mime-types
^2.1.20
- @slack/client
- added
authType
parameter for WebDAV uris, which sets up, what kind of authentification to use (basic
ordigest
, e.g.) - updated the following npm modules:
- aws-sdk
^2.282.1
- mime-types
^2.1.19
- aws-sdk
- slack is now marked as read-only filesystem
- extension requires at least Visual Studio Code 1.25 now
- code cleanups and improvements
- updated the following npm modules:
- aws-sdk
^2.270.1
- vscode-helpers
^2.12.0
- aws-sdk
- fixed bug in FTP provider, that occurres, when deleting a file or folder
- fixed bug, which freezes the extension, when opening a 0 byte file on a SFTP server
- added
api
,debug
andendpoint
parameters for S3 bucket connections ... s. issue #27 - updated the following npm modules:
- aws-sdk
^2.267.1
- azure-storage
^2.10.0
- ssh2-sftp-client
^2.3.0
- uuid
^3.3.2
- vscode-helpers
^2.10.3
- aws-sdk
- added
params
parameter for all URIs / protocols, which can import / load URI parameters from an external JSON file ... s. Import parameters - added
binEncoding
parameter for WebDAV ... s. issue #17 - code cleanups and improvements
- updated the following npm modules:
- aws-sdk
^2.263.1
- moment-timezone
^0.5.21
- uuid
^3.3.0
- aws-sdk
- updated the following npm modules:
- @icetee/ftp
^1.0.3
- @slack/client
^4.3.1
- azure-storage
^2.8.3
- aws-sdk
^2.260.1
- moment
^2.22.2
- moment-timezone
^0.5.20
- vscode-helpers
^2.7.0
- webdav-client
^1.4.2
- @icetee/ftp
- updated README file, because the word
parameter
produces misunderstandings ... parameters have to be set in an URI and not in thesettings
section of a workspace file (read more in About parameters)
- fixed bug, when executing a remote command and work with files later ... s. issue #16
- that CHANGELOG is shown automatically on startup now (once after each update)
- added
Execute 'git' Command ...
(extension.remote.workspace.executeGit
) command, which can executegit
command on SFTP servers ... s. issue #11
- added
Execute Remote Command ...
(extension.remote.workspace.executeRemoteCommmand
) command, which can run any command on FTP servers, secure FTPS servers and SFTP servers ... s. issue #11 - added documentation about log files
- bugfixes
- code cleanups and improvements
- added
dirMode
parameter for SFTP connections, which can setup custom chmod access permission values for folders, the same way asmode
does ... s. issue #9
- implemented support for secure
ftps
protocol ... s. issue #6 - bugfixes
- existing permissions will tried to be kept, when saving a SFTP file now ... that behavior can be controlled by new
keepMode
parameter ... s. issue #4
- fixed bug, when using custom TCP ports in URIs
- added
mode
parameter for SFTP connections, which can define the chmod access permission values for files and folders, after they have been created or changed ... s. issue #4
phrase
now allows to use its value as path to an external file, where passphrase for a key file is stored ... if that value is explicitly a passphrase value and NO file path, you should also set the newnoPhraseFile
parameter to1
to prevent conflicts ... s. issue #3- bugfixes
- fixed bug of using
@
as password character(s) in URIs, s. review - added
Remote Workspace: Open URI ...
command - added
Remote Workspace: Receive Remote URI ...
andRemote Workspace: Share Remote URI ...
commands for sharing remote URI with others - code cleanups and improvements
- implemented copy support for WebDAV connections
- improved error logging, which will now log any errors to files inside
.vscode-remote-workspace/.logs
sub folder of user's home directory autmatically - added
keepAlive
parameter for SFTP connections, which defines a time interval in seconds to automatically send packages to keep the connection alive - bugfixes
- code cleanups and improvements
- bugfixes
- added
debug
parameter for SFTP connections, which can be set to1
to log to get more information about an open connection, handled by ssh2-sftp-client module - added
keepAlive
parameter for FTP connections, which defines a time interval in seconds to automatically send aNOOP
command to keep the connection alive - fixed use of
tryKeyboard
parameter for SFTP connections, s. issue #1 - updated the following npm modules:
- aws-sdk
^2.243.1
- aws-sdk
- added
auth
URL parameter for Azure, Dropbox, Slack and WebDAV connections, which can define a path to a text file, that contains the credentials (the part left to@
) - code cleanups and improvements
- according to issue #1:
- added symbolic link support for FTP and SFTP connections, which can be controlled by
follow
URL parameter - added
auth
URL parameter for FTP and SFTP connections, which can define a path to a text file, that contains the credentials (the part left to@
) - can define custom "NOOP" commands for FTP and SFTP connections now, which are used to check if a connection is alive, by using
noop
URL parameter
- added symbolic link support for FTP and SFTP connections, which can be controlled by
- bugfixes and improvements
- improvements and fixes
- added support for WebDAV, which can be used with Nextcloud, e.g.
- updated the following npm modules:
- aws-sdk
^2.240.1
- aws-sdk
- increased speed of FTP and SFTP connections
- bugfixes
- bug fixes
For more information about the extension, that a look at the project page.