Weex is an utility designed to automate the task of remotely maintaining a web
page or other FTP archive. It will synchronize a set of local files to a remote
server by performing uploads and remote deletes as required.
Main features:
* easy configuration to easily maintain your remote Web sites
* nice colour output useful for tracking mistakes before you loose files
* caching to speed up the synchronization process
`tnftp' (formerly lukemftp) is what many users affectionately call the enhanced
ftp client in NetBSD.
The enhancements over the standard ftp client in 4.4BSD include:
* command-line editing within ftp
* command-line fetching of URLS, including support for:
- http proxies (c.f: $http_proxy, $ftp_proxy)
- authentication
* context sensitive command and filename completion
* dynamic progress bar
* IPv6 support (from the WIDE project)
* modification time preservation
* paging of local and remote files, and of directory listings
(c.f: `lpage', `page', `pdir')
* passive mode support, with fallback to active mode
* `set option' override of ftp environment variables
* socks4/socks5 support
* TIS Firewall Toolkit gate ftp proxy support (c.f: `gate')
* transfer-rate throttling (c.f: `-T', `rate')
ftputil is a high-level FTP client library for the Python programming language.
ftputil implements a virtual file system for accessing FTP servers, that is,
it can generate file-like objects for remote files. The library supports many
functions similar to those in the os, os.path and shutil modules. ftputil has
convenience functions for conditional uploads and downloads, and handles FTP
clients and servers in different timezones.
What Is omi?
============
It is a software to "mirror" subtrees of FTP servers. It
can be used to make a one-time mirror, and it can be used
to update a mirror regularly (for example using cron).
Net::FTPSSL is a class implementing a simple FTP client over a Secure
Sockets Layer (SSL) or Transport Layer Security (TLS) connection written
in Perl as described in RFC959 and RFC2228. It will use TLS by default.
Waiho is a simple FTP client for GNUstep, designed to be easy to use.
While it's far from finished, it's already quite useable.
LICENSE: GPL2 or later
ftpsesame helps the FTP protocol get through your pf firewall.
It does this by passively analysing FTP control connections
and adding rules into a pf anchor when an FTP data connection
is about to commence.
Two command line ftp tools.
ftpcopy is a simple FTP client written to copy files or directories
(recursively) from a FTP server. It's main purpose is to mirror FTP sites which
support the MLSD/MLST commands or which employ the EPLF directory listing
format, although it also supports the traditional listing format (/bin/ls).
ftpls is a FTP client which generates directory listings, either in plain text
or HTML format.
The tools only support passive mode FTP, intentionally.
hsftp is an FTP emulator that provides the
look-and-feel of an FTP session, but uses SSH
to transport commands and data.
Twoftpd is an FTP server that strives to be secure, simple, and efficient.
None of the commands can cause execution of other programs, and the normal
model of execution does a chroot to the logged in user's directory
immediately after authentication. The name "twoftpd" comes from
the fact that there are two parts to the server: an authenticating front
end, which contains no file or data transfer code, and one of two back ends,
which contain all the data transfer code.