22

I am new to both Putty and WinSCP. So can somebody tell me what the difference is between these two? And when should I use each.

Thanks.

Sara
  • 2,115
  • 7
  • 28
  • 51
  • 4
    In short, Putty is an ssh client and WinSCP is an SCP/SFTP client. One is used for connecting to a shell, and one is used to transfer files. (Personally I find Filezilla better than WinSCP). I must ask though, did you google these? Both pages clearly state what they are, and if you didn't know what ssh or scp are, a quick wikipedia check could've solved that. – Corbin Jun 07 '12 at 22:31
  • 3
    @Corbin, it's not that simple. Putty also has its own SCP and SFTP clients, PSCP and PSFTP. – Matthew Flaschen Jun 07 '12 at 22:33
  • @MatthewFlaschen I assumed the asker meant literally the putty executable, putty.exe, though I guess in hindsight that was a bad assumption. – Corbin Jun 07 '12 at 22:35
  • Thanks. Actually I searched each separately. And I found the information you provided. I wanted a more in depth insight. As Corbin mentioned. But when I try to compare these two together at office, it gives me some security warnings and doesn't let me go through. Thanks for the reply. – Sara Jun 07 '12 at 22:35
  • For those considering FileZilla due to others comments, please beware that FileZilla stores usernames and passwords in plaintext. For instance, see https://trac.filezilla-project.org/ticket/1373. – Seth Flowers Mar 16 '17 at 18:32

1 Answers1

22

WinSCP is for file transfer to and from your server while PuTTY is used to interact with the server directly. Putty is just a command line interface to your server. WinSCP is a file transfer application using Secure FTP.

Steve
  • 2,702
  • 4
  • 24
  • 35
  • 11
    PuTTY (specifically PSCP and PSFTP) can also transfer files using SSH File Transfer Protocol (which is what SFTP stands for). – Matthew Flaschen Jun 07 '12 at 22:35
  • 4
    and winSCP also has a command line view. – jiggunjer Sep 25 '17 at 08:21
  • So what is the difference between the winSCP command line options as shown in https://winscp.net/eng/docs/commandline and PuTTY? Are they just two alternatives which achieve the same thing? – user32882 Feb 05 '21 at 12:50