|
SmartFTP FTP Library
|
import "sfFTPLib.idl";
Properties | |
| long | UploadSpeedLimit [get, set] |
| Sets or retrieves the maximum upload speed. | |
| long | DownloadSpeedLimit [get, set] |
| Sets or retrieves the maximum download speed. | |
|
getsetproperty |
Sets or retrieves the maximum download speed.
Limits the rate at which data is received from the remote server.
Unit: Bytes per second.
| [in] | newValue | The maximum bytes per second allowed for downloads. |
| [out] | retval | Receives the current limit. |
|
getsetproperty |
Sets or retrieves the maximum upload speed.
Limits the rate at which data is sent to the remote server.
Unit: Bytes per second.
| [in] | newValue | The maximum bytes per second allowed for uploads. |
| [out] | retval | Receives the current limit. |