[ 
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

        

Reply via email to