diff ChangeLog @ 40:66c064fd05bc

2002-10-17 Brian Masney <masneyb@gftp.org> * lib/protocols.c - add gftp_abort_transfer function. Also, in gftp_transfer_file, when we do a gftp_put_file, if that fails, try to abort the transfer. * lib/rfc959.c - add rfc959_abort_transfer function * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to rfc2068_end_transfer and local_end_transfer respectively * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function * src/gtk/transfer.c - when we stop a transfer, try to abort it first. If that fails, disconnect from the site completely
author masneyb
date Fri, 18 Oct 2002 02:53:52 +0000
parents 474d562c7268
children 4bcfaf6307b5
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 16 02:11:09 2002 +0000
+++ b/ChangeLog	Fri Oct 18 02:53:52 2002 +0000
@@ -1,3 +1,18 @@
+2002-10-17 Brian Masney <masneyb@gftp.org>
+	* lib/protocols.c - add gftp_abort_transfer function. Also, in 
+	gftp_transfer_file, when we do a gftp_put_file, if that fails,
+	try to abort the transfer.
+
+	* lib/rfc959.c - add rfc959_abort_transfer function
+
+	* lib/rfc2068.c, lib/local.c - point abort_transfer pointer to 
+	rfc2068_end_transfer and local_end_transfer respectively
+
+	* lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function
+
+	* src/gtk/transfer.c - when we stop a transfer, try to abort it 
+	first. If that fails, disconnect from the site completely
+
 2002-10-15 Brian Masney <masneyb@gftp.org>
 	* lib/config_file.c - enable combo in GTK port for Proxy server type
 
@@ -64,7 +79,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.18 2002/10/16 02:11:06 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.19 2002/10/18 02:53:50 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer