Main > Free Download Search >

Free secure ftp client software for linux

secure ftp client

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3706
NcFTP Client 3.2.1

NcFTP Client 3.2.1


NcFTP Client is a File Transfer Protocol (FTP) client applications. more>>
NcFTPs purpose is to provide a powerful and flexible interface to the Internet standard File Transfer Protocol. It is intended to replace the stock ftp program that comes with the system.

Although the program appears to be rather spartan, youll find that ncftp has a wealth of valuable performance and usage features. The program was designed with an emphasis on usability, and it does as much as it can for you automatically so you can do what you expect to do with a file transfer program, which is transfer files between two interconnected systems.

Some of the cooler features include progress meters, filename completion, command-line editing, background processing, auto-resume downloads, bookmarking, cached directory listings, host redialing, working with firewalls and proxies, downloading entire directory trees, etc., etc.

The ncftp distribution comes with the useful utility programs ncftpget(1) and ncftpput(1) which were designed to do command-line FTP. In particular, they are very handy for shell scripts. This version of ncftp no longer does command-line FTP, since the main ncftp program is more of a browser-type program.
<<less
Download (0.50MB)
Added: 2007-08-01 License: Artistic License Price:
828 downloads
PHP FTP Client 0.9.4

PHP FTP Client 0.9.4


PHP FTP Client is a PHP FTP Client. more>>
PHP FTP Client is an FTP client that is useful for allowing people behind a firewall access to FTP without opening the FTP ports inside the firewall.
It could be used as a front end to a local FTP server, and therefore allow the administrator to provide access to the FTP server only from localhost.
Main features:
- Provide FTP access through a firewall which blocks FTP
- Provide a front end to an FTP server which only allows access to the web server, thus reducing the risk of the FTP server being attacked.
Enhancements:
- Have corrected problems with missing files. Was a case of linking against files I shouldnt have been.
- Added an FAQ, which currently only explains how to use the multi-file upload feature.
<<less
Download (0.06MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1662 downloads
FSP Client 0.91.0

FSP Client 0.91.0


FSP Client is single executable client for the FSP protocol. more>>
FSP Client is single executable client for the FSP protocol. Client uses an FTP-like user interface. People usually find this program easier to use that multiple client programs in FSP protocol suite. If you are at least somewhat familiar with command line FTP and want to try FSP, this program is a good choice for you.
There is a help command; not a very good one, but it does tell you the commands. Type `help to get a list of all commands; to get a brief description of a command, type `help name (`name being the command); to get brief help on all commands type `help all (warning: there are 46 commands).
See the manual page fsp(1) for a somewhat longer description...
Note for versions since 0.0-g: the command `cat, `get, `du, and `tar can all take a `-r flag -- this causes the commands to process subdirectories as well as files. e.g., `du will give the disk usage of the current directory; `du -r will give the disk usage of the current directory and _all_ subdirectories (resursively). The `timeout command causes communications to return an error code if the timeout occurs; this means that:
timeout 30
pro
iferror exit
is a good way of determining whether a remote site is alive or not when writing scripts. The `ver should only return an error if the timeout occurs -- however, pre-2.6.3 servers return version strings as an error which messes up that usage...
Macros are, for want of a better word, stupid. Until parameter variables are allowed, they can not do very much. Common ones (and user set up options) should be defined in the file ~/.fsprc (i.e., .fsprc in your home directory). This filename can be changed by setting the environment variable FSPRC. An example .fsprc is supplied in the file `fsprc in this directory.
It is also now possible to have commands like:
ls -l | less
Anything after the first `| symbol is fed the output of the builtin command...
rehash may need a little explanation -- when you do an ls, the directory information is fetched to the local end and stays there (thanks to the original authors stuff); if you want to check if anything has been updated since you did an ls of a directory, then you must rehash first. The client is now a bit more intelligent than it used to be (i.e., pre `d release); it will automatically mark directories as out-of-date if it knows that it has modified them (e.g., by put, or mkdir or whatever). Its the wrong command name, but it brings back fond memories of csh... It may sound like a disadvantage -- in fact it is an enormous benefit having it work this way... *much* faster.
All the commands which have a f equivalent in the original distribution behave as before; well, pretty much.
Oh, one last thing -- command lines cant have continuations... yet.
-------------------------------------------------------------------------------
If you use it and like it, mail me. I need the encouragement If you use it and dont like it, mail me. I need bringing back down to earth...
Basically, even though it is pre-alpha, I would still like to know whether people like it or not... just dont complain too loud when it doesnt work right :-)
Enhancements:
- fsprc: wrack removed, decss added
- fixed statistics printing in stat command
- client/util.c add static prototype declaration
- avoid hammering of down sites
- fsprc: another FSP site added
<<less
Download (0.12MB)
Added: 2006-06-23 License: MIT/X Consortium License Price:
1220 downloads
SILC Client 1.1.2

SILC Client 1.1.2


SILC is Secure Internet Live Conferencing. more>>
SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services in the Internet. It can be used to send any kind of messages, in addition to normal text messages.
This includes multimedia messages like images, video, and audio stream.
All messages in the SILC network are encrypted and authenticated, and messages can also be digitally signed. SILC protocol supports AES, SHA-1, PKCS#1, PKCS#3, X.509, OpenPGP, and is being developed in the IETF.
The software is delivered as SILC Client for end users, SILC Server for system administrators, and SILC Toolkit for application developers.
Enhancements:
- This version fixes several crash bugs and other minor bugs.
<<less
Download (2.1MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
842 downloads
Glub Tech Secure FTP 2.5.13

Glub Tech Secure FTP 2.5.13


Glub Tech Secure FTP is a utility that allows FTP connections to be made using SSL. more>>
Secure FTP is a client application that allows for a 128-bit encrypted secure connection to be made to a server that supports FTP over SSL (or FTPS).
The application can be run via its graphical user interface (GUI) or from the command-line interface (CLI), allowing for headless (scriptable) operation. This makes Secure FTP a great option for both novice and advanced users.
The client is fully RFC 2228 compliant and offers both types of SSL connection options: explicit and implicit, which means more server compatibility.
Secure FTP is free to use for noncommercial use. Those wishing to use the client for commercial purposes are granted a license free of charge for 30 days.
The client is supported on Windows, Mac OS X, and any Unix platform where a Java 2 runtime environment (version 1.4+) is present. It was written in 100% pure Java.
Enhancements:
- The software was translated into French.
- Minor bug fixes and library updates were done.
<<less
Download (MB)
Added: 2007-05-28 License: Free for non-commercial use Price:
1876 downloads
Rad SFTP Applet 2.01

Rad SFTP Applet 2.01


Rad SFTP Applet is a graphical secure FTP (SFTP) applet. more>>
Rad SFTP Applet is a graphical secure FTP (SFTP) applet. It is multi-threaded and thus capable of carrying out several concurrent uploads and downloads and resuming interrupted transfers.
The applet received a four star rating from jars.com - the premier java software review site and became featured on the official java website as well.
The secure FTP applet is ideal for Internet Service Providers and web hosting companies as a value addition to their service. The applet will also help web and software companies to reduce license costs with its per web site license model.
The desktop client is suited for individuals or organizations looking for a secure alternative to FTP.
Enhancements:
- Bugfixes and other improvements related to the management of hidden files and folders.
<<less
Download (MB)
Added: 2007-05-22 License: Free For Educational Use Price:
892 downloads
Pure FTP Manager 1.0

Pure FTP Manager 1.0


Pure FTP Manager allows a user to access multiple FTP chrooted sites with a single username and password. more>>
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

<<less
Download (0.016MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
960 downloads
Glub Tech Secure FTP for Unix 2.5.17

Glub Tech Secure FTP for Unix 2.5.17


Allow for a 128-bit encrypted secure connection to be made to a server for unix more>> Secure FTP is a client application/applet that allows for a 128-bit encrypted secure connection to be made to a server that supports FTP over SSL (or FTPS).
The application can be run via its graphical user interface (GUI) or from the command-line interface (CLI), allowing for headless (scriptable) operation. This makes Secure FTP a great option for both novice and advanced users.
The applet has been tested to run in Microsoft Internet Explorer, Firefox, and Safari. It can be configured to auto-login as an easy way for new users to transfer data from their machine to/from yours.
The client is both RFC 2228 and RFC 4217 compliant and offers both types of SSL connection options: explicit and implicit, which means more server compatibility.
Secure FTP is free to use for noncommercial use. Those wishing to use the client for commercial purposes are granted a license free of charge for 30 days. If you wish to use the applet version of Secure FTP, there is a cost associated with it for all uses.
<<less
Download (2.8MB)
Added: 2009-04-04 License: Freeware Price:
202 downloads
 
Other version of Glub Tech Secure FTP for Unix
Glub Tech Secure FTP for Unix 2.5.15Secure FTP is a client application/applet that allows for a 128 ... Secure FTP is free to use for noncommercial use. Those wishing to use the client for commercial
License:Freeware
Download (2.30MB)
198 downloads
Added: 2009-04-08
Extreme FTPd 0.3.4

Extreme FTPd 0.3.4


Extreme FTP is an FTP daemon created with security as a priority. more>>
Extreme FTP is an FTP daemon created with security as a priority.
Extreme FTPd features SSL/TLS and other ways to both secure the end hosts during connections and transfers.
Enhancements:
- This release adds add_features() for module developers, auth ->lock = config ->lock in auth.c, and a compilation date in eftpd -D.
- It fixes NLST (used by the Windows client), a mistake in feat.h, and a typo in ls.c.
<<less
Download (0.23MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1433 downloads
HTTP Proxy Client 0.8.5

HTTP Proxy Client 0.8.5


HTTP Proxy Client is a set of libraries and scripts that provide transparent access to Internet. more>>
HTTP Proxy Client is the small set of libraries and scripts, which provides transparent access to Internet via HTTP proxy for programs, which uses TCP/IP for communication.
The list of programs includes: telnet, ftp, licq, cvs, smth else? Project implements dynamic library, that can be preloaded before program run.
The library substitutes some system calls (connect(), gethostbyaddr(), gethostbyname()), with calls, which makes TCP/IP connection through HTTP proxy. This allows client programs behind HTTP proxy work with Internet without limitations.
At the moment tested on i386 Linux, i386/sparc Solaris.
Enhancements:
- While using dotted address, applications will attempt to connect regardless DNS lookup result.
<<less
Download (0.21MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1510 downloads
WebSphere::MQTT::Client 0.03

WebSphere::MQTT::Client 0.03


WebSphere::MQTT::Client is a WebSphere MQ Telemetry Transport Client. more>>
WebSphere::MQTT::Client is a WebSphere MQ Telemetry Transport Client.

SYNOPSIS

use WebSphere::MQTT::Client;

my $mqtt = WebSphere::MQTT::Client->new( Hostname => localhost );

$mqtt->disconnect();

WebSphere::MQTT::Client
Publish and Subscribe to broker.

<<less
Download (0.24MB)
Added: 2007-05-25 License: Perl Artistic License Price:
888 downloads
Thin FTP Applet 1.04

Thin FTP Applet 1.04


Thin FTP Applet is a full featured File Transfer Program that can be easily integrated into your website or web application. more>>
Thin FTP Applet is a full featured File Transfer Program that can be easily integrated into your website or web application.
You can use it to carry out recursive folder uploads and downloads. Entire directory trees being transfered in single click. Interrupted transfers can be resumed.
Thats not all that the applet can do, it can be used to rename, delete and change permissions of file and folders and do almost anything that you can do with your favourite desktop FTP client.
Even though Thin FTP is a web client, its appearence is no different from the traditional 2-Table interface found on many desktop clients. Because Thin FTP is an applet, it does not need to refresh itself each time a file transfer or any other operation takes place.
The Profession Edition provides even tighter integration with existing web applications by allowing for automatic login.
Enhancements:
- Compatibility issues with OS X and Netware FTP servers and the pure-ftpd server on Linux have been addressed.
<<less
Download (0.14MB)
Added: 2006-12-06 License: Free for non-commercial use Price:
1056 downloads
Free Open FTP Face 0.99.5

Free Open FTP Face 0.99.5


Free Open FTP Face is a graphical FTP client, written in Python. more>>
Free Open FTP Face is a graphical FTP client, written in Python.

Free Open FTP Face is a lightweight graphical (GTK+) FTP client. It is multiplatform, easy to use, has a built in text viewer, image viewer (very fast), and one-click gzip (de)/compression. Although it is a functional GUI, you can also input OS and FTP commands.

Its emphasis is on simplicity, convenience, and ease of use. Many free FTP clients for Windows lack the clean, uncluttered interface that gFTP on Linux has, for example.

The idea behind the built-in text and image viewers, is that regardless of the operating system, you can instantly view text and image files since theres no overhead from loading an external program.

<<less
Download (0.088MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1235 downloads
Distributed FTP 2.0.5

Distributed FTP 2.0.5


Distributed FTP is a distributed FTP daemon written in java. more>>
Distributed FTP is a distributed FTP daemon written in java. Instead of usual and well-known serversclient transfer it uses masterclient for control connections and slaveclient for (most) data transfers, the master must tell the slave to initiate/respond to a transfer.
<<less
Download (0.35MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
933 downloads
Auto FTP 0.4

Auto FTP 0.4


auto_ftp.pl came to be because I wanted to make a ftp client daemon that could be loaded on a server. more>>
auto_ftp.pl came to be because I wanted to make a ftp client daemon that could be loaded on a server. When you load this script, it will search for a shared folder for ftp transfers. Currently it will recreate folder and files on the remote site or just files. It also should transfer the file as ASCII or binary depending on the file type.
I do not have a install program as of yet. You must first change a few options in auto_ftp.pl and the conf file before you can use this program. More info can be found in each file. To install the
software move auto_ftp.pl to /sbin and them move auto_ftp.conf to /etc.
Also make sure that you use the following commands on the files.
chmod 700 /sbin/auto_ftp.pl
chmod 600 /etc/auto_ftp.conf
You must create this dir first
chmod 700 /tmp/ftp_tmp
You will also need to have libnet perl modules installed. They may
be downloaded from.
This is the version i used to write auto_ftp so it will work. If there
is anyproblems with newer versions please let me know.
Enhancements:
- Added a option for port for each site in the config file. If its not defined it will use 21 as the default. Also did some code cleanup.
<<less
Download (0.004MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1232 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5