view docs/gftp.lsm @ 458:656a0b3d1403

2004-4-10 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/pty.c lib/sshv2.c - added gftp_exec() that will always open a pseudo terminal and a separate socket pair for the stdin/stdout file descriptors. The banner and password request will come through the pseudo terminal while the sftp protocol specific data will always come through the socket pair. This allows for a much cleaner SSH login sequence that does not require echo xsftp to capture a login banner. Removed option ssh_use_askpass since it is no longer needed. This code is based off of a suggestion from Gertjan Halkes * src/text/gftp-text.c - removed setting the options ssh_use_askpass and sshv2_use_sftp_subsys
author masneyb
date Sat, 10 Apr 2004 15:14:46 +0000
parents 8b1883341c6f
children 075f89b4395c
line wrap: on
line source

Begin3
Title:		gFTP
Version:	2.0.6
Entered-date:	20NOV99
Description:	gFTP is a multithreaded FTP client for X Windows written
                using Gtk. It features simultaneous downloads, resuming of 
		interrupted file transfers, file transfer queues, downloading 
		of entire directories, ftp and http proxy support, remote 
		directory caching, passive and non-passive file transfers,
		drag-n-drop support, bookmarks menu, stop button, and many 
		more features.
Keywords:	ftp x windows gtk
Author: 	masneyb@gftp.org (Brian Masney)
Maintained-by:	masneyb@gftp.org (Brian Masney)
Primary-site:	http://www.gftp.org/
Alternate-site: ftp://sunsite.unc.edu/pub/Linux/system/network/file-transfer
Original-site:	http://www.gftp.org/
Platforms:	GTK+, X11
Copying-policy:	GPL
End