lftp-2.2.0-lftpgetmanpage.patch 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. --- lftp-2.2.0a/lftpget.1.chmou Tue May 5 13:32:27 1998
  2. +++ lftp-2.2.0a/lftpget.1 Wed Mar 29 17:50:36 2000
  3. @@ -0,0 +1,74 @@
  4. +.\"
  5. +.\" lftpget.1 - gets files via FTP using lftp
  6. +.\"
  7. +.\" This file is part of lftp.
  8. +.\"
  9. +.\" This program is free software; you can redistribute it and/or modify
  10. +.\" it under the terms of the GNU General Public License as published by
  11. +.\" the Free Software Foundation; either version 2 of the License , or
  12. +.\" (at your option) any later version.
  13. +.\"
  14. +.\" This program is distributed in the hope that it will be useful,
  15. +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. +.\" GNU General Public License for more details.
  18. +.\"
  19. +.\" You should have received a copy of the GNU General Public License
  20. +.\" along with this program; see the file COPYING. If not, write to
  21. +.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  22. +.\"
  23. +.TH lftpget 1 "11 Sep 1999"
  24. +.SH NAME
  25. +lftpget \- gets files via FTP using lftp
  26. +.SH SYNTAX
  27. +.BI "lftpget [" \-c "] [" \-d "] [" \-v "] " "URL " [ URL ...]
  28. +
  29. +.SH "DESCRIPTION"
  30. +.B lftpget
  31. +will get a file from a remote host. It will reconnect if needed until
  32. +the transfer is done.
  33. +.PP
  34. +.B lftpget
  35. +is just a shell script that calls
  36. +.BR lftp (1).
  37. +
  38. +.SH OPTIONS
  39. +.TP
  40. +.B \-c
  41. +Continue a previous transfer, reget.
  42. +.TP
  43. +.B \-d
  44. +Debug output.
  45. +.TP
  46. +.B \-v
  47. +Verbose output.
  48. +
  49. +.SH FILES
  50. +.TP
  51. +.I "/etc/lftp.conf"
  52. +System wide startup file for lftp, affects this script.
  53. +
  54. +.TP
  55. +.I "~/.lftp/rc," "~/.lftprc"
  56. +These files are executed on lftp startup after \fI/etc/lftp.conf\fR.
  57. +.TP
  58. +.I "~/.lftp/log"
  59. +The file things are logged to when lftp moves into the background in
  60. +nohup mode.
  61. +.TP
  62. +.I "~/.netrc"
  63. +
  64. +The file is consulted to get default login to ftp server. It's
  65. +documented in the
  66. +.BR ftp (1)
  67. +manpage.
  68. +
  69. +.SH SEE ALSO
  70. +.BR ftp "(1), " lftp (1)
  71. +
  72. +.SH AUTHOR
  73. +Alexander V. Lukyanov <lav@yars.free.net>
  74. +
  75. +.SH ACKNOWLEDGMENTS
  76. +This manual page was originally written by Nicolás Lichtmaier
  77. +<nick@debian.org>, for the Debian GNU/Linux system.