Main > Programming > Libraries >

Tk::Mirror 0.02

Tk::Mirror 0.02

Sponsored Links

Tk::Mirror 0.02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.007 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1183
Date added: 2006-07-28
Publisher: Torsten Knorr

Tk::Mirror 0.02 description

Tk::Mirror is a Perl extension for a graphic user interface to update local or remote directories in both directions.

SYNOPSIS

# in the simplest kind and manner
use Tk::Mirror;
use Tk;
my $mw->MainWindow->new();
$mw->Mirror()->grid();
MainLoop();
# in a detailed kind
use Tk;
use Tk::Mirror;
my $mw = MainWindow->new();
my $mirror = $mw->Mirror(
-localdir => "TestA",
-remotedir => "TestD",
-usr => my_ftp@username.de
-ftpserver => "ftp.server.de",
-pass => "my_password",
-debug => 1,
-delete => "enable",
-exclusions => ["private.txt", "secret.txt"],
-timeout => 60,
-connection => undef, # or a connection to a ftp-server
)->grid();
for(keys(%{$mirror->GetChilds()}))
{
$mirror->Subwidget($_)->configure(
-font => "{Times New Roman} 14 {bold}",
);
}
for(qw/
TreeLocalDir
TreeRemoteDir
/)
{
$mirror->Subwidget($_)->configure(
-background => "#FFFFFF",
-width => 40,
-height => 20,
);
}
for(qw/
bEntryUsr
EntryPass
bEntryFtpServer
bEntryLocalDir
bEntryRemoteDir
/)
{
$mirror->Subwidget($_)->configure(
-background => "#FFFFFF",
);
}
MainLoop();

This is a graphic user interface to compare and update local with remote directories in both directions.

Tk::Mirror 0.02 Screenshot

Advertisements

Tk::Mirror 0.02 Keywords

Bookmark Tk::Mirror 0.02

Hyperlink code:
Link for forum:

Tk::Mirror 0.02 Copyright

WareSeeker periodically updates pricing and software information of Tk::Mirror 0.02 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Tk::Mirror 0.02 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
microdc is a command-line based Direct Connect client that uses GNU readline for user interaction. Free Download
KMetronome is a MIDI based metronome using the ALSA sequencer. Free Download
KMidimon is a MIDI monitor for Linux using ALSA sequencer and KDE user interface. Free Download
Tk::PerlInheritanceTree is a Perl module that displays a graphical representation of the inheritance tree for a given class-name Free Download
Video::Xine is a Perl interface to libxine. Free Download
KBBTray is a KDE task bar tray applicaton that monitors a Big Brother page and shows its status. Free Download
ViewMTN project provides a Web interface to the Monotone distributed version control system. Free Download
Xmms::Remote is a Perl Interface to xmms_remote API. Free Download