Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.10.1090
-
Fix Version/s: 1.3.10.1090
-
Component/s: SOSFTP-Client
-
- Environment:
- all, sftp

implemented in com.sos.virtual ... SOSFtpOptions.java
public SOSOptionInteger BufferSize = new SOSOptionInteger(this, conClassName + ".buffer_Size", // HashMap-Key
"This parameter specifies the interval in seconds", // Titel
"64000", // InitValue
"4096", // DefaultValue
false // isMandatory
);
can be specified as "buffer_size" or "BufferSize".