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 49.589.521 Times

Smtp File Sender freeware
Filter: All | Freeware | Demo
 

Smtp File Sender

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 1.326

PHP File Manager phpFileManager is a complete filesystem management tool on a single file. Among the features of phpFileManager: . server info . directory tree . copy/move/delete/create/rename/edit/view/chmod files and folders . tar/zip/bzip/gzip . multiple uploads . shell/exec . works on linux/windows ....



Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (121): PHP File Manager Download

Added: May 22, 2010 | Visits: 1.229

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: February 02, 2010 | Visits: 995

wgrab http file fetcher wgrab http file fetcher provides a small, fast, and cross platform wget alternative. wgrab is an HTTP file fetcher similar to wget that is designed to be small, fast, and cross-platform compatible natively. The compiled wgrab is approximately 1/10th the size of wget, making it ideal for...


Platforms: *nix

License: Freeware Download (93): wgrab http file fetcher Download

Added: March 06, 2010 | Visits: 727

File::FindByRegex File::FindByRegex is a Perl wrapper for File::Find that finds a directory tree and runs some action for each file whose name matchs a regex. SYNOPSYS use File::FindByRegex; $find = File::FindByRegex->new( { -srcdir => [C:tmpteradata-sql], -tardir => C:tmpteradata-sqldoc, -find =>...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (86): File::FindByRegex Download

Added: March 20, 2010 | Visits: 1.420

Sendmail Sender Address Validator smf-sav is a lightweight, fast and reliable Sendmail milter that implements a real-time Sender e-Mail Address Verification technology. This technology can stop some kind of SPAM with a spoofed senders e-Mail address. Also it implements a real-time Recipient e-Mail Address Verification...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (111): Sendmail Sender Address Validator Download

Added: August 13, 2010 | Visits: 1.483

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Test::File::Find::Rule Download

Added: August 24, 2010 | Visits: 1.099

File::Basename File::Basename is a Perl module to parse file paths into directory, filename and suffix. SYNOPSIS use File::Basename; ($name,$path,$suffix) = fileparse($fullname,@suffixlist); $name = fileparse($fullname,@suffixlist); $basename = basename($fullname,@suffixlist); $dirname =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (107): File::Basename Download

Added: March 18, 2010 | Visits: 1.442

File::Find File::Find is a Perl module to traverse a directory tree. SYNOPSIS use File::Find; find(&wanted, @directories_to_search); sub wanted { ... } use File::Find; finddepth(&wanted, @directories_to_search); sub wanted { ... } use File::Find; find({ wanted => &process, follow => 1 }, .);...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (90): File::Find Download

Added: June 14, 2010 | Visits: 1.233

File::Listing File::Listing is a Perl module to parse directory listing. SYNOPSIS use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne f; # plain file #... } # directory listing can also be read from a file open(LISTING, "zcat...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (101): File::Listing Download

Added: May 21, 2010 | Visits: 1.535

Audio::File Audio::File is a audio file abstraction library. SYNOPSIS use Audio::File; my $file = Audio::File->new( "foo.bar" ); print "The ". $file->type() ."-file ". $file->name ." is ". int $file->length() ." seconds long.n"; print "Its interpreted by ". $file->tag->artist() ." and called "....


Platforms: *nix

License: Freeware Size: 74.75 KB Download (96): Audio::File Download

Added: July 15, 2010 | Visits: 1.322

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 (104): Audio::File::Type Download

Added: January 15, 2010 | Visits: 1.182

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: October 24, 2010 | Visits: 1.860

Enterprise File Exchange Enterprise File Exchange (EFX) slots in where email file attachment limits stop your users from sending those important files to a contact. In the EFX world, the user visits the EFX site, uploads the file, enters the receivers email address and lets the system notify the receiver that theres a...


Platforms: *nix

License: Freeware Download (108): Enterprise File Exchange Download

Added: March 02, 2010 | Visits: 949

FileBunker FileBunker is a file backup application which uses one or more GMail accounts as its backup repository. Because each GMail account supplies 1000 megabytes of storage, it serves as an excellent facility for this purpose. Files are compressed and encrypted for security and efficiency, and can be...


Platforms: *nix

License: Freeware Size: 4.85 MB Download (96): FileBunker Download

Added: August 14, 2010 | Visits: 1.393

File::Backup File::Backup is a Perl module for easy file backup & rotation automation. SYNOPSIS use File::Backup; backup( from => "/source/path", to => "/destination/path" ); backup( from => "/kansas/*", to => "/oz" ); purge_backups( to => "/destination/path", compress => 0, keep => 5, timeformat...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): File::Backup Download

Added: July 20, 2010 | Visits: 885

Daizu::File Daizu::File is a Perl class representing files in working copies. Each object of this class represents a particular file in a Daizu CMS working copy (a record in the wc_file table). METHODS Note that all the functions which return the value of a Subversion property will strip leading and...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (86): Daizu::File Download

Added: February 11, 2010 | Visits: 1.597

Another File Integrity Checker Another File Integrity Checker is another file integrity checker, designed to be fast and fully portable between Unix and Windows platforms. Another File Integrity Checker works by first creating a database that represents a snapshot of the most essential parts of your computer system. You can...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Another File Integrity Checker Download

Added: April 04, 2010 | Visits: 964

File::CounterFile File::CounterFile is a persistent counter class. SYNOPSIS use File::CounterFile; $c = File::CounterFile->new("COUNTER", "aa00"); $id = $c->inc; open(F, ">F$id"); This module implements a persistent counter class. Each counter is represented by a separate file in the file system. File...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): File::CounterFile Download

Added: July 20, 2010 | Visits: 1.187

File::Find::Rule::XPath File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name(*.dkb) ->xpath( //section/title[contains(., "Crustacean")] ) ->in($root); This module extends File::Find::Rule to...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): File::Find::Rule::XPath Download

Added: August 14, 2010 | Visits: 1.109

File::Xcopy File::Xcopy can copy files after comparing them. SYNOPSIS use File::Xcopy; my $fx = new File::Xcopy; $fx->from_dir("/from/dir"); $fx->to_dir("/to/dir"); $fx->fn_pat((.pl|.txt)$); # files with pl & txt extensions $fx->param(s,1); # search recursively to sub dirs $fx->param(verbose,1); #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (103): File::Xcopy Download

< 1 2 3 4 5