Ports Search

Results 2130 of 270 for /ftp/.(0.008 seconds)
ftp/weex-2.6.1.5 (Score: 0.3468599)
Non-interactive FTP client
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
ftp/tnftp-20151004 (Score: 0.3465051)
Enhanced ftp client from NetBSD
`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')
ftp/ftputil-2.6 (Score: 0.34618175)
High-level FTP client library
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.
ftp/omi-20030719 (Score: 0.34060103)
"mirror" subtrees of FTP servers
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).
ftp/Net-FTPSSL-0.33 (Score: 0.34060103)
FTP over SSL/TLS class
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.
ftp/waiho-0.2 (Score: 0.34060103)
Simple FTP client for GNUstep
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
ftp/ftpsesame-0.95 (Score: 0.33155233)
Helper for pf firewall to pass FTP protocol
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.
ftp/ftpcopy-0.6.7 (Score: 0.331095)
Command line ftp tools for listing and mirroring
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.
ftp/hsftp-1.15 (Score: 0.33063298)
FTP emulator that uses ssh to transport commands/data
hsftp is an FTP emulator that provides the look-and-feel of an FTP session, but uses SSH to transport commands and data.
ftp/twoftpd-1.42 (Score: 0.33009297)
Simple, secure, efficient FTP server
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.