changeset 399:e97f1fb92539

2004-2-15 Brian Masney <masneyb@gftp.org> * lib/sshv2.c (sshv2_put_file) - fix for resuming SSHv2 uploads * src/text/gftp-text.c - fixed compiler error when being compiled without gettext
author masneyb
date Sun, 15 Feb 2004 17:53:34 +0000
parents 063afae88bd4
children 398fcbad832b
files ChangeLog lib/sshv2.c src/text/gftp-text.c
diffstat 3 files changed, 161 insertions(+), 127 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 11 20:25:58 2004 +0000
+++ b/ChangeLog	Sun Feb 15 17:53:34 2004 +0000
@@ -1,11 +1,43 @@
-2003-2-4 Brian Masney <masneyb@gftp.org>
+2004-2-15 Brian Masney <masneyb@gftp.org>
+	* lib/sshv2.c (sshv2_put_file) - fix for resuming SSHv2 uploads
+
+	* src/text/gftp-text.c - fixed compiler error when being compiled
+	without gettext
+
+2004-2-8 Brian Masney <masneyb@gftp.org>
+	* src/gtk/gftp-gtk.h src/gtk/gtkui.c - added
+	gftpui_gtk_get_utf8_file_pos() that will return the file in UTF8
+	format if it is available
+
+	* src/gtk/gtkui_transfer.c src/gtk/transfer.c - call
+	gftpui_gtk_get_utf8_file_pos() to display the file in the file transfer
+	status. This fixes a bug where non-UTF8 files were being chopped off
+
+	* src/text/textui.c src/uicommon/gftpui.c src/uicommon/gftpui.h
+	src/text/gtkui_transfer.c - updated declaration of
+	gftpui_add_file_to_transfer()
+
+	* lib/protocols.c (gftp_swap_socks) - swap the SSL sockets between
+	the two request structures
+
+	* lib/ftps.c - added ftps_get_next_file() that will pull items from
+	the cache properly
+
+	* lib/Makefile.am - updated LOCALE_DIR declaration
+	(from Sung-Hyun Nam <namsh@kldp.org>)
+
+	* ChangeLog-old - updated summary of changes since 2.0.16
+
+	* TODO - removed several items that were completed
+
+2004-2-4 Brian Masney <masneyb@gftp.org>
 	* docs/website/index.html.in - updated main website
 
 	* src/gtk/gftp-gtk.c - allow pasting a URL in the host box
 
 	* lib/Makefile.am - added ftpcommon.h to noinst_HEADERS
 
-2003-2-3 Brian Masney <masneyb@gftp.org>
+2004-2-3 Brian Masney <masneyb@gftp.org>
 	* lib/ftpcommon.h lib/ftps.c lib/rfc959.c - added pointers to
 	read/write functions to the rfc959_params structure for the data
 	connection. For now, this is always set to the plaintext version. 
@@ -14,7 +46,7 @@
 	lib/ftps.c - added support for the FTPS protocol. This currently is only
 	for the control connection. (draft-murray-auth-ftp-ssl-09.txt)
 
-2003-2-2 Brian Masney <masneyb@gftp.org>
+2004-2-2 Brian Masney <masneyb@gftp.org>
 	* docs/website/index.html.in - updated main gftp website
 
 	* lib/config_file.c lib/gftp.h src/uicommon/gftpui.c 
@@ -42,7 +74,7 @@
 	
 	* configure.in: Add Irish ("ga") to ALL_LINGUAS
 
-2003-2-1 Brian Masney <masneyb@gftp.org>
+2004-2-1 Brian Masney <masneyb@gftp.org>
 	* src/gtk/dnd.c - whenever a file(s)/directories are dropped onto
 	gftp, allow resuming the file transfers
 
@@ -50,7 +82,7 @@
 	modify the file variable if it begins with a /. Do not touch the
 	destfile variable if it already exists
 
-2003-1-28 Brian Masney <masneyb@gftp.org>
+2004-1-28 Brian Masney <masneyb@gftp.org>
 	* src/gtk/bookmarks.c src/gtk/dnd.c src/gtk/gftp-gtk.c
 	src/gtk/gftp-gtk.h src/gtk/gtkui.c src/gtk/menu-items.c 
 	src/gtk/transfer.c - renamed disconnect() to gftpui_disconnect()
@@ -72,7 +104,7 @@
 
 	* lib/sshv2.c - removed temporary "fix"
 
-2003-1-27 Brian Masney <masneyb@gftp.org>
+2004-1-27 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h lib/misc.c src/gtk/gtkui_transfer.c src/text/textui.c - 
 	added gftp_get_transfer_action(). When a file is to be transfered and
 	already exists, this will return the default action that should be
@@ -85,7 +117,7 @@
 	* src/text/gftp-text.c (gftp_text_ask_question) - fixups for inputing
 	a single character
 
-2003-1-23 Brian Masney <masneyb@gftp.org>
+2004-1-23 Brian Masney <masneyb@gftp.org>
 	* src/text/gftp-text.c src/uicommon/gftpui.c - added file transfer
 	functions to the command line.
 
@@ -105,7 +137,7 @@
 
 	* lib/gftp.h - added tot_file_trans variable to gftp_transfer struct
 
-2003-1-21 Brian Masney <masneyb@gftp.org>
+2004-1-21 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c lib/gftp.h - set the character string arguments to
 	const for the following functions: gftp_lookup_global_option(),
 	gftp_lookup_request_option(), gftp_lookup_bookmark_option(),
@@ -133,7 +165,7 @@
 	* src/uicommon/gftpui.c src/uicommon/gftpui.h - for all of the command
 	line functions, make the command argument a constant
 
-2003-1-18 Brian Masney <masneyb@gftp.org>
+2004-1-18 Brian Masney <masneyb@gftp.org>
 	* lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c - if
 	_LARGEFILE_SOURCE is defined, explicitly cast the file sizes to
 	long long so that the %lld format will be correct
@@ -187,7 +219,7 @@
 	node or items that are not a folder
 	(from Aurelien Jarno <aurel32@debian.org>)
 
-2003-1-7 Brian Masney <masneyb@gftp.org>
+2004-1-7 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c (parse_time) - insert the right year for files that
 	are from last year and the year is not shown in the ls output.
 
@@ -203,13 +235,13 @@
 	* src/text/textui.c (gftpui_generic_thread) - don't spawn a thread,
 	just call the function directly
 
-2003-1-6 Brian Masney <masneyb@gftp.org>
+2004-1-6 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h lib/protocols.c lib/rfc959.c - added MVS directory parsing
 	support. Also, in the VMS and EPLF directory formats, update the
 	default file/directory perms to be -rw-r--r-- and drwx-r-xr-x
 	respectively.
 
-2003-1-5 Brian Masney <masneyb@gftp.org>
+2004-1-5 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h lib/misc.c src/gtk/gftpui.c - added GFTP_URL_USAGE
 	that is the sytax for a valid URL.
 
@@ -248,7 +280,7 @@
 	* src/gtk/gtkui.c (gftpui_generic_thread) - fixed segfault. Pass
 	cdata structure instead of wdata.
 
-2003-1-4 Brian Masney <masneyb@gftp.org>
+2004-1-4 Brian Masney <masneyb@gftp.org>
 	* src/text/Makefile.am src/gtk/Makefile.am - added @LIBINTL@ to LDADD
 	line of Makefile.am
 
@@ -274,14 +306,14 @@
 	* docs/gftp-faq.sgml - updated link to the (old) threaded version of
 	XFree86 libraries
 
-2003-12-29 Brian Masney <masneyb@gftp.org>
+2004-12-29 Brian Masney <masneyb@gftp.org>
 	* po/POTFILES.in - added the new uicommon files to this file
 
-2003-12-28 Brian Masney <masneyb@gftp.org>
+2004-12-28 Brian Masney <masneyb@gftp.org>
 	* src/gtk/gtkui.c src/text/textui.c - necessary UI related files for
 	each port of gftp. The uicommon code will call these functions.
 
-2003-12-28 Brian Masney <masneyb@gftp.org>
+2004-12-28 Brian Masney <masneyb@gftp.org>
 	**** NOTE: this commit breaks a lot of functionality in gftp. I ****
 	**** still have more work to do on this. Please don't email me  ****
 	**** saying that the CVS code is broken.                        ****
@@ -319,7 +351,7 @@
 	* src/gtk/options_dialog.c (apply_changes) - whenever the options are
 	saved, check to see if the command entry needs to be shown or hidden.
 
-2003-12-10 Brian Masney <masneyb@gftp.org>
+2004-12-10 Brian Masney <masneyb@gftp.org>
 	* lib/rfc959.c - fix IPv6 compile problem when IPv6 support is not
 	available on the system.
 
@@ -336,7 +368,7 @@
 	* lib/rfc2068.c - set the default file attributes to -rw-r--r-- for
 	all files.
 
-2003-12-7 Brian Masney <masneyb@gftp.org>
+2004-12-7 Brian Masney <masneyb@gftp.org>
 	* lib/options.h lib/config_file.c - removed scramble_passwords
 	option. Instead, make this the default action all the time. This
 	is to avoid having too many unnecessary options. Also put a note
@@ -361,7 +393,7 @@
 	will be defined. The appropriate version of insert_commas() can be
 	used.
 
-2003-12-4 Brian Masney <masneyb@gftp.org>
+2004-12-4 Brian Masney <masneyb@gftp.org>
 	* src/gftp.in - check for the bin_dir for the binary location
 
 	* lib/cache.c lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c 
@@ -383,7 +415,7 @@
 	* src/gtk/gftp-gtk.c (CreateToolbar) - on startup, have the host edit
 	box grab the keyboard focus
 
-2003-11-30 Brian Masney <masneyb@gftp.org>
+2004-11-30 Brian Masney <masneyb@gftp.org>
 	* lib/sshv2.c - cleaned up some of the code. Added a temporary fix for
 	an upload crash that is happening on FreeBSD. 
 
@@ -392,7 +424,7 @@
 
 	* lib/options.h - added show_trans_in_title option.
 	
-2003-11-25 Brian Masney <masneyb@gftp.org>
+2004-11-25 Brian Masney <masneyb@gftp.org>
 	* lib/misc.c (gftp_locale_init) - call bindtextdomain() so that the
 	directory is setup properly
 
@@ -400,7 +432,7 @@
 	config_file.c and declare it to be static. On the destination file,
 	set the flag O_EXCL
 
-2003-11-23 Brian Masney <masneyb@gftp.org>
+2004-11-23 Brian Masney <masneyb@gftp.org>
 	* src/gtk/transfer.c - when transfering a file, if the file being
 	transfered is greater in the destination than in the source, overwrite
 	it
@@ -408,7 +440,7 @@
 	* lib/rfc959.c (rfc959_ipv6_data_connection_new) - when parsing the
 	output, parse the integers as unsigned.
 
-2003-11-9 Brian Masney <masneyb@gftp.org>
+2004-11-9 Brian Masney <masneyb@gftp.org>
 	* lib/options.h lib/protoocols.c - added enable_ipv6 option. 
 
 	* lib/rfc959.c lib/protocols.c - if there is an error creating a socket,
@@ -418,7 +450,7 @@
 	* debian/* - updated Debian package files from 
 	Aurelien Jarno <aurel32@debian.org>
 
-2003-11-9 Brian Masney <masneyb@gftp.org>
+2004-11-9 Brian Masney <masneyb@gftp.org>
 	* Officially released 2.0.16
 
 	* debian/ChangeLog - incremented version to 2.0.16
@@ -435,7 +467,7 @@
 
 	* ChangeLog-old - updated with brief list of changes since 2.0.15
 
-2003-11-7 Brian Masney <masneyb@gftp.org>
+2004-11-7 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c lib/rfc959.c
 	lib/sshv2.c - added copy_param_options method to gftp_request
 	structure. When a gftp_request structure is copied, if a
@@ -453,7 +485,7 @@
 
 	* configure.in - added 'hr' to ALL_LINGUAS
 
-2003-11-5 Brian Masney <masneyb@gftp.org>
+2004-11-5 Brian Masney <masneyb@gftp.org>
 	* TODO - updated
 
 	* configure.in - updated version to 2.0.16.
@@ -472,7 +504,7 @@
 
 	* README - removed, this is automatically generated now.
 
-2003-11-3 Brian Masney <masneyb@gftp.org>
+2004-11-3 Brian Masney <masneyb@gftp.org>
 	* docs/gftp-faq.sgml docs/Makefile.am - added initial SGML version
 	of the gFTP FAQ. I used the same format as the GTK+ FAQ.
 
@@ -487,7 +519,7 @@
 	(transfer_done) - refresh the destination window correctly after a
 	transfer is completed.
 
-2003-11-2 Brian Masney <masneyb@gftp.org>
+2004-11-2 Brian Masney <masneyb@gftp.org>
 	* lib/rfc2068.c (rfc2068_get_file) - if there is any data in the current
 	read buffer, grab that data first. Otherwise, read from the socket.
 
@@ -517,7 +549,7 @@
 
 	* lib/gftp.h - remove gftp_transfer_type enum. It wasn't used anymore.
 	
-2003-10-27 Brian Masney <masneyb@gftp.org>
+2004-10-27 Brian Masney <masneyb@gftp.org>
 	* lib/rfc959.c (gftp_get_next_file_chunk) - fixed ASCII file corruption
 	bug.
 
@@ -525,7 +557,7 @@
 	to be completed before 2.0.16 can be released. If I missed something
 	important, please drop me an email.
 
-2003-10-26 Brian Masney <masneyb@gftp.org>
+2004-10-26 Brian Masney <masneyb@gftp.org>
 	* lib/rfc959.c (gftp_{get,put}_next_file_chunk) - check whether or not
 	this is an ascii file transfer properly.
 
@@ -544,7 +576,7 @@
 
 	* src/gtk/dnd.c - cleaned up the DND code some.
 
-2003-10-25 Brian Masney <masneyb@gftp.org>
+2004-10-25 Brian Masney <masneyb@gftp.org>
 	* src/gtk/menu-items.c (dosave_directory_listing) - when saving the
 	directory listing, skip over the files that are not shown based on the
 	current filespec.
@@ -567,10 +599,10 @@
 	* lib/local.c (local_get_next_file) - if the file is a symlink, grab
 	file size and attributes from the file this symlink points to.
 
-2003-10-22 Brian Masney <masneyb@gftp.org>
+2004-10-22 Brian Masney <masneyb@gftp.org>
 	* lib/rfc2068.c - fixed parsing some chunked file transfers
 
-2003-10-19 Brian Masney <masneyb@gftp.org>
+2004-10-19 Brian Masney <masneyb@gftp.org>
 	* lib/rfc959.c - abort a file transfer properly. When a transfer is
 	aborted, you will not be disconnected from the remote site.
 
@@ -585,7 +617,7 @@
 	* src/gtk/misc-gtk.c (update_window_info) - when showing the directory
 	we are currently in, make sure it is converted to UTF8
 
-2003-10-18 Brian Masney <masneyb@gftp.org>
+2004-10-18 Brian Masney <masneyb@gftp.org>
 	* lib/misc.c lib/gftp.h src/text/gftp-text.c src/gtk/gftp-gtk.c - added
 	gftp_locale_init().
 
@@ -599,16 +631,16 @@
 	(or %'lld) format to print the numbers out. This is more portable for
 	other locales.
 
-2003-10-17 Brian Masney <masneyb@gftp.org>
+2004-10-17 Brian Masney <masneyb@gftp.org>
 	* lib/rfc959.c (rfc959_ipv[46]_data_connection_new) - when there is an
 	error establishing a connection to the remote server, make sure that
 	GFTP_ERETRYABLE is returned.
 
-2003-10-13 Brian Masney <masneyb@gftp.org>
+2004-10-13 Brian Masney <masneyb@gftp.org>
 	* src/gtk/options_dialog.c - when specifying a FTP proxy config in the 
 	GTK+ 2.0 port, the last character was getting chopped off.
 
-2003-10-12 Brian Masney <masneyb@gftp.org>
+2004-10-12 Brian Masney <masneyb@gftp.org>
 	* lib/rfc959.c - when logging in to the server, if a 5xx code is 
 	returned, don't attempt to log in again.
 
@@ -618,18 +650,18 @@
 	* lib/sshv2.c - fixed crash when deleting subdirectories with the SSH2
 	protocol.
 
-2003-10-4 Brian Masney <masneyb@gftp.org>
+2004-10-4 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c - fix for CRAY directory listings. Some UNIX directory
 	listings with files containing spaces could be misinterpreted.
 
 	* cvsclean - purge the m4 directory, but save the largefile.m4 file.
 	(from Nathan Robertson <nathanr@nathanr.net>)
 
-2003-10-03  Marcel Telka  <marcel@telka.sk>
+2004-10-03  Marcel Telka  <marcel@telka.sk>
 
 	* configure.in (ALL_LINGUAS): Added sk.
 
-2003-10-2 Brian Masney <masneyb@gftp.org>
+2004-10-2 Brian Masney <masneyb@gftp.org>
 	* lib/rfc959.c - fixed rename bug (from 
 	Aurelien Jarno <aurel32@debian.org>)
 
@@ -641,11 +673,11 @@
 	is moved, set the current transfer size back to 0. The user could
 	briefly (< 1 sec) see the old size transfered on the next file.
 	
-2003-09-23  Taneem Ahmed  <taneem@bengalinux.org>
+2004-09-23  Taneem Ahmed  <taneem@bengalinux.org>
 
 	* configure.in: Added "bn" to ALL_LINGUAS.
 
-2003-9-21 Brian Masney <masneyb@gftp.org>
+2004-9-21 Brian Masney <masneyb@gftp.org>
 	* src/gtk/menu-items.c (dosave_directory_listing) - fixed a bug that 
 	would occur when saving directory listings to a file, the last filename
 	in the list was never written to the file 
@@ -665,14 +697,14 @@
 	* lib/rfc959.c - if there is a login failure, return GFTP_ERETRYABLE
 	(from winkey <rush@winkey.oompah.org>)
 
-2003-09-01  Metin Amiroff  <metin@karegen.com>
+2004-09-01  Metin Amiroff  <metin@karegen.com>
 
 	configure.in: Added "az" in ALL_LINGUAS.
 
-2003-8-21 Brian Masney <masneyb@gftp.org>
+2004-8-21 Brian Masney <masneyb@gftp.org>
 	* Officially released 2.0.15
 
-2003-8-20 Brian Masney <masneyb@gftp.org>
+2004-8-20 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h lib/protocols.c - largefile fixes
 
 	* configure.in debian/changelog - updated version
@@ -681,14 +713,14 @@
 	
 	* ChangeLog-old README TODO docs/website/index.html.in - updated
 
-2003-8-17 Brian Masney <masneyb@gftp.org>
+2004-8-17 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c (parse_time) - when parsing timestamps that are not in
 	the current locale, skip over the proper amount of tokens. This is so
 	that the filename is returned properly.
 
 	* lib/misc.c (gftp_info) - show the protocols that are installed.
 
-2003-8-11 Brian Masney <masneyb@gftp.org>
+2004-8-11 Brian Masney <masneyb@gftp.org>
 	* lib/local.c (local_get_next_file) - fix for directories that are 
 	symlinks
 
@@ -708,14 +740,14 @@
 
 	* lib/cache.c (gftp_delete_cache_entry) - added assertion
 
-2003-8-7 Brian Masney <masneyb@gftp.org>
+2004-8-7 Brian Masney <masneyb@gftp.org>
 	* configure.in - HPUX fix
 
 	* debian/changelog - incremented version
 
 	* Officially release 2.0.15rc2
 
-2003-8-7 Brian Masney <masneyb@gftp.org>
+2004-8-7 Brian Masney <masneyb@gftp.org>
 	* lib/cache.c lib/misc.c lib/protocols.c lib/pty.c - make sure a NUL
 	byte appears at the end of the buffer after the call to strncpy
 
@@ -724,15 +756,15 @@
 	* lib/protocols.c (gftp_fd_write) - use a signed variable to store the
 	result from write(). Write errors were not being caught properly.
 
-2003-8-6 Brian Masney <masneyb@gftp.org>
+2004-8-6 Brian Masney <masneyb@gftp.org>
 	* lib/misc.c (gftp_build_path) - fixed initial path beginning with //.
 	(expand_path) - when the path is empty at the end, set it to /. This
 	would happen for directories like /etc/..
 
-2003-8-4 Brian Masney <masneyb@gftp.org>
+2004-8-4 Brian Masney <masneyb@gftp.org>
 	* src/gtk/transfer.c (update_file_status) - fix possible division by 0
 
-2003-8-4 Brian Masney <masneyb@gftp.org>
+2004-8-4 Brian Masney <masneyb@gftp.org>
 	* src/gtk/gftp-gtk.c (CreateMenus) - on startup, select the proper
 	ASCII/binary radio button (looks like an old bug!)
 
@@ -743,7 +775,7 @@
 	* lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c - 
 	instead of using g_build_path(), use gftp_build_path()
 
-2003-8-3 Brian Masney <masneyb@gftp.org>
+2004-8-3 Brian Masney <masneyb@gftp.org>
 	* lib/local.c (local_put_file) - specify an initial file creation mode
 	of 0644
 
@@ -757,7 +789,7 @@
 	gftp_transfer_file) - changed type of startsize paramter from size_t
 	to off_t
 
-2003-7-31 Brian Masney <masneyb@gftp.org>
+2004-7-31 Brian Masney <masneyb@gftp.org>
 	* lib/sshv2.c - fix blocking problem reading the error message from the
 	remote server when there was an error establishing a connection
 
@@ -775,28 +807,28 @@
 
 	* configure.in - increment version to 2.0.15rc2
 
-2003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
+2004-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
 
 	* configure.in: Added Belarusian to ALL_LINGUAS.
 
-2003-7-29 Brian Masney <masneyb@gftp.org>
+2004-7-29 Brian Masney <masneyb@gftp.org>
 	* src/gtk/options_dialog.c - fix crash that would occur when hitting 
 	apply, then ok
 
-2003-7-25 Brian Masney <masneyb@gftp.org>
+2004-7-25 Brian Masney <masneyb@gftp.org>
 	* configure.in - define HAVE_OPENPTY if openpty() is found in libutil
 
 	* lib/gftp.h lib/pty.c - moved including of some PTY related header
 	files to pty.c. Hopefully should fix build problems under FreeBSD
 
-2003-7-25 Brian Masney <masneyb@gftp.org>
+2004-7-25 Brian Masney <masneyb@gftp.org>
 	* src/gtk/transfer.c - changed looking up of overwrite_by_default to
 	overwrite_default
 
 	* src/text/gftp-text.h - fix for when the readline library was not 
 	found on the local system
 
-2003-7-25 Brian Masney <masneyb@gftp.org>
+2004-7-25 Brian Masney <masneyb@gftp.org>
         * lib/pty.c - prefer to use openpty() instead of grantpt() if it is
         available (for FreeBSD)
 
@@ -807,7 +839,7 @@
         __attribute__((format(printf, 3, 4))) to logging functions (from
         Oliver Lehmann <oliver@FreeBSD.ORG>)
 
-2003-7-25 Brian Masney <masneyb@gftp.org>
+2004-7-25 Brian Masney <masneyb@gftp.org>
 	* lib/pty.c - prefer to use openpty() instead of grantpt() if it is
 	available (for FreeBSD)
 
@@ -818,7 +850,7 @@
 	__attribute__((format(printf, 3, 4))) to logging functions (from
 	Oliver Lehmann <oliver@FreeBSD.ORG>)
 
-2003-7-23 Brian Masney <masneyb@gftp.org>
+2004-7-23 Brian Masney <masneyb@gftp.org>
 	* TODO - updated
 
 	* debian/* - new files from the Debian maintainer
@@ -828,7 +860,7 @@
 
 	* po/*.po - updated line numbers
 
-2003-7-23 Brian Masney <masneyb@gftp.org>
+2004-7-23 Brian Masney <masneyb@gftp.org>
 	* configure.in - incremented version to 2.0.15rc1. Also, if readline
 	wasn't found on the system, the text port wasn't be built
 
@@ -843,7 +875,7 @@
 	the error message from the remote server. The user is only interested
 	in the error returned from the server.
 	
-2003-7-22 Brian Masney <masneyb@gftp.org>
+2004-7-22 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c lib/gftp.h - added gftp_lookup_bookmark_option()
 	and gftp_set_bookmark_option(). Also added _gftp_set_option_value()
 	that is used by the set functions for bookmark and request structures
@@ -858,7 +890,7 @@
 	down. For the moment, don't edit the bookmarks twice in the same 
 	session.
 
-2003-7-20 Brian Masney <masneyb@gftp.org>
+2004-7-20 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c lib/gftp.h - added compare_function to 
 	gftp_config_vars structure. (gftp_set_global_option) use the compare
 	function to see if the value was actually changed, and if so set the
@@ -890,7 +922,7 @@
 	* src/gtk/options_dialog.c - added gftp_gtk_setup_bookmark_options()
 	to display all the editable options for this bookmark
 
-2003-7-11 Brian Masney <masneyb@gftp.org>
+2004-7-11 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c (gftp_calc_kbs) - only call gettimeofday() at the
 	end only if we are throttling this connection
 
@@ -905,7 +937,7 @@
 	pretty, but hey it works. I'm mainly putting these in CVS just for
 	backup purposes.
 
-2003-7-10 Brian Masney <masneyb@gftp.org>
+2004-7-10 Brian Masney <masneyb@gftp.org>
 	* lib/misc.c (insert_commas) - improved calculating # of digits
 	in number. (Not sure if this worked properly for long long's, aka
 	off_t when _LARGEFILE_SOURCE is defined)
@@ -915,7 +947,7 @@
 
 	* lib/protocols.c (gftp_calc_kbs) - improved throttling module.
 
-2003-7-9 Brian Masney <masneyb@gftp.org>
+2004-7-9 Brian Masney <masneyb@gftp.org>
 	* lib/sshv2.c - if we are logging in to the server, and the message 
 	size is too big from the server, assume that an error message follows
 	and log the ASCII text to the log window
@@ -932,7 +964,7 @@
 
 	* docs/sample.gftp/gftprc - enable require SSH user/pass by default
 
-2003-7-9 Brian Masney <masneyb@gftp.org>
+2004-7-9 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c (gftp_write_config_file) - fix for writing out
 	list items to the config file. 
 
@@ -955,7 +987,7 @@
 
 	* docs/sample.gftp/gftprc - new default config file
 
-2003-7-7 Brian Masney <masneyb@gftp.org>
+2004-7-7 Brian Masney <masneyb@gftp.org>
 	* configure.in src/gtk/Makefile.am src/text/Makefile.am - if the 
 	OpenSSL libraries are available on the system, link them in and
 	define USE_SSL. The generic SSL engine and the HTTPS protocol checks
@@ -969,19 +1001,19 @@
 
 	* lib/sslcommon.c - several fixes and cleanups
 
-2003-7-6 Brian Masney <masneyb@gftp.org>
+2004-7-6 Brian Masney <masneyb@gftp.org>
 	* lib/configure.in - check for getdtablesize()
 
 	* TODO - updated
 
-2003-7-6 Brian Masney <masneyb@gftp.org>
+2004-7-6 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c -
 	instead of using g_strconcat to build the directory paths, use
 	g_build_path. Fixes a bug when you was connected to a remote host,
 	and you was in /, the path would show up as // 
 	(from Krzysztof Foltman <kfoltman@onet.pl>, slightly changed by me)
 
-2003-7-6 Brian Masney <masneyb@gftp.org>
+2004-7-6 Brian Masney <masneyb@gftp.org>
 	* lib/pty.c lib/gftp.h - added gftp_exec_with_new_pty() and
 	gftp_exec_without_new_pty()
 
@@ -995,7 +1027,7 @@
 	that would make the text port dependant on pthreads being installed on
 	the box
 
-2003-7-5 Brian Masney <masneyb@gftp.org>
+2004-7-5 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c (gftp_get_line) - fixed bug where the read function
 	was being called one extra time after the end of file was reached
 
@@ -1004,7 +1036,7 @@
 
 	* lib/httpcommon.h (struct rfc2068_params_tag) - added eof variable
 
-2003-7-1 Brian Masney <masneyb@gftp.org>
+2004-7-1 Brian Masney <masneyb@gftp.org>
 	* lib/misc.c (base64_encode) - alphabet fix (+ wasn't a valid
 	character, it should have been /) (thanks to Holger Kiehl
 	<Holger.Kiehl@dwd.de> for pointing this out)
@@ -1028,20 +1060,20 @@
 	* acinclude.h (AC_TYPE_SOCKLEN_T) - AC_DEFINE fix (from
 	Nathan Robertson <nathanr@nathanr.net>)
 
-2003-6-25 Brian Masney <masneyb@gftp.org>
+2004-6-25 Brian Masney <masneyb@gftp.org>
 	* lib/misc.c (expand_path) - small improvements
 
 	* lib/rfc2068.c src/text/gftp-gtk.c - fixes for path handling, namely
 	when changing directories to the parent (..)
 
-2003-6-25 Brian Masney <masneyb@gftp.org>
+2004-6-25 Brian Masney <masneyb@gftp.org>
 	* lib/misc.c - fix warning if DMALLOC is disabled
 
 	* src/text/gftp-text.c - don't attempt to expand the local directory
 
 	* TODO - updated
 
-2003-6-25 Brian Masney <masneyb@gftp.org>
+2004-6-25 Brian Masney <masneyb@gftp.org>
 	* acinclude.m4 - added AC_TYPE_SOCKLEN_T. Thanks to
 	Nathan Robertson <nathanr@nathanr.net> for pointing this out
 
@@ -1051,7 +1083,7 @@
 	
 	* Makefile.am - formatting fixes
 
-2003-6-25 Brian Masney <masneyb@gftp.org>
+2004-6-25 Brian Masney <masneyb@gftp.org>
 	* configure.in - added mk to ALL_LINGUAS
 
 	* lib/gftp.h - added several macros for dmalloc
@@ -1080,7 +1112,7 @@
 	get_xpm_path() to GTK+ port. No longer call it startup when reading
 	the config file
 	
-2003-6-24 Brian Masney <masneyb@gftp.org>
+2004-6-24 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c lib/gftp.h lib/protocols.c - added backend for 
 	overriding options on a per bookmark basis. Also added 
 	gftp_copy_local_options() to config_file.c
@@ -1092,7 +1124,7 @@
 	* lib/sslcommon.c - formatting fixes. Added thread functions (mostly 
 	from the OReilly SSL book)
 
-2003-6-22 Brian Masney <masneyb@gftp.org>
+2004-6-22 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c lib/gftp.h - renamed parse_args to 
 	gftp_config_parse_args() and removed the static declaration
 
@@ -1110,7 +1142,7 @@
 
 	* TODO - updated
 
-2003-6-19 Brian Masney <masneyb@gftp.org>
+2004-6-19 Brian Masney <masneyb@gftp.org>
 	* autogen.sh - updated to hopefully make it more portable across
 	various systems
 
@@ -1126,17 +1158,17 @@
 	least I'll be able to fix the define in glib and then these warnings
 	will be fixed then
 
-2003-6-18 Brian Masney <masneyb@gftp.org>
+2004-6-18 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c - send right parameters to the logging function
 	(from Nam SungHyun <namsh@kldp.org>)
 
-2003-6-17 Brian Masney <masneyb@gftp.org>
+2004-6-17 Brian Masney <masneyb@gftp.org>
 	* src/gtk/misc-gtk.c (ftp_log) - remote charset fixes for when the log 
 	message is generated inside a child thread
 
 	* lib/cache.c - don't complain about not being able to open index.db
 
-2003-6-16 Brian Masney <masneyb@gftp.org>
+2004-6-16 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c (gftp_string_to_utf8) - return if request is NULL
 
 	* lib/protocols.c - run g_iconv_close() in gftp_disconnect() instead
@@ -1167,7 +1199,7 @@
 	in this list. I have no idea if this even works, so if someone can test
 	this, please let me know.
 
-2003-6-15 Brian Masney <masneyb@gftp.org>
+2004-6-15 Brian Masney <masneyb@gftp.org>
 	* lib/cache.c lib/gftp.h - added gftp_generate_cache_description(). 
 
 	* lib/cache.c lib/gftp.h src/text/gftp-text.c src/gtk/delete-dialog.c 
@@ -1194,7 +1226,7 @@
 	* src/gtk/delete-dialog.c - improvments to clearing the expired cache
 	entries
 
-2003-6-14 Brian Masney <masneyb@gftp.org>
+2004-6-14 Brian Masney <masneyb@gftp.org>
 	* lib/cache.c (gftp_delete_cache_entry) - fix for restoring newlines
 
 	* lib/gftp.h lib/protocols.c - added EOF flag for gftp_get_line()
@@ -1205,14 +1237,14 @@
 	* src/text/gftp-text.c - after removing files, clear the cache for
 	that directory
 
-2003-6-11 Brian Masney <masneyb@gftp.org>
+2004-6-11 Brian Masney <masneyb@gftp.org>
 	* lib/configure.in lib/gftp.h - portability fix for openpty(). (from 
 	Nathan Robertson <nathanr@nathanr.net>, which he took from 
 	http://mail.python.org/pipermail/patches/2000-June/000953.html)
 
 	* lib/pty.h - found out about #elif preprocessor macro ;)
 
-2003-6-9 Brian Masney <masneyb@gftp.org>
+2004-6-9 Brian Masney <masneyb@gftp.org>
 	* lib/bookmark.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c
 	lib/rfc959.c lib/sshv2.c - make return value of *_set_config_options()
 	be an integer
@@ -1220,17 +1252,17 @@
 	* lib/rfc2068.c lib/rfc959.c - return the error code of
 	gftp_connect_server() if there was a connection problem
 
-2003-6-8 Brian Masney <masneyb@gftp.org>
+2004-6-8 Brian Masney <masneyb@gftp.org>
 	* lib/rfc959.c lib/rfc2068.c - if gftp_connect_server() returns an
 	error, make sure the exact error code is returned
 
-2003-6-8 Brian Masney <masneyb@gftp.org>
+2004-6-8 Brian Masney <masneyb@gftp.org>
 	* lib/sslcommon.c - added entropy_len option. Added
 	gftp_ssl_get_index(). Use SSL_get_ex_data() so that we can get the
 	request structure, and error messages can be logged properly. Changed
 	the verify depth from 4 to 9
 
-2003-6-8 Brian Masney <masneyb@gftp.org>
+2004-6-8 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h lib/sslcommon.c - added ssl_register_module(). This
 	function registers the configuration variables for the SSL engine.
 	Right now, the only variable is the entropy source
@@ -1239,7 +1271,7 @@
 	Multiple protocols will be able to call this function, it will only 
 	be initialized once
 
-2003-6-8 Brian Masney <masneyb@gftp.org>
+2004-6-8 Brian Masney <masneyb@gftp.org>
 	* lib/bookmark.c lib/gftp.h lib/https.c lib/local.c lib/misc.c 
 	lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c
 	src/text/gftp-text.c src/gtk/gftp-gtk.c - made the init function for 
@@ -1256,13 +1288,13 @@
 	* lib/https.c - only initialize the SSL engine the first time a SSL
 	connection is made.
 
-2003-6-8 Brian Masney <masneyb@gftp.org>
+2004-6-8 Brian Masney <masneyb@gftp.org>
 	* aclocal.m4 - removed, this file is automatically generated
 
 	* autogen.sh - just call automake and aclocal, instead of automake-1.4
 	and aclocal-1.4 (from Nathan Robertson <nathanr@nathanr.net>)
 
-2003-6-8 Brian Masney <masneyb@gftp.org>
+2004-6-8 Brian Masney <masneyb@gftp.org>
 	* lib/https.c lib/options.h lib/sslcommon.c - make sure USE_SSL is
 	defined before using any SSL functions
 
@@ -1281,7 +1313,7 @@
 
 	* Makefile.am - added intl to SUBDIRS
 
-2003-6-8 Brian Masney <masneyb@gftp.org>
+2004-6-8 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h - if USE_SSL is defined, include the OpenSSL headers.
 	Added read_function, write_function and post_connect function pointers
 	to gftp_request structure. Added SSL object to gftp_request structure
@@ -1325,26 +1357,26 @@
 
 	* lib/Makefile.am - added https.c, sslcommon.c and httpcommon.h
 
-2003-5-27 Brian Masney <masneyb@gftp.org>
+2004-5-27 Brian Masney <masneyb@gftp.org>
 	* Makefile.am configure.in autogen.sh - build fixes
 
 	* src/text/gftp-text.c - if the protocol we are connecting to
 	  doesn't need a username/password, don't prompt the user for one
 
-2003-5-22 Brian Masney <masneyb@gftp.org>
+2004-5-22 Brian Masney <masneyb@gftp.org>
 	* lib/misc.c (gftp_usage) - updated usage statement
 
 	* lib/options.h - put terminate options properly
 
-2003-05-06  Christian Rose  <menthos@menthos.com>
+2004-05-06  Christian Rose  <menthos@menthos.com>
 
 	* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
 
-2003-05-01  Hasbullah Bin Pit  <sebol@ikhlas.com>
+2004-05-01  Hasbullah Bin Pit  <sebol@ikhlas.com>
                                                                                 
         * configure.in(ALL_LINGUAS): Added "ms".
 
-2003-4-27 Brian Masney <masneyb@gftp.org>
+2004-4-27 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c (gftp_config_file_read_float) - use strtod instead
 	of strtof(). ANSI C describes strtod, and C99 describes strtof(). Some
 	older systems don't have strtof() 
@@ -1367,13 +1399,13 @@
 	* src/gtk/transfer.c - lookup option one_transfer instead of 
 	do_one_transfer_at_a_time
 
-2003-04-27  Christian Rose  <menthos@menthos.com>
+2004-04-27  Christian Rose  <menthos@menthos.com>
 
 	* lib/rfc959.c: Fix bug #111090 by adding
 	/* xgettext:no-c-format */ comment. This trivial bug prevented any
 	full localization of gftp.
 
-2003-4-25 Brian Masney <masneyb@gftp.org>
+2004-4-25 Brian Masney <masneyb@gftp.org>
 	* lib/rfc959.c - added IPV6 support (RFC2428). The only part of the
 	project that isn't IPV6 ready is the proxy comparsion functions.
 
@@ -1395,7 +1427,7 @@
 	HAVE_OPENPTY if this function is present on the system
 
 
-2003-4-23 Brian Masney <masneyb@gftp.org>
+2004-4-23 Brian Masney <masneyb@gftp.org>
 	* Makefile.am - removed config.rpath from EXTRA_DIST
 
 	* configure.in - added 'sr' to ALL_LINGUAS. Incremented
@@ -1421,7 +1453,7 @@
 	* debian/gftp-text.postinst - this will add add an alternative for the
 	ftp command and point it to gftp-text
 
-2003-4-21 Brian Masney <masneyb@gftp.org>
+2004-4-21 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h - added ui_cancel_function to struct gftp_option_type_var
 
 	* src/gtk/gftp-gtk.c - added custom_edit_value to struct
@@ -1434,7 +1466,7 @@
 
 	* lib/rfc959.c - remove FIXME comment
 
-2003-4-18 Brian Masney <masneyb@gftp.org>
+2004-4-18 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c lib/gftp.h - removed gftp_option_type_subtree,
 	gftp_option_type_table and gftp_option_type_newtable
 
@@ -1469,7 +1501,7 @@
 	* src/gtk/transfer.c - remove FIXME note. This is already in
 	lib/gftp.h
 
-2003-4-13 Brian Masney <masneyb@gftp.org>
+2004-4-13 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c - fixed float config type
 
 	* lib/gftp.h lib/misc.c - added gftp_gen_ls_string()
@@ -1478,7 +1510,7 @@
 	src/text/gftp-text.c (gftp_text_ls) - use 
 	gftp_gen_ls_string()
 
-2003-4-13 Brian Masney <masneyb@gftp.org>
+2004-4-13 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c - implemented gftp_set_global_option()
 
 	* lib/gftp.h lib/misc.c - added gftp_tdata_new()
@@ -1512,7 +1544,7 @@
 	* src/gtk/*.[ch] - Use new configuration interface in all source 
 	files. Updated copyright dates on all source files
 
-2003-4-9 Brian Masney <masneyb@gftp.org>
+2004-4-9 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h lib/config_file.c - reordered config option types. Added
 	gftp_option_type_textcomboedt type
 
@@ -1522,7 +1554,7 @@
 	gftp_option_type_textcomboedt. Consolidated help text into comment.
 	In parse_ftp_proxy_string(), improve parsing of proxy config
 
-2003-4-8 Brian Masney <masneyb@gftp.org>
+2004-4-8 Brian Masney <masneyb@gftp.org>
 	* src/text/gftp-text.c lib/misc.c - moved r_gethostbyname() and 
 	r_getservbyname() to lib/misc.c. Now uses GMutex functions
 
@@ -1545,7 +1577,7 @@
 	gftp_get_transfer_status(). Uses GMutex functions
 
 
-2003-4-7 Brian Masney <masneyb@gftp.org>
+2004-4-7 Brian Masney <masneyb@gftp.org>
 	* src/gtk/bookmarks.c - renamed struct gftp_bookmarks to
 	gftp_bookmarks_var. In run_bookmark(), use gftp_parse_bookmark()
 
@@ -1565,7 +1597,7 @@
 	lib/protocols.c. Removed Binary/Ascii conversion. This is all done in
 	lib/rfc959.c
 
-2003-4-6 Brian Masney <masneyb@gftp.org>
+2004-4-6 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c src/text/gftp-text.c - changed arguments of 
 	gftp_read_config_file() and gftp_read_bookmarks() to take an argument
 	to the path of the global config directory. The text/gtk+ port will
@@ -1590,7 +1622,7 @@
 	* lib/protocols.c lib/misc.c lib/config_file.c - use g_strdup() 
 	instead of g_malloc()/strcpy()
 
-2003-4-5 Brian Masney <masneyb@gftp.org>
+2004-4-5 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c lib/options.h lib/gftp.h lib/rfc959.c
 	lib/rfc2068.c lib/ssh.c - added new internal configuration interface. 
 	Rather than having a global variable for each option, I have a global 
@@ -1638,20 +1670,20 @@
 	* Note: GTK+ port is completely broken at the moment. I'll upload
 	those changes whenever I get them done
 
-2003-04-05  Duarte Loreto <happyguy_pt@hotmail.com>
+2004-04-05  Duarte Loreto <happyguy_pt@hotmail.com>
 
         * configure.in: Added "pt" to ALL_LINGUAS.
 
-2003-03-04  Yuriy Syrota  <rasta renome.rovno.ua>
+2004-03-04  Yuriy Syrota  <rasta renome.rovno.ua>
 
 	* configure.in: Added Ukrainian (uk) to ALL_LINGUAS
 	
-2003-2-25 Brian Masney <masneyb@gftp.org>
+2004-2-25 Brian Masney <masneyb@gftp.org>
 	* src/gtk/gftp-gtk.c - use gtk_container_add() instead of
 	gtk_scrolled_window_add_with_viewport() 
 	(from Kang Jeong-Hee <Keizi@mail.co.kr>)
 
-2003-2-23 Brian Masney <masneyb@gftp.org>
+2004-2-23 Brian Masney <masneyb@gftp.org>
 	* lib/cache.c - added function gftp_parse_cache_entry(). Save
 	request->server_type (output of SYST in FTP command) to the directory
 	entry
@@ -1663,16 +1695,16 @@
 
 	* acinclude.m4 - put largefile.m4 in here
 
-2003-02-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
+2004-02-21  Pablo Saratxaga  <pablo@mandrakesoft.com>
 	* configure.in: Added Catalan (ca) to ALL_LINGUAS
 
-2003-2-17 Brian Masney <masneyb@gftp.org>
+2004-2-17 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c lib/rfc959.c - added VMS directory listing support
 
 	* lib/config_file.c lib/protocols.c - extra checks when stripping off
 	carriage returns and linefeeds
 
-2003-2-9 Brian Masney <masneyb@gftp.org>
+2004-2-9 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c (parse_time) - parse more time formats. Better
 	error checking. If there was an error parsing this time,
 	skip ahead to the next token
@@ -1682,7 +1714,7 @@
 
 	* lib/rfc959.c - use g_strdup instead of g_malloc/strcpy
 
-2003-2-6 Brian Masney <masneyb@gftp.org>
+2004-2-6 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h lib/protocols.c lib/rfc2068.c - put in new 
 	parse_time() function that should work across all locales.
 	It uses strptime() internally.
@@ -1692,14 +1724,14 @@
 	* lib/config_file.c lib/gftp.h lib/options.h - remove ssh1_sftp_path
 	option
 
-2003-02-03  Daniel Yacob  <locales@geez.org>
+2004-02-03  Daniel Yacob  <locales@geez.org>
 	* configure.ac: Added "am" (Amharic) to ALL_LINGUAS.
 
-2003-1-21 Brian Masney <masneyb@gftp.org>
+2004-1-21 Brian Masney <masneyb@gftp.org>
 	* configure.in - fix for Solaris. Move the initial declaration up
 	in the source file
 
-2003-1-21 Brian Masney <masneyb@gftp.org>
+2004-1-21 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h - added server type defines. Added server_type field to 
 	gftp_request
 
@@ -1715,7 +1747,7 @@
 
 	* lib/sshv2.c - set server_type to be GFTP_TYPE_UNIX
 
-2003-1-11 Brian Masney <masneyb@gftp.org>
+2004-1-11 Brian Masney <masneyb@gftp.org>
 	* autogen.sh - removed --intl and --no-changelog flags to gettextize
 
 	* aclocal.m4 - updated
@@ -2164,7 +2196,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.220 2004/02/05 03:17:04 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.221 2004/02/15 17:53:33 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/lib/sshv2.c	Wed Feb 11 20:25:58 2004 +0000
+++ b/lib/sshv2.c	Sun Feb 15 17:53:34 2004 +0000
@@ -1986,7 +1986,7 @@
   /* fd ignored for this protocol */
 
   params = request->protocol_data;
-  params->offset = 0;
+  params->offset = startsize;
 
   if (*file == '/')
     {
--- a/src/text/gftp-text.c	Wed Feb 11 20:25:58 2004 +0000
+++ b/src/text/gftp-text.c	Sun Feb 15 17:53:34 2004 +0000
@@ -305,7 +305,9 @@
   printf ("%sftp%s> ", GFTPUI_COMMON_COLOR_BLUE, GFTPUI_COMMON_COLOR_DEFAULT);
   while (fgets (tempstr, sizeof (tempstr), stdin) != NULL)
     {
-      if (gftpui_common_process_command (tempstr) == 0)
+      if (gftpui_common_process_command (locuidata, gftp_text_locreq,
+                                         remuidata, gftp_text_remreq,
+                                         tempstr) == 0)
         break;
 
       printf ("%sftp%s> ", GFTPUI_COMMON_COLOR_BLUE, GFTPUI_COMMON_COLOR_DEFAULT);