|
Re: [Sbcl-help] help with run-program
From: Richard Ray <rray@ms...> - 2005-12-25 02:41
|
That did the trick. Thanks On Thu, 22 Dec 2005, Vincent Arkesteijn wrote: > Hi, > > On Tue, Dec 20, 2005 at 03:33:57PM -0600, Richard Ray wrote: >> I'm trying to use ftp as a co-process > > Interactive programs like ftp often want to talk to a tty instead > of just a pipe. For these programs, you can use a pseudo-tty (pty). > > After adding :pty t to run-program's arguments, and changing all > calls to both process-input and process-output by calls to > process-pty, your code worked for me. > > Bye, > Vincent. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Sbcl-help mailing list > Sbcl-help@... > https://lists.sourceforge.net/lists/listinfo/sbcl-help > |
| Thread | Author | Date | |
|---|---|---|---|
| [Sbcl-help] help with run-program | Richard Ray <rray@ms...> |
|
|