fve created FTPSERVER-483:
-----------------------------

             Summary: Option to configure transfer BufferedOutputStream's 
buffer size
                 Key: FTPSERVER-483
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-483
             Project: FtpServer
          Issue Type: Wish
    Affects Versions: 1.0.6
            Reporter: fve
            Priority: Minor


Implement an option to be able to configure BufferedOutputStream's buffer size 
used for data connection transfers instead of using default value (8192 Bytes). 
This option could improve transfer performance when ftp user's home directory 
is on a shared file system (ie: MooseFS) which is not optimized for small IO.

Current workaround: implement and use custom IODataConnectionFactory and 
IODataConnection with a specific or configurable BufferedOutputStream buffer 
size.



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

Reply via email to