X-Spam-Check-By: sourceware.org Date: Mon, 19 Feb 2007 11:06:44 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: 1.5.24: ftp produces "Operation not permitted" error for some commands Message-ID: <20070219100644.GE11586@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <000a01c75402$fc60ab50$6401a8c0 AT pl3> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000a01c75402$fc60ab50$6401a8c0@pl3> User-Agent: Mutt/1.4.2.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Feb 19 01:50, Peter Torpey wrote: > I have just installed Cygwin v1.5.24 under XP Pro SP1. When trying to use > /usr/bin/ftp, I can connect to ftp servers and execute some commands. > However, for commands that use a data channel such as ls, put, and get, the > command fails with the "Operation not permitted" message as in this example: > > ftp> cd board > 250 CWD command successful > ftp> pwd > 257 "/webdocs/board" is current directory. > ftp> ls > ftp: bind: Operation not permitted > ftp> put file.txt > ftp: bind: Operation not permitted > ftp> get file.txt > ftp: bind: Operation not permitted > > I have confirmed that programs such as ssh, sftp, and > c:\windows\system32\ftp do not seem to have any related issues. > > Any assistance as to how I might be able enable the use of these commands > would be greatly appreciated. http://cygwin.com/acronyms/#WJFFM Did you consider using the `passive' option? Looks like either the server disallows active ftp, or your firewall settings. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/