Bandwith Limits

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
TSGHOS
Posts: 20
Joined: Fri Oct 15, 2010 8:55 am

Bandwith Limits

Post by TSGHOS »

Hello,
Just looking through the COZSFTP manual to see if there’s any way we can throttle back its network usage for specific transfers, and it looks like it might be possible in V3.6.3 as follows:

cozsftp [-1246Cpqrv] [-B buffer_size]
[-b batchfile] [-c cipher]
[-D sftp_server_path] [-F ssh_config]
[-i identity_file] [-k my-ring:my-cert] [-l limit]
[-o ssh_option] [-P port]
[-R num_requests] [-S program]
[-s subsystem | sftp_server] host

-l limit
Limits the used bandwidth, specified in Kbit/s

However, in our version version 2.4.1 2013-06-24 it doesn’t seem to recognise the –l limit parameter. Is there anyway to achieve this in version 2.4.1 (for example with exporting a variable etc ) ?

Thanking you in advance.
Post Reply