X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=1.5 required=5.0 tests=BAYES_40,RCVD_NUMERIC_HELO,SARE_SUB_ENC_UTF8,SPF_HELO_PASS,TW_RW,TW_WX,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Oleksandr Gavenko Subject: Re: UTF-8 in ftp client. Date: Tue, 06 Apr 2010 17:21:33 +0300 Lines: 62 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: X-IsSubscribed: yes 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 Note-from-DJ: This may be spam On 2010.04.06 16:22, Václav Haisman wrote: > > On Tue, 06 Apr 2010 15:58:18 +0300, Oleksandr Gavenko<> wrote: >> On 2010.04.06 12:50, Oleksandr Gavenko wrote: >>> I use filezilla to host file server. As explain article: >>> >>> http://wiki.filezilla-project.org/Character_Set >>> >>> for multilang environment need use UTF-8. >>> >>> How can I force Cygwin ftp client use UTF-8? >>> >>> ftp> ls >>> 200 Port command successful >>> 150 Opening data channel for directory list. >>> drwxr-xr-x 1 ftp ftp 0 Oct 16 2009 music >>> drwxr-xr-x 1 ftp ftp 0 Sep 11 2009 pub >>> drwxr-xr-x 1 ftp ftp 0 Apr 06 09:28 VERSUS. РҐСЂСѓСЃС‚ без >>> правил >>> -r--r--r-- 1 ftp ftp 9994240 Apr 05 13:15 Хрень. >>> Сенсанционный документальный фильм.mp4 >>> >>> >> I read http://www.ietf.org/rfc/rfc2640.txt >> Standard say that server can report UTF-8 support by FEAT command but >> Cygwin ftp client dont understand it: >> >> ftp> rhelp feat >> 214 Command FEAT is supported by FileZilla Server >> ftp> feat >> ?Invalid command >> ftp> help feat >> ?Invalid help command feat >> >> rfc2640 dated by 1999, so long time left. > There is no such thing (AFAIK) as "Cygwin ftp client." You are most likely > running the Windows FTP client from WINDOWS/SYSTEM32 directory. Install > lftp or other FTP client using setup.exe. No I am running ftp from Cygwin distro: Cygwin use inetutils to provide ftp client: bash# which ftp /usr/bin/ftp bash# ftp --version ftp (GNU inetutils) 1.5 Latest version from http://ftp.gnu.org/gnu/inetutils/ - 1.7 I grab inetutils-1.7.tar.gz and grep sources for FEAT keyword. No thing found. I also install lftp and ncftp. With ncftp I have same truble. lftp understand UTF-8 but FEAT command not available. So I can use lftp for my purpose. Note that this client written by one whose native Russian speaker, so I think author understand problem with multilang environment in contrast to developers from English countries which nothing hear about non ASCII. ARGH!!! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple