sitecopy-0.16.6-30-bts320586-manpage-document-sftp.patch 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. From: Christian Kujau <lists@nerdbynature.de>
  2. Subject: Document SFTP sitecopy functionality
  3. diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg'
  4. '--exclude=_darcs' '--exclude=.bzr' sitecopy~/doc/sitecopy.1 sitecopy/doc/sitecopy.1
  5. --- sitecopy~/doc/sitecopy.1 2011-01-03 00:03:07.596559823 +0100
  6. +++ sitecopy/doc/sitecopy.1 2011-01-03 00:03:07.852560823 +0100
  7. @@ -16,7 +16,7 @@
  8. files using an FTP client. sitecopy will also optionally try to spot
  9. files you move locally, and move them remotely.
  10. -FTP, WebDAV and other HTTP-based authoring servers (for instance,
  11. +FTP, SFTP, WebDAV and other HTTP-based authoring servers (for instance,
  12. AOLserver and Netscape Enterprise) are supported.
  13. .SH GETTING STARTED
  14. @@ -229,6 +229,8 @@
  15. .br
  16. ftp FTP driver
  17. .br
  18. + sftp SFTP driver
  19. +.br
  20. xml XML parsing information
  21. .br
  22. xmlparse Low-level XML parsing information
  23. @@ -297,7 +299,7 @@
  24. .BR "url " "siteURL ]"
  25. .br
  26. [
  27. -.BR "protocol " "{ ftp | webdav } ]"
  28. +.BR "protocol " "{ ftp | sftp | webdav } ]"
  29. .br
  30. [
  31. .BR ftp " nopasv ]"
  32. @@ -353,12 +355,12 @@
  33. to the default port for the protocol used, or that given by the
  34. .B port
  35. key.
  36. -sitecopy supports the WebDAV or FTP protocols - the
  37. +sitecopy supports the WebDAV or (S)FTP protocols - the
  38. .B protocol
  39. key specifies which to use, taking the value of either
  40. .B webdav
  41. or
  42. -.B ftp
  43. +.B ftp/sftp
  44. respectively. By default, FTP will be used.
  45. The
  46. @@ -769,7 +771,7 @@
  47. be a useful resource for others.
  48. .SH SEE ALSO
  49. -rsync(1), ftp(1), mirror(1)
  50. +rsync(1), ftp(1), sftp(1), mirror(1)
  51. .SH STANDARDS