You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sudhakar (JIRA)" <ji...@apache.org> on 2017/11/07 10:55:00 UTC

[jira] [Updated] (VFS-648) “Invalid descendent file name” with Cleo Managed file transfer (MFT) FTP server

     [ https://issues.apache.org/jira/browse/VFS-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sudhakar updated VFS-648:
-------------------------
    Description: 
getChildren on sub directory method returns “Invalid descendent file name” with Cleo Managed file transfer (MFT) FTP server. Where I was able to use getChildren on root folder without any issues.


//Code
FileObject outboundDirectory = sftpFile.resolveFile(remoteDir);
children = outboundDirectory.getChildren();

//Exception thrown 
org.apache.commons.vfs2.FileSystemException: Invalid descendent file name

I was able to use FTP clients like FileZill etc to connect and get list of files from the same server.

  was:
getChildren on sub directory method returns “Invalid descendent file name” with Cleo Managed file transfer (MFT) FTP server. Where I was able to use getChildren on root folder without any issues.


//Code
FileObject outboundDirectory = sftpFile.resolveFile(remoteDir);
children = outboundDirectory.getChildren();

//Exception thrown 
org.apache.commons.vfs2.FileSystemException: Invalid descendent file name 


> “Invalid descendent file name” with Cleo Managed file transfer (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
>         Environment: VLTrader by Cleo on CentOS6
>            Reporter: Sudhakar
>            Priority: Critical
>
> getChildren on sub directory method returns “Invalid descendent file name” with Cleo Managed file transfer (MFT) FTP server. Where I was able to use getChildren on root folder without any issues.
> //Code
> FileObject outboundDirectory = sftpFile.resolveFile(remoteDir);
> children = outboundDirectory.getChildren();
> //Exception thrown 
> org.apache.commons.vfs2.FileSystemException: Invalid descendent file name
> I was able to use FTP clients like FileZill etc to connect and get list of files from the same server.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)