Help for this page

Select Code to Download


  1. or download this
        #Make the file listbox and scrollbar
        my $ftp_fileList = $ftp_dialog->add("Listbox")->pack(-side=>'left'
    +,-fill=>'both');
    ...
        #Bind the double click method to change directory
        $ftp_dirList->bind('<Double-1>',[\&cd_List, \$ftp, $ftp_dirList,$f
    +tp_fileList]);