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.442.677 Times

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

File Access Is Not Authorized

< 1 2 3 4 5 > 
Added: November 27, 2010 | Visits: 1.012

File::Path File::Path is a Perl module to create or remove directory trees. SYNOPSIS use File::Path; mkpath([/foo/bar/baz, blurfl/quux], 1, 0711); rmtree([foo/bar/baz, blurfl/quux], 1, 1); The mkpath function provides a convenient way to create directories, even if your mkdir kernel call wont...



Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): File::Path Download

Released: October 21, 2011  |  Added: November 04, 2011 | Visits: 1.981

Illustrator File Recovery Free Adobe Illustrator is one of the most popular software packages used by businesses and users around the world, however when a file becomes damaged or corrupted, for instance due to a computer virus, then it is vital you are able to simply and effectively recover the files. Unfortunately, this can...





Platforms: Windows

License: Freeware Size: 2.27 MB Download (122): Illustrator File Recovery Free Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 627

File Fetch File Fetch is a handy and easy to use Outlook add-in that allows you to access your home files while you're at work. Do you need access to your home files while you're at work? With this add-in, you can retrieve a file from any of your Windows folders using just email. for WindowsXP, Vista, 7


Platforms: Windows, Windows Vista, 7

License: Freeware Download (56): File Fetch Download

Added: June 11, 2013 | Visits: 1.057

Fast Secure File System Fast Secure File System exports existing directories securely over the network, letting users store and retrieve encrypted data in a scalable and transparent way. FSFS is written in C and works on GNU/Linux systems on x86 and PPC architectures, with help from FUSE and OpenSSL. File systems are...


Platforms: *nix

License: Freeware Size: 196.61 KB Download (40): Fast Secure File System Download

Released: May 03, 2022  |  Added: March 09, 2023 | Visits: 1.224

AssureFiles Secure File Sharing Secure File Sharing With Digital Rights Management.Safeguard file sharing without boundaries. AssureFiles Secure File Sharing combines AES 256 bit encryption with digital rights management to give businesses persistent control over all stages of its life,enables employees to share files with...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.99 MB Download (115): AssureFiles Secure File Sharing Download

Released: September 03, 2007  |  Added: September 11, 2007 | Visits: 7.295

NT File Recovery for U3 Flash drives Did you know that Windows does not remove deleted files, they stays on the drive until it is overwritten by another file? NT File Recovery is a quick and effective solution to restore accidentally deleted files from NTFS file system. The software supports recovering all types of files like...


Platforms: Windows

License: Freeware Size: 342 KB Download (1440): NT File Recovery for U3 Flash drives Download

Released: July 14, 2008  |  Added: July 19, 2008 | Visits: 3.423

Moleskinsoft File Sync Probably you had to be engaged in joint projects with someone. In programming, web design or other computer area. Working over the project, you for certain noticed the unpleasant tendency having kept files in any directory on flash you gave to your partner for the further completion. Naturally...


Platforms: Windows

License: Freeware Cost: $19.45 USD Size: 812 KB Download (161): Moleskinsoft File Sync Download

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

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: June 10, 2011  |  Added: June 26, 2011 | Visits: 3.563

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

Added: January 18, 2010 | Visits: 1.233

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.033

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.265

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.956

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.097

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.069

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.238

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.339

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.195

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: 834

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.956

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

< 1 2 3 4 5 >