SSH Reference Manual
The default value is 1000, i.e. the line numbers are incremented by 1) 
Examples 
Increment by 0.003: 
SFTPEDITLINENUMBERDECIMALINCR 3 
Increment by 0.1: 
SFTPEDITLINENUMBERDECIMALINCR 100 
Considerations 
•  The setting of this parameter is only relevant if parameter SFTPEDITLINESTARTDECIMALINCR
 is set to a 
number between 0 and 99999999. 
•  Previously, all Guardian edit files were written starting with line number 1 and increment 1.000, which allowed 
a maximum of 99999 lines. This behavior is still the default. 
•  The default increment (1.000) is used for all lines less than the value of parameter 
SFTPEDITLINESTARTDECIMALINCR
. In order to get the same result as the NonStop FTP server the 
parameter SFTPEDITLINENUMBERDECIMALINCR must be set to 100 and the value of 
SFTPEDITLINESTARTDECIMALINCR to 40000000. 
•  This parameter is only considered when a Guardian edit file is written, i.e. either if a remote sftp client issues a 
put command to the SSH2 server on NonStop specifying a Guardian destination file with code 101 or if a sftp 
client on a NonStop server issues a get command specifying a local Guardian destination file with file code 101.  
•  If a get command is executed by a sftp client on the NonStop server, then the parameter must be set in the 
environment of the sftp client (as PARAM for SFTP running in the Guardian environment or as environment 
variable for SFTPOSS running in the OSS environment). 
See also 
SFTPEDITLINEMODE, SFTPEDITLINESTARTDECIMALINCR
SFTPEDITLINESTARTDECIMALINCR 
This parameter controls at which line number the decimal increment defined by parameter 
SFTPEDITLINENUMBERDECIMALINCR
 starts. 
Parameter Syntax 
SFTPEDITLINESTARTDECIMALINCR <number> 
Arguments 
 <number> 
The value is 1000 times the line number. 
Default 
The default value is -1, i.e. decimal increment is not used. 
Examples 
Start decimal increment at line number 40000: 
SFTPEDITLINENUMBERDECIMALINCR 40000000 
Start decimal increment at line number 0.000: 
SFTPEDITLINENUMBERDECIMALINCR 0 
Considerations 
110 • Configuring and Running SSH2  HP NonStop SSH Reference Manual 










