Is it possible to configure vs code
to support the ZMODEM
protocol? I could use xshell
to download files with sz
command, but when I try to use sz
in vs code
, here it returns some random number.
(base) [alpha@hpc03 newfile]$ sz INCAR
�*B00000000000000
I use Remote-SSH
extension in vs code
to connect to the Linux system.
My question is:
Is there any extension or configuration method that would allow me to use sz
in vs code
?
As far as I know (I looked, didn't find anything) there's no existing extension or method to use the ZModem protocol with VSCode. However, there's a pull request from 2017 that adds support for it to Xterm, which is the terminal display VSCode uses. As indicated in this mentioning issue the VSCode developers would need more information.
As far as an extension goes, if you or anyone reading this wanted to make an extension for this purpose, you could use this ZModem.js implementation of the protocol in Javascript, and write the extension yourself, or do something similar.