rft.cmd - Oracle HSM file transfer server directives file (was ftp.cmd)
∕etc∕opt∕SUNWsamfs∕rft.cmd
SUNWsamfs
Directives for controlling the Oracle HSM file transfer server
are read from
∕etc∕opt∕SUNWsamfs∕rft.cmd.
In the rft.cmd file, each directive must appear on its own line.
Each directive has the following format:
keyword = value
Comment lines can appear in the rft.cmd file.
A pound sign (#) in column 1 indicates a comment line.
The rft.cmd file accepts the following directives:
logfile = filenameSets the name of the rft log file to filename, specified as an absolute pathname. By default, no log file is written.
The rft log file contains a line for each file transferred. The line contains the date, time, and the name of the file.
tcpwindow = sizeSets the TCP window size for the data connection. size may be specified with the suffixes 'b', 'k', 'M', 'G', and 'T', for bytes, kilobytes, megabytes, gigabytes, and terabytes. The default unit size is bytes. The default value is 0.
blksize = sizeSets the amount of data to send down the socket at a time. size may be specified with the suffixes 'b', 'k', 'M', 'G', and 'T', for bytes, kilobytes, megabytes, gigabytes, and terabytes. The default unit size is bytes. The default value is 1024K bytes. This parameter is used by the remote archive client to set its write block size. Increasing this value may improve archiving performance over high latency WANs.
The following is an example ∕etc∕opt∕SUNWsamfs∕rft.cmd file:
logfile = ∕var∕opt∕SUNWsamfs∕log∕rft
The results of the rft file transfer daemon's operations are
found in ∕var∕opt∕SUNWsamfs∕log∕rft.
The following files are used by the file transfer server:
∕etc∕opt∕SUNWsamfs∕rft.cmdFile transfer server command file.