Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Tk::Mirror 0.02

    Download button

    No screenshots available
    Downloads: 342  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Torsten Knorr | More programs
    Perl Artistic License / FREE
    July 28th, 2006, 17:35 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Tk::Mirror description

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

    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.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Perl extension | user interface | remote directories | Tk::Mirror | Perl | extension

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM