1

I just want to ask on how am I going to transfer my files in putty (Linux terminal) directory to my Windows C:\xampp\mysql folder. Is there any command for this?

Seth
  • 58,122
Raquel
  • 13

1 Answers1

2

PuTTY can't do this. You will need an SFTP client, either one from the PuTTY suite, or Filezilla or similar, and will need to SFTP to your server (with your SSH credentials, to your SSH port), and download the data from your Linux system to your Windows computer. (This assumes the Linux system is not on your computer in a dual boot configuration and is on a remote server.)

Thomas Ward
  • 74,764