.\" .\" lftpget.1 - gets files via FTP using lftp .\" .\" This file is part of lftp. .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License , or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program; see the file COPYING. If not, write to .\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. .\" .TH lftpget 1 "11 Sep 1999" .SH NAME lftpget \- gets files via FTP using lftp .SH SYNTAX .BI "lftpget [" \-c "] [" \-d "] [" \-v "] " "URL " [ URL ...] .SH "DESCRIPTION" .B lftpget will get a file from a remote host. It will reconnect if needed until the transfer is done. .PP .B lftpget is just a shell script that calls .BR lftp (1). .SH OPTIONS .TP .B \-c Continue a previous transfer, reget. .TP .B \-d Debug output. .TP .B \-v Verbose output. .SH FILES .TP .I "/etc/lftp.conf" System wide startup file for lftp, affects this script. .TP .I "~/.lftp/rc," "~/.lftprc" These files are executed on lftp startup after \fI/etc/lftp.conf\fR. .TP .I "~/.lftp/log" The file things are logged to when lftp moves into the background in nohup mode. .TP .I "~/.netrc" The file is consulted to get default login to ftp server. It's documented in the .BR ftp (1) manpage. .SH SEE ALSO .BR ftp "(1), " lftp (1) .SH AUTHOR Alexander V. Lukyanov .SH ACKNOWLEDGMENTS This manual page was originally written by Nicolás Lichtmaier , for the Debian GNU/Linux system.