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

Simple Ftp freeware
Filter: All | Freeware | Demo
 

Simple Ftp

< 1 2 3 4 5 
Added: May 16, 2010 | Visits: 1.393

XML::Schema::Type::Simple XML::Schema::Type::Simple is a base class for simple XML Schema datatypes. SYNOPSIS package XML::Schema::Type::whatever; use base qw( XML::Schema::Type::Simple ); use vars qw( @FACETS ); @FACETS = ( minLength => 10, maxLength => 30, otherFacet => { value => $n, fixed => 1,... Platforms: *nix

License: Freeware Size: 143.36 KB Download (107): XML::Schema::Type::Simple Download

Added: May 27, 2010 | Visits: 966

Web-FTP Web-FTP 1.5.x introduces Crytpo Card support, and also some support for connecting to MS ftp servers. Crypto card support allows people to connect to ftp servers that use crypto card security. Lemme know if it works for you. Web-FTP is a fully featured ftp client designed for secure file... Platforms: *nix

License: Freeware Size: 43.01 KB Download (104): Web-FTP Download

Added: June 01, 2010 | Visits: 1.296

Filter::Simple::Compile Filter::Simple::Compile is a drop-in replacement to Filter::Simple. SYNOPSIS Drop-in replacement for Filter::Simple: package MyFilter; use Filter::Simple::Compile; FILTER { ... }; This way also works: use Filter::Simple::Compile sub { ... }; This module lets you write Module::Compile... Platforms: *nix

License: Freeware Size: 13.31 KB Download (162): Filter::Simple::Compile Download

Added: July 01, 2010 | Visits: 855

Locale::Maketext::Simple Locale::Maketext::Simple is a simple interface to Locale::Maketext::Lexicon. SYNOPSIS Minimal setup (looks for auto/Foo/*.po and auto/Foo/*.mo): package Foo; use Locale::Maketext::Simple; # exports loc loc_lang(fr); # set language to French sub hello { print loc("Hello, [_1]!",... Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Locale::Maketext::Simple Download

Added: January 16, 2010 | Visits: 1.620

DateTime::Cron::Simple DateTime::Cron::Simple is a Perl module that can parse a cron entry and check against current time. SYNOPSIS use DateTime::Cron::Simple; $c = DateTime::Cron::Simple->new($cron); $boolean = $c->validate_time; $c->new_cron($cron); This module is a quick and dirty way to determine if a... Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): DateTime::Cron::Simple Download

Added: November 11, 2010 | Visits: 891

ConfigReader::Simple ConfigReader::Simple is a simple configuration file parser. SYNOPSIS use ConfigReader::Simple; # parse one file $config = ConfigReader::Simple->new("configrc", [qw(Foo Bar Baz Quux)]); # parse multiple files, in order $config = ConfigReader::Simple->new_multiple( Files => [ "global",... Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): ConfigReader::Simple Download

Added: June 08, 2010 | Visits: 1.474

Simple Logging Facade for Java 1.1.0 Simple Logging Facade for Java also know as SLF4J is intended to serve as a simple facade for various logging APIs, allowing to the end-user to plug in the desired implementation at deployment time. Logging API implementations can either choose to implement the the SLF4J interfaces directly,... Platforms: *nix

License: Freeware Size: 215.04 KB Download (136): Simple Logging Facade for Java 1.1.0 Download

Added: January 01, 2010 | Visits: 1.107

Simple Sockets Library Simple Sockets Library provides a simple C programming interface to sockets. The Simple Sockets Library makes sockets easy to use and comes as public domain source code. It resembles Cs file I/O, uses whatever port is available, has named servers and port reuse, streaming/blocking sockets used,... Platforms: *nix

License: Freeware Size: 184.32 KB Download (128): Simple Sockets Library Download

Added: February 18, 2010 | Visits: 1.189

Pure FTP Manager Pure FTP Manager allows a user to access multiple FTP chrooted sites with a single username and password. The program uses pure-ftpd and PostgreSQL for FTP and authentication. A site is chosen by adding @sitename to the users login. Providing the competitive edge to forward thinking businesses... Platforms: *nix

License: Freeware Size: 16.38 KB Download (108): Pure FTP Manager Download

Added: March 06, 2010 | Visits: 1.211

Net::IMAP::Simple The Net::IMAP::Simple library provides a simple-to-use, yet feature-rich Perl to IMAP API. Whats New in This Release: - Fixed error in sample code within the POD documentation identified by Matthew S. Hallacy. Platforms: *nix

License: Freeware Size: 8.19 KB Download (141): Net::IMAP::Simple Download

Added: November 14, 2010 | Visits: 932

AI::NeuralNet::Simple AI::NeuralNet::Simple is a simple learning module for building neural nets. SYNOPSIS use AI::NeuralNet::Simple; my $net = AI::NeuralNet::Simple->new(2,1,2); # teach it logical or for (1 .. 10000) { $net->train([1,1],[0,1]); $net->train([1,0],[0,1]); $net->train([0,1],[0,1]);... Platforms: *nix

License: Freeware Size: 17.41 KB Download (108): AI::NeuralNet::Simple Download

Added: August 06, 2010 | Visits: 1.363

Simple Blue Simple Blue is a modified Sunergos Blue theme with user list. Lightweight (SVG), elegant, works with all languages and widescreen.. Platforms: *nix

License: Freeware Size: 30.72 KB Download (129): Simple Blue Download

Added: June 14, 2010 | Visits: 1.222

Net::FTP::File Net::FTP::File is a Perl extension for simplifying FTP file operations. SYNOPSIS use Net::FTP::File; my $ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",-anonymous@) or die "Cannot login ", $ftp->message;... Platforms: *nix

License: Freeware Size: 6.14 KB Download (104): Net::FTP::File Download

Added: March 26, 2010 | Visits: 1.238

Simple components for Ada Simple components for Ada library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the... Platforms: *nix

License: Freeware Size: 378.88 KB Download (96): Simple components for Ada Download

Added: October 17, 2010 | Visits: 643

XML::Genx::Simple XML::Genx::Simple is a slightly simpler wrapper class for genx. SYNOPSIS use XML::Genx::Simple; my $w = XML::Genx::Simple->new; eval { # bar $w->StartDocFile( *STDOUT ); $w->StartElementLiteral( root ); $w->Element( foo => bar, id => 1 ); $w->EndElement; $w->EndDocument; };... Platforms: *nix

License: Freeware Size: 37.89 KB Download (88): XML::Genx::Simple Download

Added: April 04, 2010 | Visits: 882

ICS::Simple ICS::Simple is a simple interface to CyberSource ICS2. SYNOPSIS Here is some basic code. Hopefully Ill come back through soon to document it properly. use ICS::Simple; my $ics = ICS::Simple->new( ICSPath => /opt/ics, MerchantId => v0123456789, # CyberSource supplies this number to you... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): ICS::Simple Download

Added: November 16, 2013 | Visits: 1.360

Independent FTP Daemon iFTPd, Independent FTP Daemon, is an open source FTP server written in Java. Independent FTP Daemon features platform independence, system independence, ruggedness and a virtual file system. The target audience of the FTP server is for those admins that need to be able to share files without... Platforms: *nix

License: Freeware Size: 276.48 KB Download (126): Independent FTP Daemon Download

Added: April 08, 2010 | Visits: 1.589

Simple C++ ODBC Database API Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API.... Platforms: *nix

License: Freeware Size: 84.99 KB Download (117): Simple C++ ODBC Database API Download

Added: June 18, 2010 | Visits: 1.011

DPS-FTP DPS-FTP is a multi-threaded FTP client for GNOME. It was originally called Kevlar FTP, since its interface was inspired by Bulletproof FTP, and Kevlar is bullet-proof. But DuPont actually sent me a notice telling me that I cant use their trademarked product names in my product name. They were... Platforms: *nix

License: Freeware Size: 122.88 KB Download (118): DPS-FTP Download

Added: January 08, 2010 | Visits: 786

PGPLOT::Simple PGPLOT::Simple is a simple Perl Interface to PGPLOT. SYNOPSIS use strict; use PGPLOT::Simple qw(:essential); die "Must provide a filename.n" unless @ARGV; my $filename = shift; chomp $filename; unless ( $filename =~ /.ps$/ ) { $filename .= ".ps"; } set_begin({ file =>... Platforms: *nix

License: Freeware Size: 33.79 KB Download (95): PGPLOT::Simple Download

< 1 2 3 4 5