What this program does :
- recursive HTTP , HTTP over SSL , FTP and Gopher document retrieving
- synchronizing retrieved local copies of document with remote
- partial content retrieving on servers which suppots it (FTP and HTTP/1.1)
- follows moved documents
- supports "robots.txt" standart
- supports HTTP and FTP proxy server
- supports HTTP authentification
- shows document tree
- have interface to "at" command for scheduling
- have X-windows user interface (built with own widgets based on plain Xt)
- may be built with or without X-windows user interface
- can handle setup files
PR: ports/6085
WXftp is an X Window System FTP client
Major features available in current (0.4.0) release:
o User-friendly, intuitive interface (both GTK+ and Motif).
o Passive data transfers
o Convenient session manager window
o On-line help system
o Recursive downloads with resume option
o Recursive uploads
o Multiple delete with option to recurse
o Auto-redial option
WXftp is copyright (c) 1998 by Alexander Yukhimets <alexy@edgarmail.com>.
All right under the copyright reserved.
This committer thinks this program is really neat as well. :>
PR: ports/8413
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.de>
cc -O -I. -DAPP_RES=\"/usr/X11R6/lib/X11/app-defaults/Mftp\" -DNET_RC=\"/usr/X11R6/lib/X11/app-defaults/example.netrc\" -DRETSIGTYPE=void -DMOTIF -I/usr/X11R6/include -DHAVE_UNISTD_H=1 -D_NO_PROTO -c List.c
List.c: In function `ListFocusIn':
List.c:406: warning: passing arg 1 of `_XmPrimitiveFocusIn' from incompatible pointer type
List.c:406: too few arguments to function `_XmPrimitiveFocusIn'
List.c: In function `ListFocusOut':
List.c:421: warning: passing arg 1 of `_XmPrimitiveFocusOut' from incompatible pointer type
List.c:421: too few arguments to function `_XmPrimitiveFocusOut'