You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Johan Vogelzang (JIRA)" <ji...@codehaus.org> on 2009/07/09 15:48:22 UTC

[jira] Created: (WAGON-274) Copying directories (recursively) should be handled as one transfer

Copying directories (recursively) should be handled as one transfer
-------------------------------------------------------------------

                 Key: WAGON-274
                 URL: http://jira.codehaus.org/browse/WAGON-274
             Project: Maven Wagon
          Issue Type: Improvement
          Components: wagon-ftp, wagon-webdav
    Affects Versions: 1.0-beta-2
            Reporter: Johan Vogelzang


As well as for wagon-ftp as for wagon-webdav deployment of directory structures is really slow.
Each file is handled as a separate transfer. Each transfer cost a lot of ceremony for handling the protocol.
Deploying our project site with scp takes about 1 minute, while deploying with wagon-webdav it takes 16 minutes.

Copying directory structures in one transfer should speed it up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WAGON-274) Copying directories (recursively) should be handled as one transfer

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated WAGON-274:
-------------------------------

    Fix Version/s: 1.x

> Copying directories (recursively) should be handled as one transfer
> -------------------------------------------------------------------
>
>                 Key: WAGON-274
>                 URL: http://jira.codehaus.org/browse/WAGON-274
>             Project: Maven Wagon
>          Issue Type: Improvement
>          Components: wagon-ftp, wagon-webdav
>    Affects Versions: 1.0-beta-2
>            Reporter: Johan Vogelzang
>             Fix For: 1.x
>
>
> As well as for wagon-ftp as for wagon-webdav deployment of directory structures is really slow.
> Each file is handled as a separate transfer. Each transfer cost a lot of ceremony for handling the protocol.
> Deploying our project site with scp takes about 1 minute, while deploying with wagon-webdav it takes 16 minutes.
> Copying directory structures in one transfer should speed it up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (WAGON-274) Copying directories (recursively) should be handled as one transfer

Posted by "Mark Struberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg reopened WAGON-274:
---------------------------------


oops of course this bug is also filed against webdav. Reopen and remove wagon-ftp

> Copying directories (recursively) should be handled as one transfer
> -------------------------------------------------------------------
>
>                 Key: WAGON-274
>                 URL: http://jira.codehaus.org/browse/WAGON-274
>             Project: Maven Wagon
>          Issue Type: Improvement
>          Components: wagon-ftp, wagon-webdav
>    Affects Versions: 1.0-beta-2
>            Reporter: Johan Vogelzang
>            Assignee: Mark Struberg
>             Fix For: 1.x
>
>
> As well as for wagon-ftp as for wagon-webdav deployment of directory structures is really slow.
> Each file is handled as a separate transfer. Each transfer cost a lot of ceremony for handling the protocol.
> Deploying our project site with scp takes about 1 minute, while deploying with wagon-webdav it takes 16 minutes.
> Copying directory structures in one transfer should speed it up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (WAGON-274) Copying directories (recursively) should be handled as one transfer

Posted by "Mark Struberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg closed WAGON-274.
-------------------------------

    Resolution: Won't Fix
      Assignee: Mark Struberg

I fear this is not possible!

The FTP specification clearly says that a STOR command only works on a 'per file' basis:

>From RFC-959 (FTP)
http://www.faqs.org/rfcs/rfc959.html

> STORE (STOR)
> This command causes the server-DTP to accept the data
> transferred via the data connection and to store the data as
> a file at the server site.  If the file specified in the
> pathname exists at the server site, ...

> Copying directories (recursively) should be handled as one transfer
> -------------------------------------------------------------------
>
>                 Key: WAGON-274
>                 URL: http://jira.codehaus.org/browse/WAGON-274
>             Project: Maven Wagon
>          Issue Type: Improvement
>          Components: wagon-ftp, wagon-webdav
>    Affects Versions: 1.0-beta-2
>            Reporter: Johan Vogelzang
>            Assignee: Mark Struberg
>             Fix For: 1.x
>
>
> As well as for wagon-ftp as for wagon-webdav deployment of directory structures is really slow.
> Each file is handled as a separate transfer. Each transfer cost a lot of ceremony for handling the protocol.
> Deploying our project site with scp takes about 1 minute, while deploying with wagon-webdav it takes 16 minutes.
> Copying directory structures in one transfer should speed it up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WAGON-274) Copying directories (recursively) should be handled as one transfer

Posted by "Mark Struberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg updated WAGON-274:
--------------------------------

    Component/s:     (was: wagon-ftp)

> Copying directories (recursively) should be handled as one transfer
> -------------------------------------------------------------------
>
>                 Key: WAGON-274
>                 URL: http://jira.codehaus.org/browse/WAGON-274
>             Project: Maven Wagon
>          Issue Type: Improvement
>          Components: wagon-webdav
>    Affects Versions: 1.0-beta-2
>            Reporter: Johan Vogelzang
>            Assignee: Mark Struberg
>             Fix For: 1.x
>
>
> As well as for wagon-ftp as for wagon-webdav deployment of directory structures is really slow.
> Each file is handled as a separate transfer. Each transfer cost a lot of ceremony for handling the protocol.
> Deploying our project site with scp takes about 1 minute, while deploying with wagon-webdav it takes 16 minutes.
> Copying directory structures in one transfer should speed it up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira