diff lib/rfc959.c @ 500:ba50a7085d93

2004-7-13 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c - added gftp_stat_filename(). This will retrieve the attributes for the selected file. When downloading a list of items, if one of the items is a symlink, check to see if it points to a directory or file * src/gtk/misc-gtk.c - fix for displaying the folder icon for directories
author masneyb
date Wed, 14 Jul 2004 02:33:42 +0000
parents 39e9945288ea
children 93d7d3b9a477
line wrap: on
line diff
--- a/lib/rfc959.c	Tue Jul 13 20:17:42 2004 +0000
+++ b/lib/rfc959.c	Wed Jul 14 02:33:42 2004 +0000
@@ -1809,6 +1809,7 @@
   request->put_next_file_chunk = rfc959_put_next_file_chunk;
   request->end_transfer = rfc959_end_transfer;
   request->abort_transfer = rfc959_abort_transfer;
+  request->stat_filename = NULL;
   request->list_files = rfc959_list_files;
   request->get_next_file = rfc959_get_next_file;
   request->get_next_dirlist_line = rfc959_get_next_dirlist_line;