parent
562c26bccf
commit
c9b6eabb49
|
@ -6,6 +6,9 @@
|
||||||
- deraadt@cvs.openbsd.org 2001/03/06 06:11:44
|
- deraadt@cvs.openbsd.org 2001/03/06 06:11:44
|
||||||
[sftp-int.c sftp.1 sftp.c]
|
[sftp-int.c sftp.1 sftp.c]
|
||||||
sftp -b batchfile; mouring@etoh.eviladmin.org
|
sftp -b batchfile; mouring@etoh.eviladmin.org
|
||||||
|
- deraadt@cvs.openbsd.org 2001/03/06 15:10:42
|
||||||
|
[sftp.1]
|
||||||
|
order things
|
||||||
|
|
||||||
20010306
|
20010306
|
||||||
- (bal) OpenBSD CVS Sync
|
- (bal) OpenBSD CVS Sync
|
||||||
|
@ -4420,4 +4423,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.920 2001/03/07 01:26:48 mouring Exp $
|
$Id: ChangeLog,v 1.921 2001/03/07 01:29:17 mouring Exp $
|
||||||
|
|
22
sftp.1
22
sftp.1
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: sftp.1,v 1.10 2001/03/06 06:11:44 deraadt Exp $
|
.\" $OpenBSD: sftp.1,v 1.11 2001/03/06 15:10:42 deraadt Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -50,12 +50,6 @@ then enters an interactive command mode.
|
||||||
.Pp
|
.Pp
|
||||||
The options are as follows:
|
The options are as follows:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl v
|
|
||||||
Raise logging level. This option is also passed to ssh.
|
|
||||||
.It Fl C
|
|
||||||
Enables compression (via ssh's
|
|
||||||
.Fl C
|
|
||||||
flag)
|
|
||||||
.It Fl b Ar batchfile
|
.It Fl b Ar batchfile
|
||||||
Batch mode reads a series of commands from an input
|
Batch mode reads a series of commands from an input
|
||||||
.Fn batchfile
|
.Fn batchfile
|
||||||
|
@ -67,9 +61,15 @@ commands fail:
|
||||||
.Pa get, put, rename, rm, mkdir, chdir, lchdir
|
.Pa get, put, rename, rm, mkdir, chdir, lchdir
|
||||||
and
|
and
|
||||||
.Pa lmkdir.
|
.Pa lmkdir.
|
||||||
|
.It Fl C
|
||||||
|
Enables compression (via ssh's
|
||||||
|
.Fl C
|
||||||
|
flag)
|
||||||
.It Fl o Ar ssh_option
|
.It Fl o Ar ssh_option
|
||||||
Specify an option to be directly passed to
|
Specify an option to be directly passed to
|
||||||
.Xr ssh 1 .
|
.Xr ssh 1 .
|
||||||
|
.It Fl v
|
||||||
|
Raise logging level. This option is also passed to ssh.
|
||||||
.El
|
.El
|
||||||
.Sh INTERACTIVE COMMANDS
|
.Sh INTERACTIVE COMMANDS
|
||||||
Once in interactive mode,
|
Once in interactive mode,
|
||||||
|
@ -104,8 +104,8 @@ to
|
||||||
.Ar own .
|
.Ar own .
|
||||||
.Ar own
|
.Ar own
|
||||||
must be a numeric UID.
|
must be a numeric UID.
|
||||||
.It Ic help
|
.It Ic exit
|
||||||
Display help text.
|
Quit sftp.
|
||||||
.It Xo Ic get
|
.It Xo Ic get
|
||||||
.Op Ar flags
|
.Op Ar flags
|
||||||
.Ar remote-path
|
.Ar remote-path
|
||||||
|
@ -120,6 +120,8 @@ remote machine. If the
|
||||||
.Fl P
|
.Fl P
|
||||||
flag is specified, then the file's full permission and access time are
|
flag is specified, then the file's full permission and access time are
|
||||||
copied too.
|
copied too.
|
||||||
|
.It Ic help
|
||||||
|
Display help text.
|
||||||
.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
|
||||||
|
@ -157,8 +159,6 @@ flag is specified, then the file's full permission and access time are
|
||||||
copied too.
|
copied too.
|
||||||
.It Ic pwd
|
.It Ic pwd
|
||||||
Display remote working directory.
|
Display remote working directory.
|
||||||
.It Ic exit
|
|
||||||
Quit sftp.
|
|
||||||
.It Ic quit
|
.It Ic quit
|
||||||
Quit sftp.
|
Quit sftp.
|
||||||
.It Ic rename Ar oldpath Ar newpath
|
.It Ic rename Ar oldpath Ar newpath
|
||||||
|
|
Loading…
Reference in New Issue