| This is a unit test for the Scp task in Ant. It must be
configured with command line options in order for it to work.
Here are the options:
scp.tmp This is a local path to a temporary
directory for this task to use.
scp.host This is the remote location of the form:
"user:password@host:/path/to/directory"
scp.port The port of the listening SSH service.
Defaults to 22. (optional)
scp.known.hosts The file containing the public keys of known
hosts. Must be a SSH2 version file, but
supports RSA and DSA keys. If it is not present
this task setTrust() to true. (optional)
|