NAME
App::MBUtiny::Storage::FTP - App::MBUtiny::Storage subclass for FTP storage support
VIRSION
Version 1.00
SYNOPSIS
<Host "foo">
<FTP>
#FixUP on
URL ftp://user:password@example.com:21/path/to/backup/dir1
URL ftp://user:password@example.com:21/path/to/backup/dir2
Set Passive 1
Set Debug 1
Comment FTP storage said blah-blah-blah # Optional for collector
</FTP>
# . . .
</Host>
DESCRIPTION
App::MBUtiny::Storage subclass for FTP storage support
del
Removes the specified file. This is backend method of "del" in App::MBUtiny::Storage
get
Gets the backup file from storage and saves it to specified path. This is backend method of "get" in App::MBUtiny::Storage
init
The method performs initialization of storage. This is backend method of "init" in App::MBUtiny::Storage
list
Gets backup file list on storage. This is backend method of "list" in App::MBUtiny::Storage
ftp_storages
my @list = $storage->ftp_storages;
Returns list of FTP storage nodes
put
Sends backup file to storage. This is backend method of "put" in App::MBUtiny::Storage
test
Storage testing. This is backend method of "test" in App::MBUtiny::Storage
HISTORY
See Changes
file
TO DO
See TODO
file
BUGS
* none noted
SEE ALSO
AUTHOR
Serż Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See LICENSE
file and https://dev.perl.org/licenses/