mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 158 forks source link

Get file by sz #115

Open qins opened 6 years ago

qins commented 6 years ago

Very nice terminal! It will be better if I could use it to receive or send file when scp and ftp are disabled. X-shell can use sz or rz to to get file, I just like wsl-terminal and it's a pain I have to open X-shell to download some files.

mskyaxl commented 4 years ago

Hi @qins , Can you please be more specific on what exactly is your use case?

qins commented 4 years ago

sz is a linux command to download file. And it can not work in wsl-terminal.

mskyaxl commented 4 years ago

Thanks! I know that sz is a linux command but I don't understand how would that look like in the wsl-terminal :) Are you thinking to a gui element? or to a script such as cmdtool?

qins commented 4 years ago

Zmodem dates back to the era of dial in modems, and the terminal program was expected to recognize the starting sequence and launch the reception side of the transfer. That's not built into putty.

wsl-terminal was expected to recognize the starting sequence and launch the reception side of the transfer. But wsl-terminal did not launch.

goreliu commented 4 years ago

You can try zssh or ckermit.

mskyaxl commented 4 years ago

I'll have some time next thurdsday to try :)