In the file-transfer applications, which only ever use the main
[u/mdw/putty] / psftp.c
diff --git a/psftp.c b/psftp.c
index e41112a..990bc07 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -2752,6 +2752,7 @@ static int psftp_connect(char *userhost, char *user, int portnumber)
     cfg.x11_forward = 0;
     cfg.agentfwd = 0;
     cfg.portfwd[0] = cfg.portfwd[1] = '\0';
+    cfg.ssh_simple = TRUE;
 
     /* Set up subsystem name. */
     strcpy(cfg.remote_cmd, "sftp");