1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
.TH FSP_PROF 5 "15 Oct 2003"
.SH NAME
fsp_prof \- file for fsp remote login data
.SH DESCRIPTION
The
.B \&.fsp_prof
file contains data for logging in to a
remote host over the network for file transfers by
.BR fsp
commands. This file resides in the user's current or home directory
on the machine initiating the file transfer. A system wide default file
will be also used.
If passwords are stored in this file, its permissions should be set to
disallow read access by group and others (see
.BR chmod (1)).
.LP
The following tokens
are recognized; they may be separated by
.SM SPACE
or
.SM NEWLINE
characters (except the
.I host
command which has to be on a line of its own):
.TP
.BI host | machine " name | internet-addr [ alias ...]"
Identify a remote machine name.
The auto-login process searches the
.B .fsp_prof
file for a
token that matches the alias or hostname given.
Once a match is made, the subsequent
.B .fsp_prof
tokens are processed, stopping when the
.SM EOF
is reached or another
.B host
token is encountered.
.TP
.BI "[fsp] port" " port"
Identify the remote fsp port.
.TP
.BI "local port" " port"
Identify the local port to be used by fsp.
.TP
.BI "[fsp] directory" " dir"
Set the directory in the FSP database.
.TP
.BI "local directory" " dir"
Set the local working directory.
.TP
.BI delay " delay"
Set the delay value.
.TP
.BI timeout " tim"
Set the timeout value.
.TP
.BI trace " on | off"
Enable resp. disable tracing.
.TP
.BI password " password"
Supply a password.
Note: if this token is present the
.B .fsp_prof
file shouldn't be readable by anyone besides the user. See
.BR chmod (1).
.SH FILES
.PD
.B ~/.fsp_prof
.SH "SEE ALSO"
.PD
fcatcmd(1), fcdcmd(1), fgetcmd(1), fgrabcmd(1), flscmd(1), fmkdir(1),
fprocmd(1), fput(1), frmcmd(1), frmdircmd(1), fver(1), fducmd(1),
fsethostcmd(1), fspd(1), fsp_prof(5), ffindcmd(1), fsp_env(7)
|