-1

I have user access at Linux machine. I am able to connect to Linux machine with ssh from Windows machine and execute Linux commands.

I cannot install any software on Windows machine. I do not have PuTTY installed on on Windows machine.

Question: How to download a file from remote Linux machine to local Windows machine?

vasili111
  • 101
  • 3

1 Answers1

1

You can probably get Filezilla portable which requires no installation (here, use no-setup *.zip file according to your CPU architecture). Use your SSH credentials to connect and explicitly point to port 22.

Cyrill U
  • 78
  • 2
  • 6