Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.476.238 Times

File Access Is Not Authorized software
Filter: All | Freeware | Demo
 

File Access Is Not Authorized

< 1 2 3 4 5 
Released: April 23, 2018  |  Added: August 08, 2018 | Visits: 2.652

UFS Explorer Standard Access The software enables fast and easy access to blocked data. With the support of a wide variety of operating systems, UFS Explorer Standard Access allows you to open an inaccessible file from Windows, Apple macOS, Linux and FreeBSD working on a device, that is running on Windows OS. The software... Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $23.95 USD Size: 10.53 MB Download (861): UFS Explorer Standard Access Download

Added: August 27, 2008 | Visits: 682

File Defender File Defender is a powerful and easy-to-use software that allows you to protect yourfiles from unauthorized access, viruses, hackers and spyware. When any file is protected it's impossible to get access to the file without knowing a password. The program has a built-in key generator that... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 1.93 MB Download (90): File Defender Download

Released: January 25, 2024  |  Added: February 01, 2024 | Visits: 1.823

File Encryptor File Encryptor is MS Windows compatible software designed for fast processing of extremely large files. It can encrypt and decrypt files, contents of folders using any file as a password. File Encryptor contains a lot of additional tools and presents a flexible user interface with detailed... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $19.99 USD Size: 859 KB Download (1352): File Encryptor Download

Added: August 04, 2008 | Visits: 1.121

Securase When you try to open a NSF file and it gives error message : "You are not authorized to access that database", and fails to open. Then you need a Lotus Notes local security removal tool, then get "Securase" - Lotus Notes local security eraser tool to quickly remove local nsf database security in... Platforms: Windows

License: Demo Cost: $69.00 USD Size: 739 KB Download (96): Securase Download

Released: March 24, 2012  |  Added: April 03, 2012 | Visits: 6.160

Easy File Joiner Easy File Joiner is a simple software to join files. If you have downloaded parts of a larger file or want to combine multiple text or MPG files this tool is for you. Easy File Joiner only works with files with no header information, so joining formats such as MP3, AVI, BMP, JPEG will not work,... Platforms: Windows, Other

License: Freeware Size: 438.16 KB Download (1448): Easy File Joiner Download

Released: July 03, 2009  |  Added: July 08, 2009 | Visits: 1.720

MSSQL to MS Access MSSQL to Access is a tool to Convert, Migrate data from / to MS SQL to Access or from MS Access to MSSQL. You can convert multiple tables in one go from MSSQL to Access or from MS Access to MS SQL Server database. While converting you can map source table columns to matching destination table... Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 2.82 MB Download (126): MSSQL to MS Access Download

Released: June 10, 2011  |  Added: June 26, 2011 | Visits: 3.565

WinMend File Copy WinMend File Copy is a free and excellent batch file copy tool. Based on extensive testing, and by constantly maximizing the potential of the operating system, WinMend File Copy developed a unique key technique that makes up for the inadequacy of the system's default copy functionality and... Platforms: Windows

License: Freeware Size: 2.1 MB Download (317): WinMend File Copy Download

Released: January 25, 2024  |  Added: February 07, 2024 | Visits: 6.378

Fast File Encryptor Fast File Encryptor is MS Windows compatible software designed for fast processing of extremely large files. It can encrypt and decrypt files, contents of folders using any file as a password. Fast File Encryptor contains a lot of additional tools and presents a flexible user interface with... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $24.95 USD Size: 859 KB Download (1307): Fast File Encryptor Download

Added: January 18, 2010 | Visits: 1.234

File::Remove File::Remove is a Perl module to remove files and directories. SYNOPSIS use File::Remove qw(remove); # removes (without recursion) several files remove qw( *.c *.pl ); # removes (with recursion) several directories remove 1, qw( directory1 directory2 ); # removes (with recursion)... Platforms: *nix

License: Freeware Size: 14.34 KB Download (167): File::Remove Download

Added: January 18, 2010 | Visits: 1.034

File::Searcher File::Searcher is a searches for files and performs search/replacements on matching files. SYNOPSIS use File::Searcher; my $search = File::Searcher->new(*.cgi); $search->add_expression(name=>street, search=>1234 Easy St., replace=>456 Hard Way, options=>i);... Platforms: *nix

License: Freeware Size: 9.22 KB Download (90): File::Searcher Download

Added: February 18, 2010 | Visits: 1.266

POLE POLE is a portable C++ library to access structured storage. It is designed to be compatible with Microsoft structured storage, also sometimes known as OLE Compound Document. A structured storage is normally used to store files inside another file; you can even have complex directory tree... Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): POLE Download

Added: January 08, 2010 | Visits: 1.957

jsp File Browser jsp File Browser is an easy to use and easy to install file browser java server page. This JSP program allows remote web-based file access and manipulation.. JSP file browser allows remote web-based file access and manipulation like upload. Platforms: *nix

License: Freeware Size: 23.55 KB Download (254): jsp File Browser Download

Added: October 17, 2010 | Visits: 1.099

File::Sort File::Sort is a Perl module to sort a file or merge sort multiple files. SYNOPSIS use File::Sort qw(sort_file); sort_file({ I => [qw(file_1 file_2)], o => file_new, k => 5.3,5.5rn, -t => | }); sort_file(file1, file1.sorted); This module sorts text files by lines (or records).... Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): File::Sort Download

Added: January 17, 2010 | Visits: 1.072

File::Flock File::Flock is a Perl module for file locking with flock. SYNOPSIS use File::Flock; lock($filename); lock($filename, shared); lock($filename, undef, nonblocking); lock($filename, shared, nonblocking); unlock($filename); my $lock = new File::Flock /somefile;... Platforms: *nix

License: Freeware Size: 6.14 KB Download (115): File::Flock Download

Added: May 22, 2010 | Visits: 1.239

File::LckPwdF File::LckPwdF is a Perl module to lock and unlock the passwd and shadow files with lckpwdf and ulckpwdf. SYNOPSIS use File::LckPwdF; (lock_passwd(15)) || (die "Cant lock password file:n$! stopped"); # ... do stuff with the passwd file ... (unlock_passwd()) || (die "Cant unlock password... Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): File::LckPwdF Download

Added: July 15, 2010 | Visits: 1.340

Audio::File::Type Audio::File::Type represents an audio filetype. An instance of an object inherited from Audio::File::Type is returned by the constructor of Audio::File. This object currently provides access to the audio files information like its audio properties (bitrate, sample rate, number of channels, ...)... Platforms: *nix

License: Freeware Size: 74.75 KB Download (110): Audio::File::Type Download

Added: January 15, 2010 | Visits: 1.197

Audio::File::AudioProperties Audio::File::AudioProperties is a Perl module that can abstract an audio files audio properties. Audio::File::AudioProperties is the base class for other file format independant audio property classes like Audio::File::Flac::AudioProperties or Audio::File::Ogg::AudioProperties. You should not... Platforms: *nix

License: Freeware Size: 74.75 KB Download (89): Audio::File::AudioProperties Download

Added: June 26, 2010 | Visits: 835

File::chmod File::chmod is a Perl module that implements symbolic and ls chmod modes. SYNOPSIS use File::chmod; # chmod takes all three types # these all do the same thing chmod(0666,@files); chmod("=rw",@files); chmod("-rw-rw-rw-",@files); # or use File::chmod qw( symchmod lschmod );... Platforms: *nix

License: Freeware Size: 8.19 KB Download (124): File::chmod Download

Added: June 03, 2010 | Visits: 1.958

File::LockDir File::LockDir is a Perl basic filename-level lock utility. SYNOPSIS use File::LockDir; INTERFACE new Initializes the class. Returns the singleton object. nflock($file, $nap_till, $locker, $lockhost) Locks the supplied filename. Only $file is required. $file is the file to be... Platforms: *nix

License: Freeware Size: 6.14 KB Download (460): File::LockDir Download

Added: October 02, 2010 | Visits: 1.641

File::Attributes File::Attributes is a Perl module to manipulate file metadata. SYNOPSIS use File::Attributes qw(set_attribute list_attributes get_all_attributes); my $file = foo.txt; set_attribute($file, type => text/plain); set_attribute($file, encoding => utf8); my @attributes =... Platforms: *nix

License: Freeware Size: 30.72 KB Download (112): File::Attributes Download

< 1 2 3 4 5