import p5-Net-FTP-AutoReconnect

Net::FTP::AutoReconnect is a wrapper module around Net::FTP.  For many
commands, if anything goes wrong on the first try, it tries to
disconnect and reconnect to the server, restore the state to the same as
it was when the command was executed, then execute it again.  The state
includes login credentials, authorize credentials, trans- fer mode
(ASCII or binary), current working directory, and any restart, passive,
or port commands sent.

from Girish Venkatachalam

ok merdely@
This commit is contained in:
okan 2008-04-11 22:04:59 +00:00
parent 40333bb6d9
commit d6c22adcab
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/11 22:04:59 okan Exp $
COMMENT= FTP client class with automatic reconnect on failure
MODULES= cpan
DISTNAME= Net-FTP-AutoReconnect-0.2
CATEGORIES= net
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Net-FTP-AutoReconnect-0.2.tar.gz) = Lsg0lBUvXD7ussf1ZazTkw==
RMD160 (Net-FTP-AutoReconnect-0.2.tar.gz) = o3K5+1mxfNyjoLteSsGOaz1kHnU=
SHA1 (Net-FTP-AutoReconnect-0.2.tar.gz) = m/hfm0WB2FdJ4cA9nDrjzkCKOMQ=
SHA256 (Net-FTP-AutoReconnect-0.2.tar.gz) = Uyk/lMafGH7YPAYNQPsrXUojQcqDwCmNWFO9pmH/MI4=
SIZE (Net-FTP-AutoReconnect-0.2.tar.gz) = 3743

View File

@ -0,0 +1,7 @@
Net::FTP::AutoReconnect is a wrapper module around Net::FTP. For many
commands, if anything goes wrong on the first try, it tries to
disconnect and reconnect to the server, restore the state to the same as
it was when the command was executed, then execute it again. The state
includes login credentials, authorize credentials, trans- fer mode
(ASCII or binary), current working directory, and any restart, passive,
or port commands sent.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/11 22:04:59 okan Exp $
${P5SITE}/Net/
${P5SITE}/Net/FTP/
${P5SITE}/Net/FTP/AutoReconnect.pm
@man man/man3p/Net::FTP::AutoReconnect.3p