[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.6 and 1.7

version 1.6, 2001/02/10 00:45:52 version 1.7, 2001/02/14 09:46:03
Line 94 
Line 94 
 must be a numeric UID.  must be a numeric UID.
 .It Ic help  .It Ic help
 Display help text.  Display help text.
 .It Ic get Ar remote-path Op Ar local-path  .It Xo Ic get
   .Op Ar flags
   .Ar remote-path
   .Op Ar local-path
   .Xc
 Retrieve the  Retrieve the
 .Ar remote-path  .Ar remote-path
 and store it on the local machine.  and store it on the local machine.
 If the local  If the local
 path name is not specified, it is given the same name it has on the  path name is not specified, it is given the same name it has on the
 remote machine.  remote machine. If the
   .Fl P
   flag is specified, then the file's full permission and access time are
   copied too.
 .It Ic lls Op Ar ls-options Op Ar path  .It Ic lls Op Ar ls-options Op Ar path
 Display local directory listing of either  Display local directory listing of either
 .Ar path  .Ar path
Line 124 
Line 131 
 .It Ic mkdir Ar path  .It Ic mkdir Ar path
 Create remote directory specified by  Create remote directory specified by
 .Ar path .  .Ar path .
 .It Ic put Ar local-path Op Ar remote-path  .It Xo Ic put
   .Op Ar flags
   .Ar local-path
   .Op Ar local-path
   .Xc
 Upload  Upload
 .Ar local-path  .Ar local-path
 and store it on the remote machine. If the remote path name is not specified,  and store it on the remote machine. If the remote path name is not specified,
 it is given the same name it has on the local machine.  it is given the same name it has on the local machine. If the
   .Fl P
   flag is specified, then the file's full permission and access time are
   copied too.
 .It Ic pwd  .It Ic pwd
 Display remote working directory.  Display remote working directory.
 .It Ic exit  .It Ic exit

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7