You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2008/07/14 14:10:00 UTC

[jira] Created: (SM-1458) servicemix-ftp is unable to poll subdirectories on GuildFTP

servicemix-ftp is unable to poll subdirectories on GuildFTP
-----------------------------------------------------------

                 Key: SM-1458
                 URL: https://issues.apache.org/activemq/browse/SM-1458
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-ftp
    Affects Versions: 3.2.1
            Reporter: Gert Vanthienen
            Assignee: Gert Vanthienen
             Fix For: 3.3


GuildFTPd (http://www.guildftpd.com/) doesn't allow the contents of a subdirectory to be listed with a simple ls command.  The only way to get the contents of a directory is by explicity cd'ing into it first.
servicemix-ftp is therefore unable to poll files from a subdirectory on this type of FTP server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SM-1458) servicemix-ftp is unable to poll subdirectories on GuildFTP

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SM-1458.
---------------------------------

    Fix Version/s: 3.2.2
       Resolution: Fixed

Fixed for 3.3 in http://svn.eu.apache.org/viewvc?view=rev&revision=679061

> servicemix-ftp is unable to poll subdirectories on GuildFTP
> -----------------------------------------------------------
>
>                 Key: SM-1458
>                 URL: https://issues.apache.org/activemq/browse/SM-1458
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-ftp
>    Affects Versions: 3.2.1
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 3.2.2, 3.3
>
>
> GuildFTPd (http://www.guildftpd.com/) doesn't allow the contents of a subdirectory to be listed with a simple ls command.  The only way to get the contents of a directory is by explicity cd'ing into it first.
> servicemix-ftp is therefore unable to poll files from a subdirectory on this type of FTP server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1458) servicemix-ftp is unable to poll subdirectories on GuildFTP

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44473#action_44473 ] 

Gert Vanthienen commented on SM-1458:
-------------------------------------

Fixed for 3.2 branch in http://svn.eu.apache.org/viewvc?view=rev&revision=679046

> servicemix-ftp is unable to poll subdirectories on GuildFTP
> -----------------------------------------------------------
>
>                 Key: SM-1458
>                 URL: https://issues.apache.org/activemq/browse/SM-1458
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-ftp
>    Affects Versions: 3.2.1
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 3.3
>
>
> GuildFTPd (http://www.guildftpd.com/) doesn't allow the contents of a subdirectory to be listed with a simple ls command.  The only way to get the contents of a directory is by explicity cd'ing into it first.
> servicemix-ftp is therefore unable to poll files from a subdirectory on this type of FTP server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1458) servicemix-ftp is unable to poll subdirectories on GuildFTP

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44338#action_44338 ] 

Guillaume Nodet commented on SM-1458:
-------------------------------------

If you put the full path in the uri on the ftp endpoint, you should be able to poll files from that directory.
If GuildFTPd does not support listing subdirs, I don't really see what we could do about it.

> servicemix-ftp is unable to poll subdirectories on GuildFTP
> -----------------------------------------------------------
>
>                 Key: SM-1458
>                 URL: https://issues.apache.org/activemq/browse/SM-1458
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-ftp
>    Affects Versions: 3.2.1
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 3.3
>
>
> GuildFTPd (http://www.guildftpd.com/) doesn't allow the contents of a subdirectory to be listed with a simple ls command.  The only way to get the contents of a directory is by explicity cd'ing into it first.
> servicemix-ftp is therefore unable to poll files from a subdirectory on this type of FTP server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1458) servicemix-ftp is unable to poll subdirectories on GuildFTP

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44343#action_44343 ] 

Gert Vanthienen commented on SM-1458:
-------------------------------------

We could provide a way to configure the FTP poller endpoint to 'cd' into the directory and then do the 'ls' -- but make it hard enough to configure so it can't be used by accident.

> servicemix-ftp is unable to poll subdirectories on GuildFTP
> -----------------------------------------------------------
>
>                 Key: SM-1458
>                 URL: https://issues.apache.org/activemq/browse/SM-1458
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-ftp
>    Affects Versions: 3.2.1
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 3.3
>
>
> GuildFTPd (http://www.guildftpd.com/) doesn't allow the contents of a subdirectory to be listed with a simple ls command.  The only way to get the contents of a directory is by explicity cd'ing into it first.
> servicemix-ftp is therefore unable to poll files from a subdirectory on this type of FTP server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SM-1458) servicemix-ftp is unable to poll subdirectories on GuildFTP

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SM-1458:
--------------------------------

    Fix Version/s: servicemix-ftp-2008.01

> servicemix-ftp is unable to poll subdirectories on GuildFTP
> -----------------------------------------------------------
>
>                 Key: SM-1458
>                 URL: https://issues.apache.org/activemq/browse/SM-1458
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-ftp
>    Affects Versions: 3.2.1
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 3.2.2, 3.3, servicemix-ftp-2008.01
>
>
> GuildFTPd (http://www.guildftpd.com/) doesn't allow the contents of a subdirectory to be listed with a simple ls command.  The only way to get the contents of a directory is by explicity cd'ing into it first.
> servicemix-ftp is therefore unable to poll files from a subdirectory on this type of FTP server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1458) servicemix-ftp is unable to poll subdirectories on GuildFTP

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44397#action_44397 ] 

Guillaume Nodet commented on SM-1458:
-------------------------------------

Ah, I thought this ftp server was not reporting dirs when using ls.  I guess you can do 'ls', but not 'ls somedir', right ?
In this case, I agree, we should find a way to handle that.

> servicemix-ftp is unable to poll subdirectories on GuildFTP
> -----------------------------------------------------------
>
>                 Key: SM-1458
>                 URL: https://issues.apache.org/activemq/browse/SM-1458
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-ftp
>    Affects Versions: 3.2.1
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 3.3
>
>
> GuildFTPd (http://www.guildftpd.com/) doesn't allow the contents of a subdirectory to be listed with a simple ls command.  The only way to get the contents of a directory is by explicity cd'ing into it first.
> servicemix-ftp is therefore unable to poll files from a subdirectory on this type of FTP server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.