Ports 搜索

共有5,824项符合/net/的查询结果,以下是第2,7112,720项(搜索用时0.004秒)
ftp/bftpd-4.4 (Score: 0.01987111)
Very configurable FTP server that can do chroot easily
The Bftpd file server is designed to be as small and easy to manage as possible, while providing most of the features you would expect from a file server. On most home systems, bftpd is ready to work out-of-the-box without requiring any extra configuration. Production systems can be set up by editing a few lines in an easy-to-read config file. Features of bftpd include: * Easy configuration * Speed * Support for most RFC FTP commands * tar.gz on-the-fly compression/archiving * Security with chroot without special setup * No need for files (sh, ls...) in a chroot environment * Logging to wtmp and to a config file * PAM support * Support for site chown/chmod
ftp/dmachine-0.24 (Score: 0.01987111)
Non interactive, non graphical, batch download manager
Download machine is non interactive, non graphical, batch download manager. Tired of GUI Download managers and mouse clicking? Then Download Machine is just for YOU! Download Machine is written in portable Java 1.1 code and supports HTTP, FTP and FSP protocols.
ftp/multiget-1.1.3 (Score: 0.01987111)
HTTP/FTP downloader with a nice GUI
MultiGet is an easy-to-use GUI file downloader for Linux/Unix/BSDs/Windows. It's programmed by C++ and GUI is based on wxWidgets. It supports http/ftp protocol which covers most user's requirement. It supports multi-task with multi-thread on multi-server. It supports resume download if server side have resume feature, and if you like, you can reconfig the thread number without stopping the going task. It's also support SOCKS 4, 4a, 5 proxy, ftp proxy, http proxy.
ftp/paraget-0.3.0 (Score: 0.01987111)
Parallel ftp-fetching program
Paraget implements getting a single file in parallel from different mirror sites. Given that there are mirror-sites for the file one is downloading, one can in principle accomplish a much greater bandwidth by downloading from all the sites in parallel . This is accomplished by dividing the file being fetched into several pieces, and by getting each piece from a different server, and then re-assembling them. If there are enough mirror sites, this partitioning makes it so that the bottleneck is now placed at the client end, maxing the client's connection. Paraget is designed to not only do basic n -equal-piece partitioning of a file and sending requests out to n servers for data, but to also be dynamic during the downloading process. For example if one server is too slow, and paraget was done with faster server downloading its piece
ftp/pavuk-0.9.35 (Score: 0.01987111)
HTTP, FTP, and Gopher mirroring tool
Pavuk is UNIX program used to mirror contents of WWW documents or files. It transfers documents from HTTP, FTP, Gopher and optionaly from HTTPS (HTTP over SSL) servers. Pavuk has an optional GUI based on GTK2 widget set.
ftp/profxp-3p2 (Score: 0.01987111)
FXP (server-to-server FTP) client
proFXP is a FXP (server-to-server FTP) client written in Perl. It features TAB completion, site management, idle timers, SOCKS support, active and passive mode, different listing modes and a very powerful "down-to-the protocol metal" 2-char-command command line interface, pleasing newbies and hardcore hackers alike.
ftp/puf-1.0.0 (Score: 0.01987111)
Parallel HTTP downloader similar to wget
puf is a download tool for UNIX-like systems. You may use it to download single files or to mirror entire servers. It is similar to GNU wget (and has a partly compatible command line), but has the ability to do many downloads in parallel. This is very interesting, if you have a high-bandwidth internet connection.
ftp/pureadmin-0.4 (Score: 0.01987111)
Management utility for the PureFTPd
PureAdmin is a graphical tool used to make the management of PureFTPd a little easier. It uses the GTK+2.x widgets for its GUI and thus are not dependent on a specific desktop environment such as GNOME or KDE. It is, however, designed with the GNOME Human Interface Guidelines in mind so it should integrate nicely with at least GNOME.
ftp/pycurl-7.21.5 (Score: 0.01987111)
Python interface to libcurl
Python module interface to the cURL library which is a tool for transferring files with URL syntax, supporting many protocols.
ftp/ftputil-2.6 (Score: 0.01987111)
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.