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
?