archive manager downloads
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3627
Apache File Manager 0.19
Apache File Manager is an Apache mod_perl Web server filemanager. more>>
The Apache::FileManager module is a simple HTML file manager. It provides file manipulations such as cut, copy, paste, delete, rename, extract archive, create directory, create file, edit file, and upload files.
It also has the ability to rsync the server htdocs tree to another server with the click of a button.
Enhancements:
- prevented file edit screen from opening when cancel is clicked when creating new filenames
- fixed up documentation
<<lessIt also has the ability to rsync the server htdocs tree to another server with the click of a button.
Enhancements:
- prevented file edit screen from opening when cancel is clicked when creating new filenames
- fixed up documentation
Download (0.012MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1644 downloads
Warehouse Manager 1.1.84
Warehouse Manager is a business application designed to allow you to manage several aspects of your warehouse based enterprise. more>>
Warehouse Manager is a business application designed to allow you to manage several aspects of your warehouse based enterprise from your computer.
This is the official Warehouse Manager web site. Its purpose is to allow you to download releases of Warehouse Manager and contribute your feedback in order to improve the software product. The Warehouse Manager team thanks all its users for their participation.
<<lessThis is the official Warehouse Manager web site. Its purpose is to allow you to download releases of Warehouse Manager and contribute your feedback in order to improve the software product. The Warehouse Manager team thanks all its users for their participation.
Download (0.23MB)
Added: 2005-08-08 License: GPL (GNU General Public License) Price:
870 downloads
DVD Manager 0.4
DVD Manager provides an easy-to-use Web-based DVD management tool. more>>
DVD Manager provides an easy-to-use Web-based DVD management tool.
DVD Manager is an e107 CMS plugin. This plugin will enable users to manage their DVD collection and show it to other members via the Web whether it is online or offline.
<<lessDVD Manager is an e107 CMS plugin. This plugin will enable users to manage their DVD collection and show it to other members via the Web whether it is online or offline.
Download (2.5MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1006 downloads
Gmail Manager 0.5.3
Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications. more>>
Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications.
Displays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets
<<lessDisplays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets
Download (0.16MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
988 downloads
Rsync Vault Manager 1.01
Rsync Vault Manager uses rsync to manage archives of clients across multiple logical partitions. more>>
Rsync Vault Manager is an archive manager that uses rsync to manage backups of multiple clients across multiple logical partitions (vaults).
Rsync Vault Manager has some features that some other rsync-based backup schemes lack, such as being written in C++, needing no scripts or other programs than rsync and any binaries on which rsync depends (such as SSH), the ability to manage multiple instances of rsync connections to separate clients in parallel, the ability to use multiple logical partitions (vaults) in a configurable fashion for purporses of redundancy and added reliability, and the use of hard links for files that have not changed from one archive to the next.
Rsync Vault Manager was developed on an x86 platform using Linux RedHat 9.0 w/ GCC 3.2.2 and an UltraSPARC platform using Solaris 8 w/ GCC 2.95.5.
Rsync Vault Manager uses GNU autoconf/automake scripts for compilation and installation.
Enhancements:
- Minor bugs fixed: a wildcard resolution bug, incorrect archive directory names, empty job IDs in reports, and this release checks that a vault is writable before running rsync.
- A vault locking option prevents multiple instances of rvm from using the same vault, there is a separate error logging level to be used when retrying an rsync command, and there is an option to delete old log files along with old archives.
<<lessRsync Vault Manager has some features that some other rsync-based backup schemes lack, such as being written in C++, needing no scripts or other programs than rsync and any binaries on which rsync depends (such as SSH), the ability to manage multiple instances of rsync connections to separate clients in parallel, the ability to use multiple logical partitions (vaults) in a configurable fashion for purporses of redundancy and added reliability, and the use of hard links for files that have not changed from one archive to the next.
Rsync Vault Manager was developed on an x86 platform using Linux RedHat 9.0 w/ GCC 3.2.2 and an UltraSPARC platform using Solaris 8 w/ GCC 2.95.5.
Rsync Vault Manager uses GNU autoconf/automake scripts for compilation and installation.
Enhancements:
- Minor bugs fixed: a wildcard resolution bug, incorrect archive directory names, empty job IDs in reports, and this release checks that a vault is writable before running rsync.
- A vault locking option prevents multiple instances of rvm from using the same vault, there is a separate error logging level to be used when retrying an rsync command, and there is an option to delete old log files along with old archives.
Download (0.73MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1196 downloads
Password Manager Daemon 0.12
Password Manager Daemon is a daemon that serves data to application via a socket. more>>
Password Manager Daemon is a daemon that serves data to application via a socket. The data is stored in an encrypted XML file. A work in progress.
<<less Download (0.49MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
803 downloads
Archive::Rar 1.9
Archive::Rar is a interface with the rar command. more>>
Archive::Rar is a interface with the rar command.
SYNOPSIS
use Archive::Rar;
my $rar =new Archive::Rar();
$rar->Add(
-size => $size_of_parts,
-archive => $archive_filename,
-files => @list_of_files,
);
This is a module for the handling of rar archives.
Locates the rar command (from PATH or from regedit for Win32) and encapsulate it to create, extract and list rar archives.
At the moment these methods are implemented:
new()
Returns a new Rar object. You can pass defaults options.
Add(%options)
Add file to an archive.
Extract(%options)
Extract the contains of an archive.
List(%options)
Fill the list variable of the object whith the index of an archive.
OPTIONS
-archive
Archive filename.
-files
List of files to add. You can use a scalar value or an array reference.
-quiet
No output for the rar command if True.
-sfx
Create self-extracting archive.
-size
Size of the parts in bytes.
-verbose
Level of verbosity.
<<lessSYNOPSIS
use Archive::Rar;
my $rar =new Archive::Rar();
$rar->Add(
-size => $size_of_parts,
-archive => $archive_filename,
-files => @list_of_files,
);
This is a module for the handling of rar archives.
Locates the rar command (from PATH or from regedit for Win32) and encapsulate it to create, extract and list rar archives.
At the moment these methods are implemented:
new()
Returns a new Rar object. You can pass defaults options.
Add(%options)
Add file to an archive.
Extract(%options)
Extract the contains of an archive.
List(%options)
Fill the list variable of the object whith the index of an archive.
OPTIONS
-archive
Archive filename.
-files
List of files to add. You can use a scalar value or an array reference.
-quiet
No output for the rar command if True.
-sfx
Create self-extracting archive.
-size
Size of the parts in bytes.
-verbose
Level of verbosity.
Download (0.008MB)
Added: 2006-06-28 License: Perl Artistic License Price:
1252 downloads
PCMan File Manager 0.3.2.2
PCMan File Manager is a lightweight file manager which features tabbed browsing. more>>
PCMan File Manager is a lightweight file manager which features tabbed browsing.
Main features:
- Lightweight & Fast
- Tabbed Browsing
- Clean and easy to use
<<lessMain features:
- Lightweight & Fast
- Tabbed Browsing
- Clean and easy to use
Download (0.41MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
647 downloads
Retriever Download Manager 1.05
Retriever allows you to download files from the internet easier and with more control than from your web browser. more>>
Retriever Download Manager program was written completely in the Java programming language and will run on any operating system with a Java Virtual Machine installed (JVM 1.4 or higher).
Retriever allows you to download files from the internet easier and with more control than from your web browser, with it you can resume interrupted downloads at any time thats convenient or even schedule downloads to occur when youre away from your computer. Even if one server is too busy to accomodate you Retriever will automatically switch to another to continue your download.
You can even temporarily pause your download and resume it instantly a few minutes later.
No matter how many times your download is interrupted or stopped Retriever gives you a successful download.
Retriever is highly reliable and customizable.
Downloads can be input manually into the program or captured from the clipboard.
You can also drag and drop links onto the download list to capture them. If a selection of text is dropped, it will be parsed for links, you can use this behaviour to add multiple files at once.
Main features:
- Resumable FTP and HTTP downloads.
- Support for BitTorrent transfers (starting with version 0.905).
- FTP and HTTP server authentication.
- supports HTTP, FTP and SOCKS proxies with authentication.
- Ability to add file download mirrors.
- Scheduled downloading.
- Pausable downloading.
- Execute external application on download start and/or completion.
- User customizable icons. See the file "Icon-Set.txt"in the icons/default.zip archive for details.
Enhancements:
- Removed "resume" button, paused downloads are now resumed with the "start download" button.
- Referer information can now be edited or input manually.
- Fixed problem with FTP servers that did not use the default port.
- Fixed issue where status information would be incorrect.
<<lessRetriever allows you to download files from the internet easier and with more control than from your web browser, with it you can resume interrupted downloads at any time thats convenient or even schedule downloads to occur when youre away from your computer. Even if one server is too busy to accomodate you Retriever will automatically switch to another to continue your download.
You can even temporarily pause your download and resume it instantly a few minutes later.
No matter how many times your download is interrupted or stopped Retriever gives you a successful download.
Retriever is highly reliable and customizable.
Downloads can be input manually into the program or captured from the clipboard.
You can also drag and drop links onto the download list to capture them. If a selection of text is dropped, it will be parsed for links, you can use this behaviour to add multiple files at once.
Main features:
- Resumable FTP and HTTP downloads.
- Support for BitTorrent transfers (starting with version 0.905).
- FTP and HTTP server authentication.
- supports HTTP, FTP and SOCKS proxies with authentication.
- Ability to add file download mirrors.
- Scheduled downloading.
- Pausable downloading.
- Execute external application on download start and/or completion.
- User customizable icons. See the file "Icon-Set.txt"in the icons/default.zip archive for details.
Enhancements:
- Removed "resume" button, paused downloads are now resumed with the "start download" button.
- Referer information can now be edited or input manually.
- Fixed problem with FTP servers that did not use the default port.
- Fixed issue where status information would be incorrect.
Download (0.44MB)
Added: 2007-01-03 License: Freeware Price:
1029 downloads
Disk Manager 1.0.1
Disk manager is a simple filesystem configurator. more>>
Disk Manager project is a simple filesystem configurator that allow you to:
- Automaticly detect new partitions at startup.
- Fully manage configuration of filesystem.
- Enable/disable write support for NTFS (need ntfs-3g installed).
<<less- Automaticly detect new partitions at startup.
- Fully manage configuration of filesystem.
- Enable/disable write support for NTFS (need ntfs-3g installed).
Download (0.055MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
520 downloads

SQLite Manager 0.5.0 Beta 3
SQLite Manager is an all-in-one and very useful application which can manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>> <<less
Added: 2009-07-23 License: MPL Price: FREE
62 downloads
Other version of SQLite Manager
Mrinal Kant - SQLite Manager is an excellent and extremely useful program whichPrice: FREE
License:MPL
License:MPL
Fast Video Download 1.3.1.1
Fast Video Download enables you to save embedded video files from various video-hosting servers. more>>
Fast Video Download enables you to save embedded video files from various video-hosting servers.
Fast Video Download can save embedded video files from following video-hosting servers:
Angry Alien, Anime Episodes, Anime Forever, Bad Jojo, Blip.TV, Bo-Funk, Bolt, Break.com, Bubblare.dk, CollegeHumor.com, Current.TV, Daily Motion, Danerd.com, eVideo Share, Google Video, Grinvi, iFilm, Libero.IT Video, HI5 (VideoEgg), My Space, MetaCafe, News.NTV.ru, PornoTube, Put File, Streetfire, Totally Crap, You Tube, V-Social and Vidiac.
Main features:
- Just in ONE click on the status-bar or custom toolbar icon, FVD immediately open the regular "Save As" dialog with already placed video title and extension.
- FVD supports additional video formats at Video, Break.com, Blip.TV. You can choose desired format via Preferences.
- FVD is able to pick any multimedia links from embeded objects on ordinary pages
- If theres only single link, standard dialog open immediately. Otherwise, links are listed in pop-up window.
- Processing of embedded YouTube video objects: Special download link will appear under every embedded YouTube Flash-Player posted on common pages such as blogs and web-boards.
- At last, FVD supports DownThemAll and FlashGot: You can turn on interaction with your desired download manager in preferences.
<<lessFast Video Download can save embedded video files from following video-hosting servers:
Angry Alien, Anime Episodes, Anime Forever, Bad Jojo, Blip.TV, Bo-Funk, Bolt, Break.com, Bubblare.dk, CollegeHumor.com, Current.TV, Daily Motion, Danerd.com, eVideo Share, Google Video, Grinvi, iFilm, Libero.IT Video, HI5 (VideoEgg), My Space, MetaCafe, News.NTV.ru, PornoTube, Put File, Streetfire, Totally Crap, You Tube, V-Social and Vidiac.
Main features:
- Just in ONE click on the status-bar or custom toolbar icon, FVD immediately open the regular "Save As" dialog with already placed video title and extension.
- FVD supports additional video formats at Video, Break.com, Blip.TV. You can choose desired format via Preferences.
- FVD is able to pick any multimedia links from embeded objects on ordinary pages
- If theres only single link, standard dialog open immediately. Otherwise, links are listed in pop-up window.
- Processing of embedded YouTube video objects: Special download link will appear under every embedded YouTube Flash-Player posted on common pages such as blogs and web-boards.
- At last, FVD supports DownThemAll and FlashGot: You can turn on interaction with your desired download manager in preferences.
Download (0.026MB)
Added: 2007-04-07 License: MPL (Mozilla Public License) Price:
2275 downloads
Download Manager Tweak 0.7.2
Download Manager Tweak provides a modification of the Firefox download manager that changes its appearance. more>>
Download Manager Tweak provides a modification of the Firefox download manager that changes its appearance.
The Download Manager Tweak extension streamlines the current Firefox download manager. The extension allows the Firefox download manager to be opened in a separate window, the sidebar, or a tab.
The extension also modifies the default appearance of the download manager to make it more concise and intuitive.
Main features:
- The download manager (DM) can now be opened in a separate window, the sidebar, or a tab.
- The toolbar can be positioned on the top or bottom of the DM window.
- The user can select which buttons should on the toolbar.
- The skin support has been fixed.
- Other minor options.
- New: Rudimentary download queue -- highly experimental
- German (de-DE) translation (thanks to Hendrik Gebhardt)
- Spanish (es-ES) translation (thanks to Carlos)
- Dutch (nl-NL) translation (thanks to Pascal De Vuyst)
- Russian (ru-RU) translation (thanks to Nik Skyfly)
- Chinese (zh-TW) translation (thanks to Kuo Wen-Hsing)
- French (fr-FR) translation (thanks to PhiNux and The_Sims)
- Polish (pl-PL) translation (thanks to cambridge)
- Swedish (sv-SV) translation (thanks to Carlos Murakami)
- Italian (it-IT) translation (thanks to Giuliano Masseroni)
- New: Japanese (ja-JP) translation (thanks to Premier)
<<lessThe Download Manager Tweak extension streamlines the current Firefox download manager. The extension allows the Firefox download manager to be opened in a separate window, the sidebar, or a tab.
The extension also modifies the default appearance of the download manager to make it more concise and intuitive.
Main features:
- The download manager (DM) can now be opened in a separate window, the sidebar, or a tab.
- The toolbar can be positioned on the top or bottom of the DM window.
- The user can select which buttons should on the toolbar.
- The skin support has been fixed.
- Other minor options.
- New: Rudimentary download queue -- highly experimental
- German (de-DE) translation (thanks to Hendrik Gebhardt)
- Spanish (es-ES) translation (thanks to Carlos)
- Dutch (nl-NL) translation (thanks to Pascal De Vuyst)
- Russian (ru-RU) translation (thanks to Nik Skyfly)
- Chinese (zh-TW) translation (thanks to Kuo Wen-Hsing)
- French (fr-FR) translation (thanks to PhiNux and The_Sims)
- Polish (pl-PL) translation (thanks to cambridge)
- Swedish (sv-SV) translation (thanks to Carlos Murakami)
- Italian (it-IT) translation (thanks to Giuliano Masseroni)
- New: Japanese (ja-JP) translation (thanks to Premier)
Download (0.048MB)
Added: 2007-04-16 License: MPL (Mozilla Public License) Price:
1230 downloads
VNC Session Manager 0.8
VNC Session Manager provides a disconnected session manager for VNC. more>>
VNC Session Manager provides a disconnected session manager for VNC.
VNC Session Manager adds the necessary glue code between VNCs two execution modes, enabling XDM-based login to disconnected sessions. This gives a Terminal Services-like login for Unix-based VNC servers.
<<lessVNC Session Manager adds the necessary glue code between VNCs two execution modes, enabling XDM-based login to disconnected sessions. This gives a Terminal Services-like login for Unix-based VNC servers.
Download (0.012MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
968 downloads
ego file manager 0.16.0
The ego file manager is a GTK+2 file manager. more>>
ego file manager is a GTK+2 file manager that uses libferris for its VFS and provides evas2, GTK tree, and optional Mozilla browser views.
Enhancements:
- This release adds the ability to drop files from f-spot onto a directory to initiate a copy.
<<lessEnhancements:
- This release adds the ability to drop files from f-spot onto a directory to initiate a copy.
Download (2.3MB)
Added: 2007-04-15 License: GPL (GNU General Public License) Price:
926 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above archive manager downloads search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed