JavaScript is required to for searching.
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
search filter icon
search icon

Document Information

Preface

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)

archiver.cmd(4)

defaults.conf(4)

devlog(4)

diskvols.conf(4)

fsalogd.cmd(4)

ftp.cmd(4)

hosts.fs(4)

hosts.fs.local(4)

inquiry.conf(4)

mcf(4)

notify.cmd(4)

nrecycler.cmd(4)

preview.cmd(4)

recycler.cmd(4)

releaser.cmd(4)

rft.cmd(4)

samdb.conf(4)

samfs.cmd(4)

sefdata(4)

sefsysevent(4)

shrink.cmd(4)

stager.cmd(4)

6.  Standards, Environment, and Macros (Man Pages Section 5)

7.  Device and Network Interfaces (Man Pages Section 7)

rft.cmd(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).