diff TODO @ 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 bc9473ba9a90
children 311e29c40ed6
line wrap: on
line diff
--- a/TODO	Wed Oct 16 02:11:09 2002 +0000
+++ b/TODO	Fri Oct 18 02:53:52 2002 +0000
@@ -16,7 +16,6 @@
 * Full Gnome compatibility.
 * Add registered file extensions to options dialog
 * VMS directory listings
-* FTP: Send ABOR command when the users wants to stop the download
 * HTTP: Support CONNECT method in Squid proxy
 * FTP: Support rfc1639
 * Add support for SRP protocol (http://srp.stanford.edu/srp)