X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7612f22fb2b644a3a62e01ebbe4d67270a54cb90..9b53e9b8e029b56c36654571a82d90bdc56aaa4e:/psftp.c diff --git a/psftp.c b/psftp.c index e41112aa..990bc074 100644 --- 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");