sftp.1 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702
  1. .\" $OpenBSD: sftp.1,v 1.132 2020/08/03 02:43:41 djm Exp $
  2. .\"
  3. .\" Copyright (c) 2001 Damien Miller. All rights reserved.
  4. .\"
  5. .\" Redistribution and use in source and binary forms, with or without
  6. .\" modification, are permitted provided that the following conditions
  7. .\" are met:
  8. .\" 1. Redistributions of source code must retain the above copyright
  9. .\" notice, this list of conditions and the following disclaimer.
  10. .\" 2. Redistributions in binary form must reproduce the above copyright
  11. .\" notice, this list of conditions and the following disclaimer in the
  12. .\" documentation and/or other materials provided with the distribution.
  13. .\"
  14. .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  15. .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  16. .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  17. .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  18. .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  19. .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  20. .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  21. .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  22. .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  23. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  24. .\"
  25. .Dd $Mdocdate: August 3 2020 $
  26. .Dt SFTP 1
  27. .Os
  28. .Sh NAME
  29. .Nm sftp
  30. .Nd OpenSSH secure file transfer
  31. .Sh SYNOPSIS
  32. .Nm sftp
  33. .Op Fl 46AaCfNpqrv
  34. .Op Fl B Ar buffer_size
  35. .Op Fl b Ar batchfile
  36. .Op Fl c Ar cipher
  37. .Op Fl D Ar sftp_server_path
  38. .Op Fl F Ar ssh_config
  39. .Op Fl i Ar identity_file
  40. .Op Fl J Ar destination
  41. .Op Fl l Ar limit
  42. .Op Fl o Ar ssh_option
  43. .Op Fl P Ar port
  44. .Op Fl R Ar num_requests
  45. .Op Fl S Ar program
  46. .Op Fl s Ar subsystem | sftp_server
  47. .Ar destination
  48. .Sh DESCRIPTION
  49. .Nm
  50. is a file transfer program, similar to
  51. .Xr ftp 1 ,
  52. which performs all operations over an encrypted
  53. .Xr ssh 1
  54. transport.
  55. It may also use many features of ssh, such as public key authentication and
  56. compression.
  57. .Pp
  58. The
  59. .Ar destination
  60. may be specified either as
  61. .Sm off
  62. .Oo user @ Oc host Op : path
  63. .Sm on
  64. or as a URI in the form
  65. .Sm off
  66. .No sftp:// Oo user @ Oc host Oo : port Oc Op / path .
  67. .Sm on
  68. .Pp
  69. If the
  70. .Ar destination
  71. includes a
  72. .Ar path
  73. and it is not a directory,
  74. .Nm
  75. will retrieve files automatically if a non-interactive
  76. authentication method is used; otherwise it will do so after
  77. successful interactive authentication.
  78. .Pp
  79. If no
  80. .Ar path
  81. is specified, or if the
  82. .Ar path
  83. is a directory,
  84. .Nm
  85. will log in to the specified
  86. .Ar host
  87. and enter interactive command mode, changing to the remote directory
  88. if one was specified.
  89. An optional trailing slash can be used to force the
  90. .Ar path
  91. to be interpreted as a directory.
  92. .Pp
  93. Since the destination formats use colon characters to delimit host
  94. names from path names or port numbers, IPv6 addresses must be
  95. enclosed in square brackets to avoid ambiguity.
  96. .Pp
  97. The options are as follows:
  98. .Bl -tag -width Ds
  99. .It Fl 4
  100. Forces
  101. .Nm
  102. to use IPv4 addresses only.
  103. .It Fl 6
  104. Forces
  105. .Nm
  106. to use IPv6 addresses only.
  107. .It Fl A
  108. Allows forwarding of
  109. .Xr ssh-agent 1
  110. to the remote system.
  111. The default is not to forward an authentication agent.
  112. .It Fl a
  113. Attempt to continue interrupted transfers rather than overwriting
  114. existing partial or complete copies of files.
  115. If the partial contents differ from those being transferred,
  116. then the resultant file is likely to be corrupt.
  117. .It Fl B Ar buffer_size
  118. Specify the size of the buffer that
  119. .Nm
  120. uses when transferring files.
  121. Larger buffers require fewer round trips at the cost of higher
  122. memory consumption.
  123. The default is 32768 bytes.
  124. .It Fl b Ar batchfile
  125. Batch mode reads a series of commands from an input
  126. .Ar batchfile
  127. instead of
  128. .Em stdin .
  129. Since it lacks user interaction it should be used in conjunction with
  130. non-interactive authentication to obviate the need to enter a password
  131. at connection time (see
  132. .Xr sshd 8
  133. and
  134. .Xr ssh-keygen 1
  135. for details).
  136. .Pp
  137. A
  138. .Ar batchfile
  139. of
  140. .Sq \-
  141. may be used to indicate standard input.
  142. .Nm
  143. will abort if any of the following
  144. commands fail:
  145. .Ic get , put , reget , reput , rename , ln ,
  146. .Ic rm , mkdir , chdir , ls ,
  147. .Ic lchdir , chmod , chown ,
  148. .Ic chgrp , lpwd , df , symlink ,
  149. and
  150. .Ic lmkdir .
  151. .Pp
  152. Termination on error can be suppressed on a command by command basis by
  153. prefixing the command with a
  154. .Sq \-
  155. character (for example,
  156. .Ic -rm /tmp/blah* ) .
  157. Echo of the command may be suppressed by prefixing the command with a
  158. .Sq @
  159. character.
  160. These two prefixes may be combined in any order, for example
  161. .Ic -@ls /bsd .
  162. .It Fl C
  163. Enables compression (via ssh's
  164. .Fl C
  165. flag).
  166. .It Fl c Ar cipher
  167. Selects the cipher to use for encrypting the data transfers.
  168. This option is directly passed to
  169. .Xr ssh 1 .
  170. .It Fl D Ar sftp_server_path
  171. Connect directly to a local sftp server
  172. (rather than via
  173. .Xr ssh 1 ) .
  174. This option may be useful in debugging the client and server.
  175. .It Fl F Ar ssh_config
  176. Specifies an alternative
  177. per-user configuration file for
  178. .Xr ssh 1 .
  179. This option is directly passed to
  180. .Xr ssh 1 .
  181. .It Fl f
  182. Requests that files be flushed to disk immediately after transfer.
  183. When uploading files, this feature is only enabled if the server
  184. implements the "fsync@openssh.com" extension.
  185. .It Fl i Ar identity_file
  186. Selects the file from which the identity (private key) for public key
  187. authentication is read.
  188. This option is directly passed to
  189. .Xr ssh 1 .
  190. .It Fl J Ar destination
  191. Connect to the target host by first making an
  192. .Nm
  193. connection to the jump host described by
  194. .Ar destination
  195. and then establishing a TCP forwarding to the ultimate destination from
  196. there.
  197. Multiple jump hops may be specified separated by comma characters.
  198. This is a shortcut to specify a
  199. .Cm ProxyJump
  200. configuration directive.
  201. This option is directly passed to
  202. .Xr ssh 1 .
  203. .It Fl l Ar limit
  204. Limits the used bandwidth, specified in Kbit/s.
  205. .It Fl N
  206. Disables quiet mode, e.g. to override the implicit quiet mode set by the
  207. .Fl b
  208. flag.
  209. .It Fl o Ar ssh_option
  210. Can be used to pass options to
  211. .Nm ssh
  212. in the format used in
  213. .Xr ssh_config 5 .
  214. This is useful for specifying options
  215. for which there is no separate
  216. .Nm sftp
  217. command-line flag.
  218. For example, to specify an alternate port use:
  219. .Ic sftp -oPort=24 .
  220. For full details of the options listed below, and their possible values, see
  221. .Xr ssh_config 5 .
  222. .Pp
  223. .Bl -tag -width Ds -offset indent -compact
  224. .It AddressFamily
  225. .It BatchMode
  226. .It BindAddress
  227. .It BindInterface
  228. .It CanonicalDomains
  229. .It CanonicalizeFallbackLocal
  230. .It CanonicalizeHostname
  231. .It CanonicalizeMaxDots
  232. .It CanonicalizePermittedCNAMEs
  233. .It CASignatureAlgorithms
  234. .It CertificateFile
  235. .It ChallengeResponseAuthentication
  236. .It CheckHostIP
  237. .It Ciphers
  238. .It Compression
  239. .It ConnectionAttempts
  240. .It ConnectTimeout
  241. .It ControlMaster
  242. .It ControlPath
  243. .It ControlPersist
  244. .It GlobalKnownHostsFile
  245. .It GSSAPIAuthentication
  246. .It GSSAPIDelegateCredentials
  247. .It HashKnownHosts
  248. .It Host
  249. .It HostbasedAcceptedAlgorithms
  250. .It HostbasedAuthentication
  251. .It HostKeyAlgorithms
  252. .It HostKeyAlias
  253. .It Hostname
  254. .It IdentitiesOnly
  255. .It IdentityAgent
  256. .It IdentityFile
  257. .It IPQoS
  258. .It KbdInteractiveAuthentication
  259. .It KbdInteractiveDevices
  260. .It KexAlgorithms
  261. .It KnownHostsCommand
  262. .It LogLevel
  263. .It MACs
  264. .It NoHostAuthenticationForLocalhost
  265. .It NumberOfPasswordPrompts
  266. .It PasswordAuthentication
  267. .It PKCS11Provider
  268. .It Port
  269. .It PreferredAuthentications
  270. .It ProxyCommand
  271. .It ProxyJump
  272. .It PubkeyAcceptedAlgorithms
  273. .It PubkeyAuthentication
  274. .It RekeyLimit
  275. .It SendEnv
  276. .It ServerAliveInterval
  277. .It ServerAliveCountMax
  278. .It SetEnv
  279. .It StrictHostKeyChecking
  280. .It TCPKeepAlive
  281. .It UpdateHostKeys
  282. .It User
  283. .It UserKnownHostsFile
  284. .It VerifyHostKeyDNS
  285. .El
  286. .It Fl P Ar port
  287. Specifies the port to connect to on the remote host.
  288. .It Fl p
  289. Preserves modification times, access times, and modes from the
  290. original files transferred.
  291. .It Fl q
  292. Quiet mode: disables the progress meter as well as warning and
  293. diagnostic messages from
  294. .Xr ssh 1 .
  295. .It Fl R Ar num_requests
  296. Specify how many requests may be outstanding at any one time.
  297. Increasing this may slightly improve file transfer speed
  298. but will increase memory usage.
  299. The default is 256 outstanding requests providing for 8MB
  300. of outstanding data with a 32KB buffer.
  301. .It Fl r
  302. Recursively copy entire directories when uploading and downloading.
  303. Note that
  304. .Nm
  305. does not follow symbolic links encountered in the tree traversal.
  306. .It Fl S Ar program
  307. Name of the
  308. .Ar program
  309. to use for the encrypted connection.
  310. The program must understand
  311. .Xr ssh 1
  312. options.
  313. .It Fl s Ar subsystem | sftp_server
  314. Specifies the SSH2 subsystem or the path for an sftp server
  315. on the remote host.
  316. A path is useful when the remote
  317. .Xr sshd 8
  318. does not have an sftp subsystem configured.
  319. .It Fl v
  320. Raise logging level.
  321. This option is also passed to ssh.
  322. .El
  323. .Sh INTERACTIVE COMMANDS
  324. Once in interactive mode,
  325. .Nm
  326. understands a set of commands similar to those of
  327. .Xr ftp 1 .
  328. Commands are case insensitive.
  329. Pathnames that contain spaces must be enclosed in quotes.
  330. Any special characters contained within pathnames that are recognized by
  331. .Xr glob 3
  332. must be escaped with backslashes
  333. .Pq Sq \e .
  334. .Bl -tag -width Ds
  335. .It Ic bye
  336. Quit
  337. .Nm sftp .
  338. .It Ic cd Op Ar path
  339. Change remote directory to
  340. .Ar path .
  341. If
  342. .Ar path
  343. is not specified, then change directory to the one the session started in.
  344. .It Xo Ic chgrp
  345. .Op Fl h
  346. .Ar grp
  347. .Ar path
  348. .Xc
  349. Change group of file
  350. .Ar path
  351. to
  352. .Ar grp .
  353. .Ar path
  354. may contain
  355. .Xr glob 7
  356. characters and may match multiple files.
  357. .Ar grp
  358. must be a numeric GID.
  359. .Pp
  360. If the
  361. .Fl h
  362. flag is specified, then symlinks will not be followed.
  363. Note that this is only supported by servers that implement
  364. the "lsetstat@openssh.com" extension.
  365. .It Xo Ic chmod
  366. .Op Fl h
  367. .Ar mode
  368. .Ar path
  369. .Xc
  370. Change permissions of file
  371. .Ar path
  372. to
  373. .Ar mode .
  374. .Ar path
  375. may contain
  376. .Xr glob 7
  377. characters and may match multiple files.
  378. .Pp
  379. If the
  380. .Fl h
  381. flag is specified, then symlinks will not be followed.
  382. Note that this is only supported by servers that implement
  383. the "lsetstat@openssh.com" extension.
  384. .It Xo Ic chown
  385. .Op Fl h
  386. .Ar own
  387. .Ar path
  388. .Xc
  389. Change owner of file
  390. .Ar path
  391. to
  392. .Ar own .
  393. .Ar path
  394. may contain
  395. .Xr glob 7
  396. characters and may match multiple files.
  397. .Ar own
  398. must be a numeric UID.
  399. .Pp
  400. If the
  401. .Fl h
  402. flag is specified, then symlinks will not be followed.
  403. Note that this is only supported by servers that implement
  404. the "lsetstat@openssh.com" extension.
  405. .It Xo Ic df
  406. .Op Fl hi
  407. .Op Ar path
  408. .Xc
  409. Display usage information for the filesystem holding the current directory
  410. (or
  411. .Ar path
  412. if specified).
  413. If the
  414. .Fl h
  415. flag is specified, the capacity information will be displayed using
  416. "human-readable" suffixes.
  417. The
  418. .Fl i
  419. flag requests display of inode information in addition to capacity information.
  420. This command is only supported on servers that implement the
  421. .Dq statvfs@openssh.com
  422. extension.
  423. .It Ic exit
  424. Quit
  425. .Nm sftp .
  426. .It Xo Ic get
  427. .Op Fl afpR
  428. .Ar remote-path
  429. .Op Ar local-path
  430. .Xc
  431. Retrieve the
  432. .Ar remote-path
  433. and store it on the local machine.
  434. If the local
  435. path name is not specified, it is given the same name it has on the
  436. remote machine.
  437. .Ar remote-path
  438. may contain
  439. .Xr glob 7
  440. characters and may match multiple files.
  441. If it does and
  442. .Ar local-path
  443. is specified, then
  444. .Ar local-path
  445. must specify a directory.
  446. .Pp
  447. If the
  448. .Fl a
  449. flag is specified, then attempt to resume partial transfers of existing files.
  450. Note that resumption assumes that any partial copy of the local file matches
  451. the remote copy.
  452. If the remote file contents differ from the partial local copy then the
  453. resultant file is likely to be corrupt.
  454. .Pp
  455. If the
  456. .Fl f
  457. flag is specified, then
  458. .Xr fsync 2
  459. will be called after the file transfer has completed to flush the file
  460. to disk.
  461. .Pp
  462. If the
  463. .Fl p
  464. .\" undocumented redundant alias
  465. .\" or
  466. .\" .Fl P
  467. flag is specified, then full file permissions and access times are
  468. copied too.
  469. .Pp
  470. If the
  471. .Fl R
  472. .\" undocumented redundant alias
  473. .\" or
  474. .\" .Fl r
  475. flag is specified then directories will be copied recursively.
  476. Note that
  477. .Nm
  478. does not follow symbolic links when performing recursive transfers.
  479. .It Ic help
  480. Display help text.
  481. .It Ic lcd Op Ar path
  482. Change local directory to
  483. .Ar path .
  484. If
  485. .Ar path
  486. is not specified, then change directory to the local user's home directory.
  487. .It Ic lls Op Ar ls-options Op Ar path
  488. Display local directory listing of either
  489. .Ar path
  490. or current directory if
  491. .Ar path
  492. is not specified.
  493. .Ar ls-options
  494. may contain any flags supported by the local system's
  495. .Xr ls 1
  496. command.
  497. .Ar path
  498. may contain
  499. .Xr glob 7
  500. characters and may match multiple files.
  501. .It Ic lmkdir Ar path
  502. Create local directory specified by
  503. .Ar path .
  504. .It Xo Ic ln
  505. .Op Fl s
  506. .Ar oldpath
  507. .Ar newpath
  508. .Xc
  509. Create a link from
  510. .Ar oldpath
  511. to
  512. .Ar newpath .
  513. If the
  514. .Fl s
  515. flag is specified the created link is a symbolic link, otherwise it is
  516. a hard link.
  517. .It Ic lpwd
  518. Print local working directory.
  519. .It Xo Ic ls
  520. .Op Fl 1afhlnrSt
  521. .Op Ar path
  522. .Xc
  523. Display a remote directory listing of either
  524. .Ar path
  525. or the current directory if
  526. .Ar path
  527. is not specified.
  528. .Ar path
  529. may contain
  530. .Xr glob 7
  531. characters and may match multiple files.
  532. .Pp
  533. The following flags are recognized and alter the behaviour of
  534. .Ic ls
  535. accordingly:
  536. .Bl -tag -width Ds
  537. .It Fl 1
  538. Produce single columnar output.
  539. .It Fl a
  540. List files beginning with a dot
  541. .Pq Sq \&. .
  542. .It Fl f
  543. Do not sort the listing.
  544. The default sort order is lexicographical.
  545. .It Fl h
  546. When used with a long format option, use unit suffixes: Byte, Kilobyte,
  547. Megabyte, Gigabyte, Terabyte, Petabyte, and Exabyte in order to reduce
  548. the number of digits to four or fewer using powers of 2 for sizes (K=1024,
  549. M=1048576, etc.).
  550. .It Fl l
  551. Display additional details including permissions
  552. and ownership information.
  553. .It Fl n
  554. Produce a long listing with user and group information presented
  555. numerically.
  556. .It Fl r
  557. Reverse the sort order of the listing.
  558. .It Fl S
  559. Sort the listing by file size.
  560. .It Fl t
  561. Sort the listing by last modification time.
  562. .El
  563. .It Ic lumask Ar umask
  564. Set local umask to
  565. .Ar umask .
  566. .It Ic mkdir Ar path
  567. Create remote directory specified by
  568. .Ar path .
  569. .It Ic progress
  570. Toggle display of progress meter.
  571. .It Xo Ic put
  572. .Op Fl afpR
  573. .Ar local-path
  574. .Op Ar remote-path
  575. .Xc
  576. Upload
  577. .Ar local-path
  578. and store it on the remote machine.
  579. If the remote path name is not specified, it is given the same name it has
  580. on the local machine.
  581. .Ar local-path
  582. may contain
  583. .Xr glob 7
  584. characters and may match multiple files.
  585. If it does and
  586. .Ar remote-path
  587. is specified, then
  588. .Ar remote-path
  589. must specify a directory.
  590. .Pp
  591. If the
  592. .Fl a
  593. flag is specified, then attempt to resume partial
  594. transfers of existing files.
  595. Note that resumption assumes that any partial copy of the remote file
  596. matches the local copy.
  597. If the local file contents differ from the remote local copy then
  598. the resultant file is likely to be corrupt.
  599. .Pp
  600. If the
  601. .Fl f
  602. flag is specified, then a request will be sent to the server to call
  603. .Xr fsync 2
  604. after the file has been transferred.
  605. Note that this is only supported by servers that implement
  606. the "fsync@openssh.com" extension.
  607. .Pp
  608. If the
  609. .Fl p
  610. .\" undocumented redundant alias
  611. .\" or
  612. .\" .Fl P
  613. flag is specified, then full file permissions and access times are
  614. copied too.
  615. .Pp
  616. If the
  617. .Fl R
  618. .\" undocumented redundant alias
  619. .\" or
  620. .\" .Fl r
  621. flag is specified then directories will be copied recursively.
  622. Note that
  623. .Nm
  624. does not follow symbolic links when performing recursive transfers.
  625. .It Ic pwd
  626. Display remote working directory.
  627. .It Ic quit
  628. Quit
  629. .Nm sftp .
  630. .It Xo Ic reget
  631. .Op Fl fpR
  632. .Ar remote-path
  633. .Op Ar local-path
  634. .Xc
  635. Resume download of
  636. .Ar remote-path .
  637. Equivalent to
  638. .Ic get
  639. with the
  640. .Fl a
  641. flag set.
  642. .It Xo Ic reput
  643. .Op Fl fpR
  644. .Ar local-path
  645. .Op Ar remote-path
  646. .Xc
  647. Resume upload of
  648. .Ar local-path .
  649. Equivalent to
  650. .Ic put
  651. with the
  652. .Fl a
  653. flag set.
  654. .It Ic rename Ar oldpath newpath
  655. Rename remote file from
  656. .Ar oldpath
  657. to
  658. .Ar newpath .
  659. .It Ic rm Ar path
  660. Delete remote file specified by
  661. .Ar path .
  662. .It Ic rmdir Ar path
  663. Remove remote directory specified by
  664. .Ar path .
  665. .It Ic symlink Ar oldpath newpath
  666. Create a symbolic link from
  667. .Ar oldpath
  668. to
  669. .Ar newpath .
  670. .It Ic version
  671. Display the
  672. .Nm
  673. protocol version.
  674. .It Ic \&! Ns Ar command
  675. Execute
  676. .Ar command
  677. in local shell.
  678. .It Ic \&!
  679. Escape to local shell.
  680. .It Ic \&?
  681. Synonym for help.
  682. .El
  683. .Sh SEE ALSO
  684. .Xr ftp 1 ,
  685. .Xr ls 1 ,
  686. .Xr scp 1 ,
  687. .Xr ssh 1 ,
  688. .Xr ssh-add 1 ,
  689. .Xr ssh-keygen 1 ,
  690. .Xr ssh_config 5 ,
  691. .Xr glob 7 ,
  692. .Xr sftp-server 8 ,
  693. .Xr sshd 8
  694. .Rs
  695. .%A T. Ylonen
  696. .%A S. Lehtinen
  697. .%T "SSH File Transfer Protocol"
  698. .%N draft-ietf-secsh-filexfer-00.txt
  699. .%D January 2001
  700. .%O work in progress material
  701. .Re