X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/51618e4b00c214bce6fc3c292b1eee5869e25aa7..9f77212d7f268f8380781727b7fff520349891cd:/psftp.c?ds=sidebyside 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");