From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Ftp freezes on w32 Date: Sat, 04 Nov 2006 12:21:56 +0100 Message-ID: <454C77D4.2090609@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162639348 25388 80.91.229.2 (4 Nov 2006 11:22:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Nov 2006 11:22:28 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 04 12:22:24 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GgJbK-0000aF-2P for ged-emacs-devel@m.gmane.org; Sat, 04 Nov 2006 12:22:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgJbJ-0007It-JE for ged-emacs-devel@m.gmane.org; Sat, 04 Nov 2006 06:22:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GgJb8-0007GU-Hx for emacs-devel@gnu.org; Sat, 04 Nov 2006 06:22:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GgJb6-0007EL-RE for emacs-devel@gnu.org; Sat, 04 Nov 2006 06:22:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgJb6-0007EB-MQ for emacs-devel@gnu.org; Sat, 04 Nov 2006 06:22:00 -0500 Original-Received: from [80.76.149.213] (helo=ch-smtp02.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GgJb6-0005K9-Dr for emacs-devel@gnu.org; Sat, 04 Nov 2006 06:22:00 -0500 Original-Received: from c83-249-218-244.bredband.comhem.se ([83.249.218.244]:59841 helo=[192.168.123.121]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1GgJb3-0000rj-7A for emacs-devel@gnu.org; Sat, 04 Nov 2006 12:21:58 +0100 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: Emacs Devel X-Scan-Result: No virus found in message 1GgJb3-0000rj-7A. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1GgJb3-0000rj-7A 5bfb3cbc465676d41286c3405eec02c9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61760 Archived-At: I have seen a problem with ftp on w32 which I have not had time to report before. The problem is that if I make a small pause for some minutes then ftp hangs. Looks like there perhaps is some problem with the ftp process. Here is a more detailed description: I have downloaded the ftp program mentioned on http://www.emacswiki.org/cgi-bin/wiki/AngeFtp and my ange-ftp-ftp-program-name is c:/dl/ftp-for-win32/Release/ftp.exe. I am using w2k on this pc. My CVS Emacs is from 2006-11-03. I open a remote file with the name "/ftp:someuser@ftp.somehost.com:/htdocs/somepath/index.html". After doing the first changes to the remote file point is on line 79 in the buffer "*ftp someuser@ftp.somehost.com*". Now I wait maybe 10 min. Then I try again to change the file. Now Emacs freezes right after the first character, but C-g helps and the screen gets updated again. Looking in the ftp buffer point is still on line 79 right after the prompt. However now there is some text after the prompt: ftp> quote mdtm /htdocs/somepath/index.html If I in the window showing the ftp buffer now press up arrow I get the error message: Wrong type argument: processp, nil Now I try again changing the file. It succeeds and there are about 30 new lines in the "*ftp someuser@ ..." buffer. Here is the content from from some lines above 79 to the end: ftp> quote mdtm /htdocs/somepat 213 20061104043346 ftp> put d:/DOCUME~1/MYUSER~1/LOCALS~1/Temp/ange-ftp2640lNf /htdocs/somepath/index.html 227 Entering Passive Mode (65,254,250,101,188,193) 150 Opening ASCII mode data connection for /htdocs/somepath/index.html 226 Transfer complete. 698 bytes sent in 0 seconds (0.68 Kbytes/s) ftp> quote mdtm /htdocs/somepath/index.html 213 20061104053139 ftp> quote mdtm /htdocs/somepath/index.html 213 20061104053139 ftp> quote mdtm /htdocs/somepath/index.html 213 20061104053139 ftp> quote mdtm /htdocs/somepath/index.html 213 20061104053139 ftp> quote mdtm /htdocs/somepath/index.html 213 20061104053139 ftp> quote mdtm /htdocs/somepath/index.html 213 20061104053139 row 79: ftp> quote mdtm /htdocs/somepath/index.html ftp> ?Invalid help command foo ftp> open ftp.somehost.com Connected to ftp.somehost.com. 220 Somehost FTP Server ready ftp> user "someuser" Turtle Power! 331 Password required for someuser. 230 User someuser logged in. ftp> hash Hash mark printing on (1024 bytes/hash mark). ftp> pwd 257 "/" is current directory. ftp> quote mdtm /htdocs/somepath/index.html ftp> ?Invalid help command foo ftp> open ftp.somehost.com Connected to ftp.somehost.com. 220 Somehost FTP Server ready ftp> user "someuser" Turtle Power! 331 Password required for someuser. 230 User someuser logged in. ftp> hash Hash mark printing on (1024 bytes/hash mark). ftp> pwd 257 "/" is current directory. ftp> quote mdtm /htdocs/somepath/index.html 213 20061104053139 ftp> quote mdtm /htdocs/somepath/index.html 213 20061104053139 ftp>