NAME
App::Upfiles -- upload files to an FTP server, for push mirroring
SYNOPSIS
use App::Upfiles;
exit App::Upfiles->command_line;
FUNCTIONS
$upf = App::Upfiles->new (key => value, ...)
-
Create and return an Upfiles object.
$exitcode = App::Upfiles->command_line
$exitcode = $upf->command_line
-
Run an Upfiles as from the command line. Arguments are taken from
@ARGV
and the return is an exit status code suitable forexit
, meaning 0 for success.
SEE ALSO
HOME PAGE
http://user42.tuxfamily.org/upfiles/index.html
LICENSE
Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017, 2020 Kevin Ryde
Upfiles 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 3, or (at your option) any later version.
Upfiles 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 Upfiles. If not, see http://www.gnu.org/licenses/.