[BACK]Return to sftp.1 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/external/bsd/openssh/dist/sftp.1 between version 1.1.1.12 and 1.1.1.13

version 1.1.1.12, 2018/04/06 18:56:10 version 1.1.1.13, 2018/08/26 07:41:00
Line 1 
Line 1 
 .\" $OpenBSD: sftp.1,v 1.114 2018/02/23 07:38:09 jmc Exp $  .\" $OpenBSD: sftp.1,v 1.119 2018/07/23 19:53:55 jmc Exp $
 .\"  .\"
 .\" Copyright (c) 2001 Damien Miller.  All rights reserved.  .\" Copyright (c) 2001 Damien Miller.  All rights reserved.
 .\"  .\"
Line 22 
Line 22 
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF  .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"  .\"
 .Dd $Mdocdate: February 23 2018 $  .Dd $Mdocdate: July 23 2018 $
 .Dt SFTP 1  .Dt SFTP 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 243  For full details of the options listed b
Line 243  For full details of the options listed b
 .It SendEnv  .It SendEnv
 .It ServerAliveInterval  .It ServerAliveInterval
 .It ServerAliveCountMax  .It ServerAliveCountMax
   .It SetEnv
 .It StrictHostKeyChecking  .It StrictHostKeyChecking
 .It TCPKeepAlive  .It TCPKeepAlive
 .It UpdateHostKeys  .It UpdateHostKeys
 .It UsePrivilegedPort  
 .It User  .It User
 .It UserKnownHostsFile  .It UserKnownHostsFile
 .It VerifyHostKeyDNS  .It VerifyHostKeyDNS
Line 315  to
Line 315  to
 .Ar grp .  .Ar grp .
 .Ar path  .Ar path
 may contain  may contain
 .Xr glob 3  .Xr glob 7
 characters and may match multiple files.  characters and may match multiple files.
 .Ar grp  .Ar grp
 must be a numeric GID.  must be a numeric GID.
Line 326  to
Line 326  to
 .Ar mode .  .Ar mode .
 .Ar path  .Ar path
 may contain  may contain
 .Xr glob 3  .Xr glob 7
 characters and may match multiple files.  characters and may match multiple files.
 .It Ic chown Ar own Ar path  .It Ic chown Ar own Ar path
 Change owner of file  Change owner of file
Line 335  to
Line 335  to
 .Ar own .  .Ar own .
 .Ar path  .Ar path
 may contain  may contain
 .Xr glob 3  .Xr glob 7
 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.
Line 373  path name is not specified, it is given 
Line 373  path name is not specified, it is given 
 remote machine.  remote machine.
 .Ar remote-path  .Ar remote-path
 may contain  may contain
 .Xr glob 3  .Xr glob 7
 characters and may match multiple files.  characters and may match multiple files.
 If it does and  If it does and
 .Ar local-path  .Ar local-path
Line 429  may contain any flags supported by the l
Line 429  may contain any flags supported by the l
 command.  command.
 .Ar path  .Ar path
 may contain  may contain
 .Xr glob 3  .Xr glob 7
 characters and may match multiple files.  characters and may match multiple files.
 .It Ic lmkdir Ar path  .It Ic lmkdir Ar path
 Create local directory specified by  Create local directory specified by
Line 460  or the current directory if
Line 460  or the current directory if
 is not specified.  is not specified.
 .Ar path  .Ar path
 may contain  may contain
 .Xr glob 3  .Xr glob 7
 characters and may match multiple files.  characters and may match multiple files.
 .Pp  .Pp
 The following flags are recognized and alter the behaviour of  The following flags are recognized and alter the behaviour of
Line 513  If the remote path name is not specified
Line 513  If the remote path name is not specified
 on the local machine.  on the local machine.
 .Ar local-path  .Ar local-path
 may contain  may contain
 .Xr glob 3  .Xr glob 7
 characters and may match multiple files.  characters and may match multiple files.
 If it does and  If it does and
 .Ar remote-path  .Ar remote-path
Line 616  Synonym for help.
Line 616  Synonym for help.
 .Xr ssh 1 ,  .Xr ssh 1 ,
 .Xr ssh-add 1 ,  .Xr ssh-add 1 ,
 .Xr ssh-keygen 1 ,  .Xr ssh-keygen 1 ,
 .Xr glob 3 ,  
 .Xr ssh_config 5 ,  .Xr ssh_config 5 ,
   .Xr glob 7 ,
 .Xr sftp-server 8 ,  .Xr sftp-server 8 ,
 .Xr sshd 8  .Xr sshd 8
 .Rs  .Rs

Legend:
Removed from v.1.1.1.12  
changed lines
  Added in v.1.1.1.13

CVSweb <webmaster@jp.NetBSD.org>