You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by arvind <ar...@gmail.com> on 2015/06/01 16:56:55 UTC

Re: How can I limit upload speed in Camel ftp ?

I found a solution to limit the bandwidth in FTP using these below two
parameter in the URI with Camel FTP version 2.15.2
ftpClient.bufferSize=
ftpClient.sendDataSocketBufferSize=

ftp://abc@xx.xx.xx.xx:22/bcd?passiveMode=true&ftpClient.bufferSize=1024&ftpClient.sendDataSocketBufferSize=2048&disconnect=true&binary=true&password=abc

By assigning different values to these parameters we can control the
bandwidth accordingly.

Similarly  how can I implement something in SFTP to control the bandwidth ??



--
View this message in context: http://camel.465427.n5.nabble.com/How-can-I-limit-upload-speed-in-Camel-ftp-tp5766707p5767743.html
Sent from the Camel - Users mailing list archive at Nabble.com.