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 From: "Richard Stanton" To: "cygwin" Subject: RE: ftpd - works but directory listings are blank Date: Thu, 12 Oct 2000 07:17:31 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: <39E5AB89.64F347BE@cygnus.com> Yes, that was it. It's obvious now... I install everything to c:\cygnus, then remount / to point to c:\, so that I can easily access all the other files on my machine. I imagine there's no problem mapping both /bin and /usr/bin to c:\cygnus\bin, is there? Richard Stanton > -----Original Message----- > From: Corinna Vinschen [mailto:vinschen AT cygnus DOT com] > Sent: Thursday, October 12, 2000 5:16 AM > To: cygwin AT sources DOT redhat DOT com > Subject: Re: ftpd - works but directory listings are blank > > > Richard Stanton wrote: > > > > I have all the latest cygwin stuff installed, including sshd, > ftpd, etc, and > > all are running fine except for one thing. Running ftpd from > inetd, I can > > connect to my PC, and download/upload files. All very good, > except that I > > CAN'T get a directory listing. It tells me it's giving me a listing, but > > nothing ever actually appears on the screen. Here's a sample session: > > > > ftp> cd / > > 250 CWD command successful. > > ftp> dir > > 200 PORT command successful. > > 150 Opening ASCII mode data connection for '/bin/ls'. > > 226 Transfer complete. > > ftp> lcd /scratch > > Local directory now /scratch > > ftp> ascii > > 200 Type set to A. > > ftp> put #mktex.cnf# > > 200 PORT command successful. > > 150 Opening ASCII mode data connection for '#mktex.cnf#'. > > 226 Transfer complete. > > 174 bytes sent in 0 seconds (174 bytes/s) > > ftp> dir > > 200 PORT command successful. > > 150 Opening ASCII mode data connection for '/bin/ls'. > > 226 Transfer complete. > > ftp> ls > > 200 PORT command successful. > > 150 Opening ASCII mode data connection for '/bin/ls'. > > 226 Transfer complete. > > ftp> > > > > Does anyone else have this working? Any idea what I need to do > to get it to > > work? > > Obviously you don't have /bin/ls. Either you didn't make a standard > install or you changed /usr/bin to be a separate directory. > > Assuming that you have a /usr/bin/ls you should simply create a > symlink in /bin > > ln -s /usr/bin/ls /bin/ls > > If that's definitely not the problem I suggest examining the registry > key HKU/.DEFAULT/Software/Cygnus Solutions/. It might contain unwanted > mount points from an older installation. > > Corinna > > -- > Corinna Vinschen Please, send mails regarding Cygwin to > Cygwin Developer mailto:cygwin AT sources DOT redhat DOT com > Red Hat, Inc. > mailto:vinschen AT cygnus DOT com > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com