summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-08 10:08:49 +1100
committerDamien Miller <djm@mindrot.org>2001-03-08 10:08:49 +1100
commit058316f0f1811ac716c1cb799f50adae4af7928e (patch)
treec25e9fee7be4720a39d405984e7fec473dfeea13 /sftp.1
parent8ac0a7ec448764036e1a1657013a9fd9179be860 (diff)
- OpenBSD CVS Sync
- djm@cvs.openbsd.org 2001/03/07 10:11:23 [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h] Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling functions and small protocol change.
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.118
1 files changed, 14 insertions, 4 deletions
diff --git a/sftp.1 b/sftp.1
index 7792283ee..826a0ddf4 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.11 2001/03/06 15:10:42 deraadt Exp $ 1.\" $OpenBSD: sftp.1,v 1.12 2001/03/07 10:11:23 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -58,7 +58,7 @@ instead of
58Since it lacks user interaction it should be used in conjuction with a 58Since it lacks user interaction it should be used in conjuction with a
59non-interactive authentication. Sftp will abort if any of the following 59non-interactive authentication. Sftp will abort if any of the following
60commands fail: 60commands fail:
61.Pa get, put, rename, rm, mkdir, chdir, lchdir 61.Pa get, put, rename, ln, rm, mkdir, chdir, lchdir
62and 62and
63.Pa lmkdir. 63.Pa lmkdir.
64.It Fl C 64.It Fl C
@@ -131,6 +131,11 @@ is not specified.
131.It Ic lmkdir Ar path 131.It Ic lmkdir Ar path
132Create local directory specified by 132Create local directory specified by
133.Ar path . 133.Ar path .
134.It Ic ln Ar oldpath Ar newpath
135Create a symbolic link from
136.Ar oldpath
137to
138.Ar newpath .
134.It Ic lpwd 139.It Ic lpwd
135Print local working directory. 140Print local working directory.
136.It Ic ls Op Ar path 141.It Ic ls Op Ar path
@@ -152,8 +157,8 @@ Create remote directory specified by
152.Xc 157.Xc
153Upload 158Upload
154.Ar local-path 159.Ar local-path
155and store it on the remote machine. If the remote path name is not specified, 160and store it on the remote machine. If the remote path name is not
156it is given the same name it has on the local machine. If the 161specified, it is given the same name it has on the local machine. If the
157.Fl P 162.Fl P
158flag is specified, then the file's full permission and access time are 163flag is specified, then the file's full permission and access time are
159copied too. 164copied too.
@@ -172,6 +177,11 @@ Remove remote directory specified by
172.It Ic rm Ar path 177.It Ic rm Ar path
173Delete remote file specified by 178Delete remote file specified by
174.Ar path . 179.Ar path .
180.It Ic symlink Ar oldpath Ar newpath
181Create a symbolic link from
182.Ar oldpath
183to
184.Ar newpath .
175.It Ic ! Ar command 185.It Ic ! Ar command
176Execute 186Execute
177.Ar command 187.Ar command