diff docs/sample.gftp/gftprc @ 219:b9584a877daf

2003-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 * src/gtk/options_dialog.c - make sure the value is set properly for the textcomboedt option types (the FTP proxy server type uses this) * lib/rfc2068.c - HTTP proxy bug fixes. Also, moved rfc2068_connect() call to rfc2068_send_command() and removed it from the now unneeded places. Also, fix in call to HEAD command * src/text/gftp-text.c - fixed NULL pointer deference in changing directory * docs/sample.gftp/gftprc - enable require SSH user/pass by default
author masneyb
date Wed, 09 Jul 2003 23:25:57 +0000
parents de6a2e8e51cb
children 007145d7d975
line wrap: on
line diff
--- a/docs/sample.gftp/gftprc	Wed Jul 09 23:25:56 2003 +0000
+++ b/docs/sample.gftp/gftprc	Wed Jul 09 23:25:57 2003 +0000
@@ -230,7 +230,7 @@
 ssh2_sftp_path=
 
 # Require a username/password for SSH connections
-ssh_need_userpass=0
+ssh_need_userpass=1
 
 # Use the ssh-askpass utility to supply the remote password
 ssh_use_askpass=0