The Scp type exposes the following members.

Properties

  Name Description
Public property Configuration
The SSH confguration.
Public property Connected
Connected flag.
Public property Debug
Debug property.
Public property DebugStream
The debug stream.
Public property DownloadingBufferSize
Download block size in bytes. Set 0 to adaptive buffer size.
Public property HostKeys
Gets SSH host keys for further use.
Public property Hostname
Server host/IP.
Public property LicenseKey
License key.
Public property LocalDir
Local directory.
Public property Parameters
The connection parameters.
Public property Password
The current user password.
Public property Port
Server port.
Public property PreserveTime
Preserve file time flag.
Public property PrivateKey
The current user key file.
Public property SurroudFilenameWithQuotes
Set this variable to surround filenames with double quotes. This is needed for some SCP servers.
Public property Timeout
The connection timeout defined in milliseconds.
Public property UploadingBufferSize
Upload block size in bytes. Set 0 to adaptive buffer size.
Public property Username
The current username.

See Also