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

Diff for /src/usr.bin/ssh/sftp.1 between version 1.64 and 1.65

version 1.64, 2007/05/31 19:20:16 version 1.65, 2008/04/18 12:32:11
Line 112 
Line 112 
 commands fail:  commands fail:
 .Ic get , put , rename , ln ,  .Ic get , put , rename , ln ,
 .Ic rm , mkdir , chdir , ls ,  .Ic rm , mkdir , chdir , ls ,
 .Ic lchdir , chmod , chown , chgrp , lpwd  .Ic lchdir , chmod , chown , chgrp , lpwd, df,
 and  and
 .Ic lmkdir .  .Ic lmkdir .
 Termination on error can be suppressed on a command by command basis by  Termination on error can be suppressed on a command by command basis by
Line 272 
Line 272 
 characters and may match multiple files.  characters and may match multiple files.
 .Ar own  .Ar own
 must be a numeric UID.  must be a numeric UID.
   .It Xo Ic df
   .Op Fl hi
   .Op Ar path
   .Xc
   Display usage information for the filesystem holding the current directory
   (or
   .Ar path
   if specified).
   If the
   .Fl h
   flag is specified, the capacity information will be displayed using
   "human-readable" suffixes.
   The
   .Fl i
   flag requests display of inode information in addition to capacity information.
   This command is only supported on servers that implement the
   .Dq statvfs@openssh.com
   extension.
 .It Ic exit  .It Ic exit
 Quit  Quit
 .Nm sftp .  .Nm sftp .

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65