| Skip Navigation Links | |
| Exit Print View | |
|
Sun QFS and Sun Storage Archive Manager 5.3 Reference Manual Sun QFS and Sun Storage Archive Manager 5.3 Information Library |
1. User Commands (Man Pages Section 1)
2. Maintenance Commands (Man Pages Section 1M)
3. Library Functions (Man Pages Section 3)
4. Library Functions (Man Pages Section 3X)
5. File Formats (Man Pages Section 4)
NAME
rft.cmd - SAM-QFS file transfer server directives file (was
ftp.cmd)
SYNOPSIS
/etc/opt/SUNWsamfs/rft.cmd
AVAILABILITY
SUNWsamfs
DESCRIPTION
Directives for controlling the SAM-QFS 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 = filename
Sets 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 = size
Sets 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 = size
Sets 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.
EXAMPLES
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.
FILES
The following files are used by the file transfer server:
/etc/opt/SUNWsamfs/rft.cmd File transfer server command
file.
SEE ALSO
sam-rftd(1M).