Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7F60A200D33 for ; Wed, 8 Nov 2017 08:30:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7DD63160BE0; Wed, 8 Nov 2017 07:30:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CBB3B160BDA for ; Wed, 8 Nov 2017 08:30:51 +0100 (CET) Received: (qmail 35664 invoked by uid 500); 8 Nov 2017 07:30:50 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 35653 invoked by uid 99); 8 Nov 2017 07:30:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2017 07:30:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 89ACC18070D for ; Wed, 8 Nov 2017 07:30:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 1btoEHDItnfb for ; Wed, 8 Nov 2017 07:30:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 13A37636F3 for ; Wed, 8 Nov 2017 06:41:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5DF50E0555 for ; Wed, 8 Nov 2017 06:41:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1C1CE24147 for ; Wed, 8 Nov 2017 06:41:00 +0000 (UTC) Date: Wed, 8 Nov 2017 06:41:00 +0000 (UTC) From: "Sudhakar (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: =?utf-8?Q?[jira]_[Commented]_(VFS-648)_=E2=80=9CInvalid_descendent_file_?= =?utf-8?Q?name=E2=80=9D_with_Cleo_Managed_file_transfer_(MFT)_FTP_server?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Nov 2017 07:30:52 -0000 [ https://issues.apache.org/jira/browse/VFS-648?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1624344= 8#comment-16243448 ]=20 Sudhakar commented on VFS-648: ------------------------------ Sharing list of commands implemented by the server (as per FTP HELP command= ), might come handy for our invistigation Command:=09HELP Response: =09214-The following commands are implemented: Response: =09 ABOR ACCT APPE AUTH CCC CDUP CWD DEL= E =20 Response: =09 EPRT EPSV FEAT HELP LIST MDTM MKD MOD= E =20 Response: =09 NLST NOOP OPTS PASS PASV PBSZ PORT PRO= T =20 Response: =09 PWD QUIT REST RETR RMD RNFR RNTO SIZ= E =20 Response: =09 STAT STOR STOU STRU SYST TYPE USER XMK= D =20 Response: =09 XPWD =20 Response: =09214 Use 'HELP command' for more information. > =E2=80=9CInvalid descendent file name=E2=80=9D with Cleo Managed file tra= nsfer (MFT) FTP server > -------------------------------------------------------------------------= ------ > > Key: VFS-648 > URL: https://issues.apache.org/jira/browse/VFS-648 > Project: Commons VFS > Issue Type: Bug > Affects Versions: 2.0, 2.2 > Environment: VLTrader by Cleo on CentOS6 > Reporter: Sudhakar > Priority: Critical > > getChildren on sub directory method returns =E2=80=9CInvalid descendent f= ile name=E2=80=9D with Cleo Managed file transfer (MFT) FTP server. Where I= was able to use getChildren on root folder without any issues. > //Code > FileObject outboundDirectory =3D sftpFile.resolveFile(remoteDir); > children =3D outboundDirectory.getChildren(); > //Exception thrown=20 > org.apache.commons.vfs2.FileSystemException: Invalid descendent file name > I was able to use FTP clients like FileZill etc to connect and get list o= f files from the same server. -- This message was sent by Atlassian JIRA (v6.4.14#64029)