[
https://issues.apache.org/jira/browse/NET-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405125#comment-13405125
]
Bogdan Drozdowski commented on NET-465:
---------------------------------------
I forgot about one possibility - you can create and install your own
SocketFactory that creates Sockets with your own buffer size. Look at the
DefaultSocketFactory class in Commons-Net. It is very simple and you can make
your own class like this and pass it to the setSocketFactory() method. This
will work even with older releases of Commons-Net and you don't have to wait
for the next version.
> FTPClient setSendBufferSize and setReceiveBufferSize on data socket
> -------------------------------------------------------------------
>
> Key: NET-465
> URL: https://issues.apache.org/jira/browse/NET-465
> Project: Commons Net
> Issue Type: Bug
> Components: FTP
> Affects Versions: 3.1
> Environment: All
> Reporter: Jim Kerwood
> Attachments: ftp-bufsize.diff
>
> Original Estimate: 0.25h
> Remaining Estimate: 0.25h
>
> When sending large files the need to set the send and receive buffer sizes on
> the data socket is much more important than the command socket. Please
> either give 2 more setters or make the setters set the data socket and leave
> the command socket alone.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira