comparison 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
comparison
equal deleted inserted replaced
39:474d562c7268 40:66c064fd05bc
14 * Make it be able to download a directory as directory.tar 14 * Make it be able to download a directory as directory.tar
15 * Make it execute a program on a url (say rpm -qpi ftp://site.com/file.rpm) 15 * Make it execute a program on a url (say rpm -qpi ftp://site.com/file.rpm)
16 * Full Gnome compatibility. 16 * Full Gnome compatibility.
17 * Add registered file extensions to options dialog 17 * Add registered file extensions to options dialog
18 * VMS directory listings 18 * VMS directory listings
19 * FTP: Send ABOR command when the users wants to stop the download
20 * HTTP: Support CONNECT method in Squid proxy 19 * HTTP: Support CONNECT method in Squid proxy
21 * FTP: Support rfc1639 20 * FTP: Support rfc1639
22 * Add support for SRP protocol (http://srp.stanford.edu/srp) 21 * Add support for SRP protocol (http://srp.stanford.edu/srp)
23 * Add support for DAV protocol 22 * Add support for DAV protocol
24 * Add support for rsync protocol 23 * Add support for rsync protocol