Failure to set multipliers[NPRIMES] was rendering the input-modulus
[u/mdw/putty] / scp.c
diff --git a/scp.c b/scp.c
index 0c7fe74..de9559b 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -435,6 +435,12 @@ static void ssh_scp_init(void)
        select_result((WPARAM) scp_ssh_socket, (LPARAM) FD_READ);
     }
     using_sftp = !ssh_fallback_cmd(backhandle);
+    if (verbose) {
+       if (using_sftp)
+           tell_user(stderr, "Using SFTP");
+       else
+           tell_user(stderr, "Using SCP1");
+    }
 }
 
 /*