Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Libraries

    Tk::Mirror 0.02

    Download button

    No screenshots available
    Downloads: 308  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



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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