[BACK]Return to scp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/scp.c between version 1.236 and 1.237

version 1.236, 2021/09/16 15:22:22 version 1.237, 2021/09/18 02:03:25
Line 1227 
Line 1227 
         if (can_expand_path(conn))          if (can_expand_path(conn))
                 return do_expand_path(conn, path);                  return do_expand_path(conn, path);
         /* No protocol extension */          /* No protocol extension */
         error("~user paths are not supported for this server");          error("server expand-path extension is required "
               "for ~user paths in SFTP mode");
         return NULL;          return NULL;
 }  }
   

Legend:
Removed from v.1.236  
changed lines
  Added in v.1.237