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://[email protected]: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.
