I'm trying to use file pattern specific options as indicated in Appendix B.3 of Co:Z SFTP - User's Guide.
Within /etc/ssh/cozsftp_config I type the following lines,
Code: Select all
pattern: *.bin
mode=binary
Code: Select all
Co:Z SFTP version: 1.9.0 (5.0p1) 2011-05-09
Copyright (C) Dovetailed Technologies, LLC. 2008. All rights reserved.
ZosSettings[E]: Unknown option: 'pattern: *.bin'
Connecting to 180.176.102.243...
Password:
It is the complete file:
Code: Select all
# This file determines the default configuration of every Co:Z SFTP client session.
# in order to take effect, it must be readable by the calling process and be located
# at /etc/ssh/cozsftp_config
# Client session settings are determined in the following priority order:
# 1. The fixed: section of this file (highest priority and non-modifiable)
# 2. The interactive command "lzopts"
# 3. The environment variable SFTP_ZOS_OPTIONS
# 4. The default: section of this file (lowest priority)
pattern: *.bin
mode=binary
# Fixed section
fixed:
mode=text
# Specify fixed settings following this line
# Default section
default:
# Specify default settings following this line
# -- for additional info on the following option, see IBM APAR OA34819
# -- this setting applies to the cozsftp client only.
ssh-le-options=HEAP(12M,1M,,FREE),ENVAR("_CEE_REALLOC_CONTROL=256K,25")