Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3ACB3515.B52FB153@ece.gatech.edu> Date: Wed, 04 Apr 2001 10:52:05 -0400 From: "Charles S. Wilson" X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Corinna Vinschen Subject: Re: sftp References: <3AC9CBE1 DOT 30CA8305 AT gmx DOT de> <20010403155517 DOT I956 AT cygbert DOT vinschen DOT de> <3AC9E6AC DOT 6A62090C AT gmx DOT de> <20010403182844 DOT L956 AT cygbert DOT vinschen DOT de> <3ACA341B DOT 1205B157 AT gmx DOT de> <20010404093545 DOT R956 AT cygbert DOT vinschen DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit After replacing the sftp-server.exe with the test version Corinna posted to the list: On WinNT4sp6 + cygwin1-20010401.dll, sshd runs as a service under Administrator account (with all appropriate rights). Administrator AT 192 DOT 168 DOT 0 DOT 2# sftp Administrator AT 192 DOT 168 DOT 0 DOT 2 sftp> put (fine) sftp> get (fine) sftp> ls (hangs) Administrator AT 192 DOT 168 DOT 0 DOT 2# scp Administrator AT 192 DOT 168 DOT 0 DOT 2:MACROS.TXT . (works) Administrator AT 192 DOT 168 DOT 0 DOT 2# ssh -l Administrator 192.168.0.2 (works) On a whim, I tried changing user contexts. While ssh/scp work fine, and the sftp login works okay, very little within sftp works. I'm not sure if this is a new problem with the test version of sftp-server, or if it was pre-existing. Administrator AT 192 DOT 168 DOT 0 DOT 2# sftp cwilson AT 192 DOT 168 DOT 0 DOT 2 sftp> put makewhatis (this file exists in the current local directory) Uploading makewhatis to makewhatis Couldn't get handle: No such file or directory sftp> get hello.c (this file exists in cwilson's home dir) Couldn't stat remote file: No such file or directory File "/e/Users/cwilson/hello.c" not found sftp> ls Couldn't get handle: no such file or directory sftp> (doesn't hang) Administrator AT 192 DOT 168 DOT 0 DOT 2# scp cwilson AT 192 DOT 168 DOT 0 DOT 2:hello.c . (hello.c exists in cwilson's home dir) scp: hello.c: No such file or directory Administrator AT 192 DOT 168 DOT 0 DOT 2# ssh -l cwilson 192.168.0.2 bash-2.04$ (!!! can't read my .bashrc file!) bash-2.04$ ls ls: .: No such file or directory Now, this seems to be new. For some reason, user-context changes aren't working very well as of p2-3. This *used* to work. I am using password auth, and Adminstrator, the account under which the sshd service is running, has the appropriate rights. On W2Ksp1 + cygwin1-20010401.dll, sshd runs as a service under Administrator account (with all appropriate rights). Administrator AT 192 DOT 168 DOT 0 DOT 5# sftp Administrator AT 192 DOT 168 DOT 0 DOT 5 sftp> put (fine) sftp> get (fine) sftp> ls (fine; no hang) Administrator AT 192 DOT 168 DOT 0 DOT 5# sftp cwilson AT 192 DOT 168 DOT 0 DOT 5 sftp> put (fine) sftp> get (fine) sftp> ls (fine; no hang) This is bizarre. I'm starting to wonder if my NT4 installation is seriously hosed. --Chuck -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple