You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Raman Gupta (JIRA)" <ji...@apache.org> on 2007/12/28 23:27:43 UTC

[jira] Created: (VFS-188) Rename does not work with some FTP servers that do not provide directory listings

Rename does not work with some FTP servers that do not provide directory listings
---------------------------------------------------------------------------------

                 Key: VFS-188
                 URL: https://issues.apache.org/jira/browse/VFS-188
             Project: Commons VFS
          Issue Type: Bug
    Affects Versions: 1.0
            Reporter: Raman Gupta
            Priority: Minor
             Fix For: 1.1


When connecting to an FTP server that does not provide full directory listings, the rename as currently implemented fails. The solution seems to be to use the relative path in the rename instead of the absolute path.

See attached patch.

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


[jira] Updated: (VFS-188) Rename does not work with some FTP servers that do not provide directory listings

Posted by "Raman Gupta (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raman Gupta updated VFS-188:
----------------------------

    Attachment: rename-relative.patch

Patch

> Rename does not work with some FTP servers that do not provide directory listings
> ---------------------------------------------------------------------------------
>
>                 Key: VFS-188
>                 URL: https://issues.apache.org/jira/browse/VFS-188
>             Project: Commons VFS
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Raman Gupta
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: rename-relative.patch
>
>
> When connecting to an FTP server that does not provide full directory listings, the rename as currently implemented fails. The solution seems to be to use the relative path in the rename instead of the absolute path.
> See attached patch.

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