SSH Reference Manual
Arguments 
 maxextents 
Specifies the value to be used. 
Considerations 
•  The value can be overridden in "put" and "get" commands using the extended syntax described in "SFTP Client 
Reference" chapter, in the section entitled "Extended Syntax for Creation of New Guardian Files
". 
Default 
If omitted, SSH2 will use a value of 900. 
Example 
SFTPMAXEXTENTS 950 
SFTPPRIMARYEXTENTSIZE 
Use this parameter to specify the primary extent size for files that are created on the NonStop system. 
Parameter Syntax 
SFTPPRIMARYEXTENTSIZE extsize 
Arguments 
 extsize 
Specifies the value to be used. 
Considerations 
•  The value can be overridden in "put" and "get" commands using the extended syntax described in the "SFTP 
client reference" chapter, in the section entitled "Extended Syntax for Creation of New Guardian Files
". 
Default 
If omitted, SSH2 will use a value of 2. 
Example 
SFTPPRIMARYEXTENTSIZE 10 
SFTPREALPATHFILEATTRIBUTEECHOED 
Enables or disables the echoing of file attributes added to file names. Some remote SFTP clients call realpath() against 
the SFTP server for every remote file mentioned in a get or put command. By default, any file attributes added to a file 
get stripped by this call. The remote SFTP clients in question then use the value returned by realpath() for the actual 
remote file access, i.e. without the file attributes a remote user had specified. 
Parameter Syntax 
SFTPREALPATHFILEATTRIBUTEECHOED TRUE|FALSE 
Arguments 
 TRUE|FALSE 
Specifies whether the file attributes attached to a file name get echoed by the SFTP server, i.e. returned to the 
SFTP client: 
o  TRUE: File attributes will be echoed by realpath function. 
HP NonStop SSH Reference Manual  Configuring and Running SSH2 • 113 










