Forum Discussion
Reprobus R
Apr 29, 2025Iron Contributor
Using SCP to copy a file from Linux to Windows
I'm having an issue with scp to copy a file from Linux to Windows. I log into my remote Linux system and by using this command to copy any file in this case to Windows although Windows stalls when at...
Lucienw
May 09, 2025Iron Contributor
If setting up SSH on Windows seems complicated, alternative methods include:
- Using WinSCP (graphical, user-friendly)
- Using rsync over SSH (if you prefer command line)
- Sharing a network folder (SMB) and copying files directly