annotate docs/gftp.lsm @ 941:19b6d55e2646

2008-01-24 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/transfer.c src/gtk/dnd.c src/gtk/gtkui_transfer.c src/gtk/bookmarks.c src/uicommon/gftpui.c - s/g_malloc/g_malloc0/
author masneyb
date Thu, 24 Jan 2008 23:26:45 +0000
parents 075f89b4395c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 Begin3
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2 Title: gFTP
460
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
3 Version: 2.0.17
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
4 Entered-date: 28MAR04
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
5 Description: gFTP is a free multithreaded file transfer client for *NIX
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
6 based machines running X11R6 or later. It has text and GTK+
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
7 1.2/2.x interfaces and supports the FTP, FTPS (control
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
8 connection only), HTTP, HTTPS, and SSH protocols and has FTP
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
9 and HTTP proxy server support. It supports UNIX, EPLF, Novell,
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
10 MacOS, VMS, MVS, and NT (DOS) style directory listings, and
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
11 has a bookmarks menu that allows you to quickly connect to
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
12 remote sites. The code is fully internationalized and there
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
13 are currently 40 translations available.
075f89b4395c 2004-4-14 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
14 Keywords: ftp x windows gtk gftp
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
15 Author: masneyb@gftp.org (Brian Masney)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
16 Maintained-by: masneyb@gftp.org (Brian Masney)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
17 Primary-site: http://www.gftp.org/
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
18 Alternate-site: ftp://sunsite.unc.edu/pub/Linux/system/network/file-transfer
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
19 Original-site: http://www.gftp.org/
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
20 Platforms: GTK+, X11
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
21 Copying-policy: GPL
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
22 End