Einfache Projektliste Software-Karte

File Transfer Protocol (FTP)
365 Projekte im Ergebnis
Letztes Update: 2014-01-24 21:00

AFD

AFD is a program to automatically distribute files either locally or to remote hosts. The files are distributed by using FTP or SMTP, and can be sent in parallel and with priority. It provides a GUI to monitor and control the distribution and extensive logging of all activities.

Letztes Update: 2011-12-08 06:47

Pure FTP Server

Pure FTP Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerability, it is trivial to set up, and it is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', FXP protocol, anti-warez system, bandwidth throttling, restricted ports for passive downloads, an LDAP backend, XML output, and more.

(Machine Translation)
Letztes Update: 2009-10-01 22:05

File Service Protocol

FSP is a UDP-based protocol for transferring files. It has many benefits over FTP, mainly for running anonymous archives. It is usable on lines with high packet loss ratio (70% WiFi), can go behind firewalls and unnoticed by port scans (because of UDP), does not overload networks when hosting ISOs or movies, share files on modem lines without eating all of the bandwidth, and keeps lamers away from your site (they don't know how to get to it). This project is active continuation of the FSP code base (abandoned 1996-2003).

(Machine Translation)
Letztes Update: 2011-10-03 21:13

Getleft

Given a URL, Getleft will try to download all links. As it goes, it modifies the original HTML pages so that the absolute links get changed to relative links, and links to active pages get changed to the resulting pages. It supports thirteen different languages.

Letztes Update: 2014-03-10 18:54

Gollem

Gollem is a Web-based file manager that provides the ability to fully manage a hierarchical file system stored in a variety of backends such as a SQL database, as part of a real filesystem, or on FTP, Samba or SSH servers. It supports uploading and downloading of files, basic file operations, permissions support, and MIME recognition and viewing of files through the Horde MIME library. It is fully internationalized and translatable.

(Machine Translation)
Letztes Update: 2009-01-27 14:31

Domain Technologie Control

Domain Technologie Control (DTC) is a Web-based control panel for hosting that can delegate the task of creating subdomains, email, and FTP accounts to users for the domain names they own. It has support for many programs, including bind 8 and 9, MySQL, Apache, PHP 4, qmail, Postfix, Courier, Dovecot, ProFTPD, Webalizer, and mod-log-sql. It can also generate backup scripts, calculation scripts, and config files using a single system UID/GID, and monitor all traffic accounting per user and per service. It is fully skinnable and translated into several languages.

(Machine Translation)
Letztes Update: 2014-03-20 23:06

Roxen WebServer

Roxen WebServer is a complete Web server. It is platform-independent, modular, and features a version with strong 128/168-bit encryption. Add-on products for information retrieval, visitor behavior analysis, and powerful tools for application development offering connectivity to databases are available. Altogether the Roxen Platform is a secure Web-based workgroup solution for time and cost-efficient content and Web site management.

Letztes Update: 2008-08-12 17:39

NcFTP Client

NcFTP Client (also known as NcFTP) is a set of application programs implementing the File Transfer Protocol (FTP). It offers many ease-of-use and performance enhancements over the stock ftp client.

Letztes Update: 2014-06-09 21:06

F*EX

F*EX (Frams' Fast File EXchange) is a Web based service for sending very big files from one person to another. The sender uploads the file to the F*EX server and the recipient automatically gets a notification email with a download URL. Files are automatically deleted after download or an expiration date. The recipient and sender only need an email program and a Web browser. Sending to multiple recipients needs storage on the server only once. In contrast with other file transfer services, it has no file size limits at all and comes with shell tools for scripting up/downloading.

Letztes Update: 2004-03-20 03:18

Advanced TFTP

atftp is a client/server implementation of the TFTP protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the client presents a friendly interface using libreadline. The current server implementation lacks IPv6 support.

(Machine Translation)
Letztes Update: 2008-11-30 23:47

gFTP

gFTP is a free multithreaded file transfer client for *NIX based machines running X11R6 or later. It has text and GTK+ 1.2/2.x interfaces and supports the FTP, FTPS (control connection only), HTTP, HTTPS, FSP, and SSH protocols and has FTP and HTTP proxy server support. It supports UNIX, EPLF, Novell, MacOS, VMS, MVS, and NT (DOS) style directory listings, and has a bookmarks menu that allows you to quickly connect to remote sites. The code is fully internationalized and there are currently 45 translations available.

Letztes Update: 2013-03-16 17:15

WWWOFFLE

The WWWOFFLE programs simplify World Wide Web
browsing from computers that use intermittent
(dialup) connections to the Internet. It is a
simple proxy server with special features for use
with dial-up Internet links. It makes it possible
to browse Web pages and read them without having
to remain connected. There are too many features
to mention, but they include privacy control,
cookie/advert blocking, efficient bandwidth usage
by specifying intervals between refreshes, options
to monitor pages regularly, recursive fetching,
HTML cleaning, highlighting of cached links,
indexes of cached pages, searching of cached
pages, and many more.

(Machine Translation)
Letztes Update: 2011-09-17 10:20

libssh

libssh is a C library to access SSH services from a
program. It can remotely execute programs, transfer files, and serve as a secure and transparent tunnel for remote programs. Its Secure FTP implementation can play with remote files easily, without third-party programs other than libcrypto (from OpenSSL) or libgcrypt.

(Machine Translation)
Letztes Update: 2011-07-19 21:30

udpcast

UDPCast allows to send data simultaneously to many destinations on a local net. This can for instance be used to install entire classrooms of PCs at once. The advantage over using other methods (nfs, ftp, whatever) is that udpcast uses Ethernet's multicast abilities: it won't take longer to install 15 machines than it would to install 2. The tool comes with a busybox bootdisk for easy loading of the tool. However, udpcast can also be started from the command line of an already installed system, and can be used for other purposes than just system installation.

Letztes Update: 2003-10-31 05:11

LUFS Userland Filesystem

LUFS is a hybrid userspace filesystem framework supporting many "exotic" filesystems (localfs, sshfs, ftpfs, httpfs, socketfs, freenetfs, and nutellafs) transparently for any application. It can be regarded as doing the same job as the VFS (virtual filesystem switch) in the kernel: it is a switch, distributing the filesystem calls to its supported filesystems. However, LUFS filesystems are implemented in userspace. This would be a drawback for local filesystems where the access speed is important, but proves to be a huge advantage for networked filesystems where the userland flexibility is most important.