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?
Asked
Active
Viewed 1,251 times
1 Answers
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