SFTPClient Component
Properties Methods Events Config Settings Errors
The SFTPClient class can be used to transfer files to and from secure file transfer protocol (SFTP) servers.
Syntax
ipworksedi.SFTPClient
Remarks
The SFTPClient struct is the Secure Shell (SSH)-enabled equivalent of the IPWorks FTP struct. The SSHHost and SSHPort properties specify which Secure Shell (SSH) server to use. The SSHUser and SSHPassword properties allow the client to authenticate itself with the server. The SSHServerAuthentication event or SSHAcceptServerHostKey property allow you to check the server identity. Finally, the SSHStatus event provides information about the SSH handshake.
The SFTPClient struct implements a standard SSH file transfer client.
The first step in using the struct is specifying the SSHHost, SSHUser, and SSHPassword. The file to upload to or download from is given by the RemoteFile property. The file to download to or upload from is specified by LocalFile. The current path in the server is specified by the RemotePath property.
If LocalFile is set to something other than an empty string, then files are received in LocalFile; otherwise, the data are received through the Transfer event. StartTransfer and EndTransfer are fired at the beginning and end of transmission.
Directory listings are received through the DirList event.
Property List
The following is the full list of the properties of the component with short descriptions. Click on the links for further details.
| Connected | Whether the class is connected. |
| DirListCount | The number of records in the DirList arrays. |
| DirListEntry | This property contains the raw entry as received from the server. |
| DirListFileName | This property shows the file name in the last directory listing. |
| DirListFileSize | This property shows the file size in the last directory listing. |
| DirListFileTime | This property shows the file time in the last directory listing. |
| DirListIsDir | This property specifies whether entries in the last directory listing are directories. |
| DirListIsSymlink | This property indicates whether the entry is a symbolic link. |
| FileAccessTime | Contains the number of milliseconds since 12:00:00 AM, January 1, 1970, when this file was last accessed. |
| FileACL | Contains a string containing an access control list (ACL). |
| FileAllocationSize | Specifies the size, in bytes, that this file consumes on disk. |
| FileAttributeBits | AttributeBits and AttributeBitsValid each contain a bitmask representing attributes of the file on the secure file transfer protocol (SFTP) server. |
| FileAttributeBitsValid | AttributeBits and AttributeBitsValid each contain a bitmask representing attributes of the file on the secure file transfer protocol (SFTP) server. |
| FileCreationTime | Specifies the number of milliseconds since 12:00:00 AM, January 1, 1970, when this file was created. |
| FileType | The type of file. |
| FileGroupId | Specifies the Id of the group that has access rights this file. |
| FileIsDir | Specifies whether or not the file represented by these attributes is a directory. |
| FileIsSymlink | Specifies whether or not the file or directory represented by these attributes is a symbolic link. |
| FileModifiedTime | Specifies the number of milliseconds since 12:00:00 AM, January 1, 1970, that this file was last modified. |
| FileOwnerId | Specifies the user Id of this file's owner. |
| FilePermissions | Includes a 32-bit integer containing the a POSIX-compatible file permission bitmask. |
| FilePermissionsOctal | Includes an octal string containing the a POSIX-compatible file permission bitmask. |
| FileSize | Specifies the total size, in bytes, of this file. |
| FirewallAutoDetect | Whether to automatically detect and use firewall system settings, if available. |
| FirewallType | The type of firewall to connect through. |
| FirewallHost | The name or IP address of the firewall (optional). |
| FirewallPassword | A password if authentication is to be used when connecting through the firewall. |
| FirewallPort | The Transmission Control Protocol (TCP) port for the firewall Host . |
| FirewallUser | A username if authentication is to be used when connecting through a firewall. |
| Idle | The current status of the class. |
| LocalFile | The path to a local file for upload or download. |
| LocalHost | The name of the local host or user-assigned IP interface through which connections are initiated or accepted. |
| LocalPort | The TCP port in the local host where the class binds. |
| Overwrite | The value indicating whether or not the class should overwrite files during transfer. |
| RemoteFile | The name of the remote file for uploading or downloading. |
| RemotePath | The current path in the secure file transfer protocol (SFTP) server. |
| SSHAcceptServerHostKeyEffectiveDate | The date on which this certificate becomes valid. |
| SSHAcceptServerHostKeyExpirationDate | The date on which the certificate expires. |
| SSHAcceptServerHostKeyExtendedKeyUsage | A comma-delimited list of extended key usage identifiers. |
| SSHAcceptServerHostKeyFingerprint | The hex-encoded, 16-byte MD5 fingerprint of the certificate. |
| SSHAcceptServerHostKeyFingerprintSHA1 | The hex-encoded, 20-byte SHA-1 fingerprint of the certificate. |
| SSHAcceptServerHostKeyFingerprintSHA256 | The hex-encoded, 32-byte SHA-256 fingerprint of the certificate. |
| SSHAcceptServerHostKeyIssuer | The issuer of the certificate. |
| SSHAcceptServerHostKeyPrivateKey | The private key of the certificate (if available). |
| SSHAcceptServerHostKeyPrivateKeyAvailable | Whether a PrivateKey is available for the selected certificate. |
| SSHAcceptServerHostKeyPrivateKeyContainer | The name of the PrivateKey container for the certificate (if available). |
| SSHAcceptServerHostKeyPublicKey | The public key of the certificate. |
| SSHAcceptServerHostKeyPublicKeyAlgorithm | The textual description of the certificate's public key algorithm. |
| SSHAcceptServerHostKeyPublicKeyLength | The length of the certificate's public key (in bits). |
| SSHAcceptServerHostKeySerialNumber | The serial number of the certificate encoded as a string. |
| SSHAcceptServerHostKeySignatureAlgorithm | The text description of the certificate's signature algorithm. |
| SSHAcceptServerHostKeyStore | The name of the certificate store for the client certificate. |
| SSHAcceptServerHostKeyStorePassword | If the type of certificate store requires a password, this property is used to specify the password needed to open the certificate store. |
| SSHAcceptServerHostKeyStoreType | The type of certificate store for this certificate. |
| SSHAcceptServerHostKeySubjectAltNames | Comma-separated lists of alternative subject names for the certificate. |
| SSHAcceptServerHostKeyThumbprintMD5 | The MD5 hash of the certificate. |
| SSHAcceptServerHostKeyThumbprintSHA1 | The SHA-1 hash of the certificate. |
| SSHAcceptServerHostKeyThumbprintSHA256 | The SHA-256 hash of the certificate. |
| SSHAcceptServerHostKeyUsage | The text description of UsageFlags . |
| SSHAcceptServerHostKeyUsageFlags | The flags that show intended use for the certificate. |
| SSHAcceptServerHostKeyVersion | The certificate's version number. |
| SSHAcceptServerHostKeySubject | The subject of the certificate used for client authentication. |
| SSHAcceptServerHostKeyEncoded | The certificate (PEM/Base64 encoded). |
| SSHAuthMode | The authentication method to be used with the class when calling SSHLogon . |
| SSHCertEffectiveDate | The date on which this certificate becomes valid. |
| SSHCertExpirationDate | The date on which the certificate expires. |
| SSHCertExtendedKeyUsage | A comma-delimited list of extended key usage identifiers. |
| SSHCertFingerprint | The hex-encoded, 16-byte MD5 fingerprint of the certificate. |
| SSHCertFingerprintSHA1 | The hex-encoded, 20-byte SHA-1 fingerprint of the certificate. |
| SSHCertFingerprintSHA256 | The hex-encoded, 32-byte SHA-256 fingerprint of the certificate. |
| SSHCertIssuer | The issuer of the certificate. |
| SSHCertPrivateKey | The private key of the certificate (if available). |
| SSHCertPrivateKeyAvailable | Whether a PrivateKey is available for the selected certificate. |
| SSHCertPrivateKeyContainer | The name of the PrivateKey container for the certificate (if available). |
| SSHCertPublicKey | The public key of the certificate. |
| SSHCertPublicKeyAlgorithm | The textual description of the certificate's public key algorithm. |
| SSHCertPublicKeyLength | The length of the certificate's public key (in bits). |
| SSHCertSerialNumber | The serial number of the certificate encoded as a string. |
| SSHCertSignatureAlgorithm | The text description of the certificate's signature algorithm. |
| SSHCertStore | The name of the certificate store for the client certificate. |
| SSHCertStorePassword | If the type of certificate store requires a password, this property is used to specify the password needed to open the certificate store. |
| SSHCertStoreType | The type of certificate store for this certificate. |
| SSHCertSubjectAltNames | Comma-separated lists of alternative subject names for the certificate. |
| SSHCertThumbprintMD5 | The MD5 hash of the certificate. |
| SSHCertThumbprintSHA1 | The SHA-1 hash of the certificate. |
| SSHCertThumbprintSHA256 | The SHA-256 hash of the certificate. |
| SSHCertUsage | The text description of UsageFlags . |
| SSHCertUsageFlags | The flags that show intended use for the certificate. |
| SSHCertVersion | The certificate's version number. |
| SSHCertSubject | The subject of the certificate used for client authentication. |
| SSHCertEncoded | The certificate (PEM/Base64 encoded). |
| SSHCompressionAlgorithms | The comma-separated list containing all allowable compression algorithms. |
| SSHEncryptionAlgorithms | The comma-separated list containing all allowable encryption algorithms. |
| SSHHost | The address of the Secure Shell (SSH) host. |
| SSHPassword | The password for Secure Shell (SSH) password-based authentication. |
| SSHPort | The port on the Secure Shell (SSH) server where the SSH service is running; by default, 22. |
| SSHUser | The username for Secure Shell (SSH) authentication. |
| StartByte | The offset in bytes at which to begin the upload or download. |
| Timeout | The timeout for the class. |
Method List
The following is the full list of the methods of the component with short descriptions. Click on the links for further details.
| Append | Appends data from LocalFile to a remote file RemoteFile on a secure file transfer protocol (SFTP) server. |
| ChangeRemotePath | Changes the current path on the server. |
| CheckFileExists | Returns True if the file specified by RemoteFile exists on the remote server. |
| Config | Sets or retrieves a configuration setting. |
| Connect | Connects to the Secure Shell (SSH) host. |
| CopyRemoteData | Copies a range of bytes from one remote file to another directly on the secure file transfer protocol (SFTP) server. |
| CopyRemoteFile | Copies a remote file directly on the secure file transfer protocol (SFTP) server. |
| CreateFile | Creates a file on the secure file transfer protocol (SFTP) server. |
| DecodePacket | Decodes a hex-encoded Secure Shell (SSH) packet. |
| DeleteFile | Deletes a file specified by FileName from a secure file transfer protocol (SFTP) server. |
| Disconnect | Disconnects from the server without first logging off. |
| DoEvents | This method processes events from the internal message queue. |
| Download | Downloads a RemoteFile from a secure file transfer protocol (SFTP) server. |
| DownloadRange | Facilitates the partial downloading of a remote file from a secure file transfer protocol (SFTP) server. |
| EncodePacket | Hex encodes a Secure Shell (SSH) packet. |
| GetSSHParam | Reads a field from a Secure Shell (SSH) packet's payload. |
| GetSSHParamBytes | Reads a field from a Secure Shell (SSH) packet's payload. |
| Interrupt | This method interrupts the current method. |
| ListDirectory | Lists the current directory specified by RemotePath on a secure file transfer protocol (SFTP) server. |
| MakeDirectory | Creates a directory on a secure file transfer protocol (SFTP) server. |
| QueryFileAttributes | Queries the server for the attributes of RemoteFile . |
| QueueFile | Adds a file to the transfer queue. |
| RemoveDirectory | Removes a directory specified by DirName from a secure file transfer protocol (SFTP) server. |
| RenameFile | Changes the name of RemoteFile to NewName . |
| Reset | This method will reset the class. |
| ResetQueue | Resets the queue of files to be transferred. |
| SetSSHParam | Writes a field to the end of a payload. |
| SSHLogoff | Logs off from the Secure Shell (SSH) server. |
| SSHLogon | Logs on to the SSHHost using the current SSHUser and SSHPassword . |
| UpdateFileAttributes | Instructs the class to send the FileAttributes to the server. |
| Upload | Uploads a file specified by LocalFile to a secure file transfer protocol (SFTP) server. |
| UploadRange | Inserts data into a remote file on a secure file transfer protocol (SFTP) server. |
Event List
The following is the full list of the events fired by the component with short descriptions. Click on the links for further details.
| Connected | Fired immediately after a connection completes (or fails). |
| ConnectionStatus | Fired to indicate changes in the connection state. |
| DirList | Fired when a directory entry is received. |
| Disconnected | Fired when a connection is closed. |
| EndTransfer | Fired when a file completes downloading or uploading. |
| Error | Fired when errors occur during data delivery. |
| Log | Fired once for each log message. |
| SSHCustomAuth | Fired when the class is doing a custom authentication. |
| SSHKeyboardInteractive | Fired when the class receives a request for user input from the server. |
| SSHServerAuthentication | Fired after the server presents its public key to the client. |
| SSHStatus | Fired to track the progress of the secure connection. |
| StartTransfer | Fired when a file starts downloading or uploading. |
| Transfer | Fired during file download or upload. |
Config Settings
The following is a list of config settings for the component with short descriptions. Click on the links for further details.
| AllowBackslashInName | Whether backslashes are allowed in folder and file names. |
| AsyncTransfer | Controls whether simultaneous requests are made to read or write files. |
| AttrAccessTime | Can be queried for the AccessTime file attribute during the DirList event. |
| AttrCreationTime | Can be queried for the CreationTime file attribute during the DirList event. |
| AttrFileType | Can be queried for the FileType file attribute during the DirList event. |
| AttrGroupId | Can be queried for the GroupId file attribute during the DirList event. |
| AttrLinkCount | Can be queried for the LinkCount file attribute during the DirList event. |
| AttrOwnerId | Can be queried for the OwnerId file attribute during the DirList event. |
| AttrPermission | Can be queried for the Permissions file attribute during the DirList event. |
| CheckFileHash | Compares a server-computed hash with a hash calculated locally. |
| DisableRealPath | Controls whether or not the SSH_FXP_REALPATH request is sent. |
| ExcludeFileMask | Specifies a file mask for excluding files in directory listings. |
| ExecFallbackCommand | Specifies the fallback command to execute if the class fails to start the SFTP subsystem. |
| FileMaskDelimiter | Specifies a delimiter to use for setting multiple file masks in the RemoteFile property. |
| FiletimeFormat | Specifies the format to use when returning filetime strings. |
| ForceMakeDirectory | Controls whether calls to make a directory always attempt to create the directory on the server. |
| FreeSpace | The free space on the remote server in bytes. |
| GetSpaceInfo | Queries the server for drive usage information. |
| GetSymlinkAttrs | Whether to get the attributes of the symbolic link, or the resource pointed to by the link. |
| IgnoreFileMaskCasing | Controls whether or not the file mask is case sensitive. |
| LocalEOL | When TransferMode is set, this specifies the line ending for the local system. |
| LogSFTPFileData | Whether SFTP file data is present in Debug logs. |
| MaskSensitiveData | Masks passwords in logs. |
| MaxFileData | Specifies the maximum payload size of an SFTP packet. |
| MaxOutstandingPackets | Sets the maximum number of simultaneous read or write requests allowed. |
| NegotiatedProtocolVersion | The negotiated SFTP version. |
| NormalizeRemotePath | Whether to normalize the RemotePath. |
| PreserveFileTime | Preserves the file's timestamps during transfer. |
| ProtocolVersion | The highest allowable SFTP version to use. |
| ReadLink | This settings returns the target of a specified symbolic link. |
| RealTimeUpload | Enables real time uploading. |
| RealTimeUploadAgeLimit | The age limit in seconds when using RealTimeUpload. |
| ServerEOL | When TransferMode is set, this specifies the line ending for the remote system. |
| SimultaneousTransferLimit | The maximum number of simultaneous file transfers. |
| TotalSpace | The total space on the remote server in bytes. |
| TransferMode | The transfer mode (ASCII or Binary). |
| TransferredDataLimit | Specifies the maximum number of bytes to download from the remote file. |
| UseFxpStat | Whether SSH_FXP_STAT is sent. |
| UseServerFileTime | Controls if the file time returned from the server is converted to local time or not. |
| UseServerFileTime | Controls if the file time returned from the server is converted to local time or not. |
| ChannelDataEOL[ChannelId] | Used to break the incoming data stream into chunks. |
| ChannelDataEOLFound[ChannelId] | Determines if ChannelDataEOL was found. |
| ClientSSHVersionString | The SSH version string used by the class. |
| ConnectAndLogin | Whether the class performs a full SSH login. |
| DoNotRepeatAuthMethods | Whether the class will repeat authentication methods during multifactor authentication. |
| EnablePageantAuth | Whether to use a key stored in Pageant to perform client authentication. |
| KerberosDelegation | If true, asks for credentials with delegation enabled during authentication. |
| KerberosRealm | The fully qualified domain name of the Kerberos Realm to use for GSSAPI authentication. |
| KerberosSPN | The Kerberos Service Principal Name of the SSH host. |
| KeyRenegotiationThreshold | Sets the threshold for the SSH Key Renegotiation. |
| LogLevel | Specifies the level of detail that is logged. |
| MaxChannelDataLength[ChannelId] | The maximum amount of data to accumulate when no ChannelDataEOL is found. |
| MaxPacketSize | The maximum packet size of the channel, in bytes. |
| MaxWindowSize | The maximum window size allowed for the channel, in bytes. |
| NegotiatedStrictKex | Returns whether strict key exchange was negotiated to be used. |
| PasswordPrompt | The text of the password prompt used in keyboard-interactive authentication. |
| PreferredDHGroupBits | The size (in bits) of the preferred modulus (p) to request from the server. |
| RecordLength | The length of received data records. |
| ServerSSHVersionString | The remote host's SSH version string. |
| SignedSSHCert | The CA signed client public key used when authenticating. |
| SSHAcceptAnyServerHostKey | If set the class will accept any key presented by the server. |
| SSHAcceptServerCAKey | The CA public key that signed the server's host key. |
| SSHAcceptServerHostKeyFingerPrint | The fingerprint(s) of the server host keys to accept. |
| SSHFingerprintEncoding | Specifies the encoding used when displaying the SSH host key fingerprint. |
| SSHFingerprintHashAlgorithm | The algorithm used to calculate the fingerprint. |
| SSHFingerprintMD5 | The server hostkey's MD5 fingerprint. |
| SSHFingerprintSHA1 | The server hostkey's SHA1 fingerprint. |
| SSHFingerprintSHA256 | The server hostkey's SHA256 fingerprint. |
| SSHKeepAliveCountMax | The maximum number of keep alive packets to send without a response. |
| SSHKeepAliveInterval | The interval between keep alive packets. |
| SSHKeyExchangeAlgorithms | Specifies the supported key exchange algorithms. |
| SSHKeyRenegotiate | Causes the class to renegotiate the SSH keys. |
| SSHMacAlgorithms | Specifies the supported Mac algorithms. |
| SSHPubKeyAuthSigAlgorithms | Specifies the enabled signature algorithms that may be used when attempting public key authentication. |
| SSHPublicKeyAlgorithms | Specifies the supported public key algorithms for the server's public key. |
| SSHVersionPattern | The pattern used to match the remote host's version string. |
| TryAllAvailableAuthMethods | If set to true, the class will try all available authentication methods. |
| UseStrictKeyExchange | Specifies how strict key exchange is supported. |
| WaitForChannelClose | Whether to wait for channels to be closed before disconnected. |
| WaitForServerDisconnect | Whether to wait for the server to close the connection. |
| BuildInfo | Information about the product's build. |
| CodePage | The system code page used for Unicode to Multibyte translations. |
| LicenseInfo | Information about the current license. |
| MaskSensitiveData | Whether sensitive data is masked in log messages. |
| UseInternalSecurityAPI | Whether or not to use the system security libraries or an internal implementation. |
Connected Property (SFTPClient Component)
Whether the class is connected.
Syntax
func (obj *SFTPClient) Connected() (bool, error)
Default Value
false
Remarks
This property is used to determine whether or not the struct is connected to the remote host. Use the Connect and Disconnect methods to manage the connection.
This property is read-only.
Data Type
bool
DirListCount Property (SFTPClient Component)
The number of records in the DirList arrays.
Syntax
func (obj *SFTPClient) DirListCount() (int32, error)
Default Value
0
Remarks
This property controls the size of the following arrays:
The array indices start at 0 and end at DirListCount - 1.This property is read-only.
Data Type
int32
DirListEntry Property (SFTPClient Component)
This property contains the raw entry as received from the server.
Syntax
func (obj *SFTPClient) DirListEntry(EntryIndex int32) (string, error)
Default Value
""
Remarks
This property contains the raw entry as received from the server. It is the complete unparsed entry in the directory listing.
The EntryIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DirListCount property.
This property is read-only.
Data Type
string
DirListFileName Property (SFTPClient Component)
This property shows the file name in the last directory listing.
Syntax
func (obj *SFTPClient) DirListFileName(EntryIndex int32) (string, error)
Default Value
""
Remarks
This property shows the file name in the last directory listing. This also may be the directory name if a directory is being listed. You can tell whether it is a file or a directory by the Boolean DirListIsDir property.
The EntryIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DirListCount property.
This property is read-only.
Data Type
string
DirListFileSize Property (SFTPClient Component)
This property shows the file size in the last directory listing.
Syntax
func (obj *SFTPClient) DirListFileSize(EntryIndex int32) (int64, error)
Default Value
0
Remarks
This property shows the file size in the last directory listing.
The EntryIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DirListCount property.
This property is read-only.
Data Type
int64
DirListFileTime Property (SFTPClient Component)
This property shows the file time in the last directory listing.
Syntax
func (obj *SFTPClient) DirListFileTime(EntryIndex int32) (string, error)
Default Value
""
Remarks
This property shows the file time in the last directory listing. This contains the date/time stamp in which the file was created.
NOTE: In Unix systems, the date is given in two types of formats: If the date is in the past 12 months, the exact time is specified and the year is omitted. Otherwise, only the date and the year, but not hours or minutes, are given.
The EntryIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DirListCount property.
This property is read-only.
Data Type
string
DirListIsDir Property (SFTPClient Component)
This property specifies whether entries in the last directory listing are directories.
Syntax
func (obj *SFTPClient) DirListIsDir(EntryIndex int32) (bool, error)
Default Value
false
Remarks
This property specifies whether entries in the last directory listing are directories. This Boolean value denotes whether or not the directory entry listed in DirListFileName is a file or a directory.
The EntryIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DirListCount property.
This property is read-only.
Data Type
bool
DirListIsSymlink Property (SFTPClient Component)
This property indicates whether the entry is a symbolic link.
Syntax
func (obj *SFTPClient) DirListIsSymlink(EntryIndex int32) (bool, error)
Default Value
false
Remarks
This property indicates whether the entry is a symbolic link. When the entry is a symbolic link, the value of DirListIsDir will always be False because this information is not returned in the directory listing. To inspect a symlink to determine if it is a link to a file or a folder, set RemoteFile and query the FileAttributes.FileIsDir property.
The EntryIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DirListCount property.
This property is read-only.
Data Type
bool
FileAccessTime Property (SFTPClient Component)
Contains the number of milliseconds since 12:00:00 AM, January 1, 1970, when this file was last accessed.
Syntax
func (obj *SFTPClient) FileAccessTime() (int64, error)
func (obj *SFTPClient) SetFileAccessTime(value int64) error
Default Value
0
Remarks
Contains the number of milliseconds since 12:00:00 AM, January 1, 1970, when this file was last accessed.
Data Type
int64
FileACL Property (SFTPClient Component)
Contains a string containing an access control list (ACL).
Syntax
func (obj *SFTPClient) FileACL() (string, error)
func (obj *SFTPClient) SetFileACL(value string) error
Default Value
""
Remarks
Contains a string containing an access control list (ACL).
Data Type
string
FileAllocationSize Property (SFTPClient Component)
Specifies the size, in bytes, that this file consumes on disk.
Syntax
func (obj *SFTPClient) FileAllocationSize() (int64, error)
Default Value
0
Remarks
Specifies the size, in bytes, that this file consumes on disk.
This property is read-only.
Data Type
int64
FileAttributeBits Property (SFTPClient Component)
AttributeBits and AttributeBitsValid each contain a bitmask representing attributes of the file on the secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) FileAttributeBits() (int32, error)
Default Value
0
Remarks
FileAttributeBits and FileAttributeBitsValid each contain a bitmask representing attributes of the file on the secure file transfer protocol (SFTP) server. These two values must be interpreted together. Any value present in FileAttributeBitsValid must be ignored in FileAttributeBits. This is done so that the server and client can communicate the attributes they know about without confusing any bits they do not understand.
This field can have one or more of the following values ORed together:
- 0x00000001 (SSH_FILEXFER_ATTR_FLAGS_READONLY)
- 0x00000002 (SSH_FILEXFER_ATTR_FLAGS_SYSTEM)
- 0x00000004 (SSH_FILEXFER_ATTR_FLAGS_HIDDEN)
- 0x00000008 (SSH_FILEXFER_ATTR_FLAGS_CASE_INSENSITIVE)
- 0x00000010 (SSH_FILEXFER_ATTR_FLAGS_ARCHIVE)
- 0x00000020 (SSH_FILEXFER_ATTR_FLAGS_ENCRYPTED)
- 0x00000040 (SSH_FILEXFER_ATTR_FLAGS_COMPRESSED)
- 0x00000080 (SSH_FILEXFER_ATTR_FLAGS_SPARSE)
- 0x00000100 (SSH_FILEXFER_ATTR_FLAGS_APPEND_ONLY)
- 0x00000200 (SSH_FILEXFER_ATTR_FLAGS_IMMUTABLE)
- 0x00000400 (SSH_FILEXFER_ATTR_FLAGS_SYNC)
- 0x00000800 (SSH_FILEXFER_ATTR_FLAGS_TRANSLATION_ERR)
This property is read-only.
Data Type
int32
FileAttributeBitsValid Property (SFTPClient Component)
AttributeBits and AttributeBitsValid each contain a bitmask representing attributes of the file on the secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) FileAttributeBitsValid() (int32, error)
Default Value
0
Remarks
FileAttributeBits and FileAttributeBitsValid each contain a bitmask representing attributes of the file on the secure file transfer protocol (SFTP) server. These two values must be interpreted together. Any value present in FileAttributeBitsValid must be ignored in FileAttributeBits. This is done so that the server and client can communicate the attributes they know about without confusing any bits they do not understand.
This field can have one or more of the following values ORed together:
- 0x00000001 (SSH_FILEXFER_ATTR_FLAGS_READONLY)
- 0x00000002 (SSH_FILEXFER_ATTR_FLAGS_SYSTEM)
- 0x00000004 (SSH_FILEXFER_ATTR_FLAGS_HIDDEN)
- 0x00000008 (SSH_FILEXFER_ATTR_FLAGS_CASE_INSENSITIVE)
- 0x00000010 (SSH_FILEXFER_ATTR_FLAGS_ARCHIVE)
- 0x00000020 (SSH_FILEXFER_ATTR_FLAGS_ENCRYPTED)
- 0x00000040 (SSH_FILEXFER_ATTR_FLAGS_COMPRESSED)
- 0x00000080 (SSH_FILEXFER_ATTR_FLAGS_SPARSE)
- 0x00000100 (SSH_FILEXFER_ATTR_FLAGS_APPEND_ONLY)
- 0x00000200 (SSH_FILEXFER_ATTR_FLAGS_IMMUTABLE)
- 0x00000400 (SSH_FILEXFER_ATTR_FLAGS_SYNC)
- 0x00000800 (SSH_FILEXFER_ATTR_FLAGS_TRANSLATION_ERR)
This property is read-only.
Data Type
int32
FileCreationTime Property (SFTPClient Component)
Specifies the number of milliseconds since 12:00:00 AM, January 1, 1970, when this file was created.
Syntax
func (obj *SFTPClient) FileCreationTime() (int64, error)
func (obj *SFTPClient) SetFileCreationTime(value int64) error
Default Value
0
Remarks
Specifies the number of milliseconds since 12:00:00 AM, January 1, 1970, when this file was created.
Data Type
int64
FileType Property (SFTPClient Component)
The type of file.
Syntax
func (obj *SFTPClient) FileType() (int32, error)
Possible Values
1 // Regular
2 // Directory
3 // SymLink
4 // Special
5 // Unknown
6 // Socket
7 // CharDevice
8 // BlockDevice
9 // FIFO
Default Value
0
Remarks
The type of file. FileType may be one of the following values:
| 1 (sftRegular - default) | A normal file. |
| 2 (sftDirectory) | A directory. |
| 3 (symlink) | The file is a Unix symbolic link. |
| 4 (sftSpecial) | The file type is a special system file. |
| 5 (sftUnknown) | The file type is unknown. |
| 6 (sftSocket) | The file handle is a socket handle. |
| 7 (sftCharDevice) | The file handle is a character input device. |
| 8 (sftBlockDevice) | The file handle is a block input device. |
| 9 (sftpFIFO) | The file handle is a buffering input device. |
This property is read-only.
Data Type
int32
FileGroupId Property (SFTPClient Component)
Specifies the Id of the group that has access rights this file.
Syntax
func (obj *SFTPClient) FileGroupId() (string, error)
func (obj *SFTPClient) SetFileGroupId(value string) error
Default Value
""
Remarks
Specifies the Id of the group that has access rights this file.
Data Type
string
FileIsDir Property (SFTPClient Component)
Specifies whether or not the file represented by these attributes is a directory.
Syntax
func (obj *SFTPClient) FileIsDir() (bool, error)
Default Value
false
Remarks
Specifies whether or not the file represented by these attributes is a directory.
This property is read-only.
Data Type
bool
FileIsSymlink Property (SFTPClient Component)
Specifies whether or not the file or directory represented by these attributes is a symbolic link.
Syntax
func (obj *SFTPClient) FileIsSymlink() (bool, error)
Default Value
false
Remarks
Specifies whether or not the file or directory represented by these attributes is a symbolic link. This setting is applicable only when GetSymlinkAttrs is set to True. By default, the attributes of the actual file referred to by the link (not the symbolic link) are returned and this property will always be False.
This property is read-only.
Data Type
bool
FileModifiedTime Property (SFTPClient Component)
Specifies the number of milliseconds since 12:00:00 AM, January 1, 1970, that this file was last modified.
Syntax
func (obj *SFTPClient) FileModifiedTime() (int64, error)
func (obj *SFTPClient) SetFileModifiedTime(value int64) error
Default Value
0
Remarks
Specifies the number of milliseconds since 12:00:00 AM, January 1, 1970, that this file was last modified.
Data Type
int64
FileOwnerId Property (SFTPClient Component)
Specifies the user Id of this file's owner.
Syntax
func (obj *SFTPClient) FileOwnerId() (string, error)
func (obj *SFTPClient) SetFileOwnerId(value string) error
Default Value
""
Remarks
Specifies the user Id of this file's owner.
Data Type
string
FilePermissions Property (SFTPClient Component)
Includes a 32-bit integer containing the a POSIX-compatible file permission bitmask.
Syntax
func (obj *SFTPClient) FilePermissions() (int32, error)
func (obj *SFTPClient) SetFilePermissions(value int32) error
Default Value
0
Remarks
Includes a 32-bit integer containing the a POSIX-compatible file permission bitmask.
The bitmask should be interpreted as a decimal value of a series of octal digits. For example, an octal permission value of "100644" would be "33188" in Base10, and "40755" in octal would be "16877" in Base10.
The last three octal digits are the most significant and represent, in order, the file access capabilities of the file's owner, the owner's group, and other users. Each of these octal digits is, on its own, a 3-bit bitmask with the following possible values:
| 1 (001) | Execute |
| 2 (010) | Write |
| 4 (100) | Read |
An octal permission digit of 7 would have all three values set and would mean that the file can be read, written, and executed by that user class. For example, the octal permissions "100644" would have a value "6" for the owner, "4" for the group, and "4" for other users. This would be interpreted to mean that all users can read the file, no users can execute it, and only the owner can write it. The permissions "40755" would mean that all users can read and execute the file, but only the owner can write it.
The previous octal digit is another bitmask with the following values:
| 1 (001) | Sticky Bit - retain the file in memory for performance |
| 2 (010) | Set GID - sets the group Id of the process to the file's group Id upon execution (only for executable files) |
| 4 (100) | Set UID - sets the user Id of the process to the file's user Id upon execution (only for executable files) |
The previous two octal digits are used together as a bitmask to determine the type of file. This bitmask has the following values:
| 01 (000001) | Named pipe |
| 02 (000010) | Character special |
| 04 (000100) | Directory |
| 06 (000110) | Block special |
| 10 (001000) | Regular |
| 12 (001010) | Symbolic link |
| 14 (001100) | Socket |
For example, the octal file permissions "100644" would indicate a regular file and octal "40755" would indicate a directory.
NOTE: You will need to convert the octal permissions bitmask into its decimal representation.
Data Type
int32
FilePermissionsOctal Property (SFTPClient Component)
Includes an octal string containing the a POSIX-compatible file permission bitmask.
Syntax
func (obj *SFTPClient) FilePermissionsOctal() (string, error)
func (obj *SFTPClient) SetFilePermissionsOctal(value string) error
Default Value
""
Remarks
Includes an octal string containing the a POSIX-compatible file permission bitmask.
The bitmask should be interpreted as a series of octal digits. For example, "100644" and "40755".
The last three octal digits are the most significant and represent, in order, the file access capabilities of the file's owner, the owner's group, and other users. Each of these octal digits is, on its own, a 3-bit bitmask with the following possible values:
| 1 (001) | Execute |
| 2 (010) | Write |
| 4 (100) | Read |
An octal permission digit of 7 would have all three values set and would mean that the file can be read, written, and executed by that user class. For example, the octal permissions "100644" would have a value "6" for the owner, "4" for the group, and "4" for other users. This would be interpreted to mean that all users can read the file, no users can execute it, and only the owner can write it. The permissions "40755" would mean that all users can read and execute the file, but only the owner can write it.
The previous octal digit is another bitmask with the following values:
| 1 (001) | Sticky Bit - retain the file in memory for performance |
| 2 (010) | Set GID - sets the group Id of the process to the file's group Id upon execution (only for executable files) |
| 4 (100) | Set UID - sets the user Id of the process to the file's user Id upon execution (only for executable files) |
The previous two octal digits are used together as a bitmask to determine the type of file. This bitmask has the following values:
| 01 (000001) | Named pipe |
| 02 (000010) | Character special |
| 04 (000100) | Directory |
| 06 (000110) | Block special |
| 10 (001000) | Regular |
| 12 (001010) | Symbolic link |
| 14 (001100) | Socket |
For example, the octal file permissions "100644" would indicate a regular file and octal "40755" would indicate a directory.
Data Type
string
FileSize Property (SFTPClient Component)
Specifies the total size, in bytes, of this file.
Syntax
func (obj *SFTPClient) FileSize() (int64, error)
Default Value
0
Remarks
Specifies the total size, in bytes, of this file.
This property is read-only.
Data Type
int64
FirewallAutoDetect Property (SFTPClient Component)
Whether to automatically detect and use firewall system settings, if available.
Syntax
func (obj *SFTPClient) FirewallAutoDetect() (bool, error)
func (obj *SFTPClient) SetFirewallAutoDetect(value bool) error
Default Value
false
Remarks
Whether to automatically detect and use firewall system settings, if available.
Data Type
bool
FirewallType Property (SFTPClient Component)
The type of firewall to connect through.
Syntax
func (obj *SFTPClient) FirewallType() (int32, error)
func (obj *SFTPClient) SetFirewallType(value int32) error
Possible Values
0 // None
1 // Tunnel
2 // SOCKS4
3 // SOCKS5
10 // SOCKS4A
Default Value
0
Remarks
The type of firewall to connect through. The applicable values are as follows:
| fwNone (0) | No firewall (default setting). |
| fwTunnel (1) | Connect through a tunneling proxy. FirewallPort is set to 80. |
| fwSOCKS4 (2) | Connect through a SOCKS4 Proxy. FirewallPort is set to 1080. |
| fwSOCKS5 (3) | Connect through a SOCKS5 Proxy. FirewallPort is set to 1080. |
| fwSOCKS4A (10) | Connect through a SOCKS4A Proxy. FirewallPort is set to 1080. |
Data Type
int32
FirewallHost Property (SFTPClient Component)
The name or IP address of the firewall (optional).
Syntax
func (obj *SFTPClient) FirewallHost() (string, error)
func (obj *SFTPClient) SetFirewallHost(value string) error
Default Value
""
Remarks
The name or IP address of the firewall (optional). If a FirewallHost is given, the requested connections will be authenticated through the specified firewall when connecting.
If this property is set to a Domain Name, a DNS request is initiated. Upon successful termination of the request, this property is set to the corresponding address. If the search is not successful, the struct fails with an error.
Data Type
string
FirewallPassword Property (SFTPClient Component)
A password if authentication is to be used when connecting through the firewall.
Syntax
func (obj *SFTPClient) FirewallPassword() (string, error)
func (obj *SFTPClient) SetFirewallPassword(value string) error
Default Value
""
Remarks
A password if authentication is to be used when connecting through the firewall. If FirewallHost is specified, the FirewallUser and FirewallPassword properties are used to connect and authenticate to the given firewall. If the authentication fails, the struct fails with an error.
Data Type
string
FirewallPort Property (SFTPClient Component)
The Transmission Control Protocol (TCP) port for the firewall Host .
Syntax
func (obj *SFTPClient) FirewallPort() (int32, error)
func (obj *SFTPClient) SetFirewallPort(value int32) error
Default Value
0
Remarks
The Transmission Control Protocol (TCP) port for the firewall FirewallHost. See the description of the FirewallHost property for details.
NOTE: This property is set automatically when FirewallType is set to a valid value. See the description of the FirewallType property for details.
Data Type
int32
FirewallUser Property (SFTPClient Component)
A username if authentication is to be used when connecting through a firewall.
Syntax
func (obj *SFTPClient) FirewallUser() (string, error)
func (obj *SFTPClient) SetFirewallUser(value string) error
Default Value
""
Remarks
A username if authentication is to be used when connecting through a firewall. If FirewallHost is specified, this property and the FirewallPassword property are used to connect and authenticate to the given Firewall. If the authentication fails, the struct fails with an error.
Data Type
string
Idle Property (SFTPClient Component)
The current status of the class.
Syntax
func (obj *SFTPClient) Idle() (bool, error)
Default Value
true
Remarks
This property will be False if the component is currently busy (communicating or waiting for an answer), and True at all other times.
This property is read-only.
Data Type
bool
LocalFile Property (SFTPClient Component)
The path to a local file for upload or download.
Syntax
func (obj *SFTPClient) LocalFile() (string, error)
func (obj *SFTPClient) SetLocalFile(value string) error
Default Value
""
Remarks
The LocalFile property is used by the Upload and Download methods. The file will be overwritten only if the Overwrite property is set to True.
Example. Setting LocalFile:
SFTPControl.Localfile = "C:\localfile.txt"
SFTPControl.RemoteFile = "remotefile.txt"
SFTPControl.Download()
SFTPControl.Localfile = "C:\localfile2.txt"
SFTPControl.RemoteFile = "folder/remotefile2.txt"
SFTPControl.Download()
Data Type
string
LocalHost Property (SFTPClient Component)
The name of the local host or user-assigned IP interface through which connections are initiated or accepted.
Syntax
func (obj *SFTPClient) LocalHost() (string, error)
func (obj *SFTPClient) SetLocalHost(value string) error
Default Value
""
Remarks
This property contains the name of the local host as obtained by the gethostname() system call, or if the user has assigned an IP address, the value of that address.
In multihomed hosts (machines with more than one IP interface) setting LocalHost to the IP address of an interface will make the struct initiate connections (or accept in the case of server structs) only through that interface. It is recommended to provide an IP address rather than a hostname when setting this property to ensure the desired interface is used.
If the struct is connected, the LocalHost property shows the IP address of the interface through which the connection is made in internet dotted format (aaa.bbb.ccc.ddd). In most cases, this is the address of the local host, except for multihomed hosts (machines with more than one IP interface).
NOTE: LocalHost is not persistent. You must always set it in code, and never in the property window.
Data Type
string
LocalPort Property (SFTPClient Component)
The TCP port in the local host where the class binds.
Syntax
func (obj *SFTPClient) LocalPort() (int32, error)
func (obj *SFTPClient) SetLocalPort(value int32) error
Default Value
0
Remarks
This property must be set before a connection is attempted. It instructs the struct to bind to a specific port (or communication endpoint) in the local machine.
Setting this property to 0 (default) enables the system to choose an open port at random. The chosen port will be returned by the LocalPort property after the connection is established.
LocalPort cannot be changed once a connection is made. Any attempt to set this property when a connection is active will generate an error.
This property is useful when trying to connect to services that require a trusted port on the client side.
Data Type
int32
Overwrite Property (SFTPClient Component)
The value indicating whether or not the class should overwrite files during transfer.
Syntax
func (obj *SFTPClient) Overwrite() (bool, error)
func (obj *SFTPClient) SetOverwrite(value bool) error
Default Value
false
Remarks
This property is a value indicating whether or not the struct should overwrite LocalFile when downloading and RemoteFile when uploading. If Overwrite is False, an error will be thrown whenever LocalFile exists before a download operation.
Data Type
bool
RemoteFile Property (SFTPClient Component)
The name of the remote file for uploading or downloading.
Syntax
func (obj *SFTPClient) RemoteFile() (string, error)
func (obj *SFTPClient) SetRemoteFile(value string) error
Default Value
""
Remarks
The RemoteFile is either an absolute file path or a relative path based on RemotePath.
A number of methods use RemoteFile as an argument.
Example 1. Setting RemoteFile:
SFTPControl.Localfile = "C:\localfile.txt"
SFTPControl.RemoteFile = "remotefile.txt"
SFTPControl.Download()
SFTPControl.Localfile = "C:\localfile2.txt"
SFTPControl.RemoteFile = "folder/remotefile2.txt"
SFTPControl.Download()
NOTE: This property will also act as a file mask when performing ListDirectory.
Example 2. Using RemoteFile as a File Mask:
SFTPControl.RemoteFile = "*.txt"
SFTPControl.ListDirectory()
The following special characters are supported for pattern matching:
| ? | Any single character. |
| * | Any characters or no characters (e.g., C*t matches Cat, Cot, Coast, Ct). |
| [,-] | A range of characters (e.g., [a-z], [a], [0-9], [0-9,a-d,f,r-z]). |
| \ | The slash is ignored and exact matching is performed on the next character. |
If these characters need to be used as a literal in a pattern, then they must be escaped by surrounding them with brackets []. NOTE: "]" and "-" do not need to be escaped. See below for the escape sequences:
| Character | Escape Sequence |
| ? | [?] |
| * | [*] |
| [ | [[] |
| \ | [\] |
For example, to match the value [Something].txt, specify the pattern [[]Something].txt.
Data Type
string
RemotePath Property (SFTPClient Component)
The current path in the secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) RemotePath() (string, error)
Default Value
""
Remarks
The RemotePath shows the current working directory on the SFTP server. The ChangeRemotePath method can be used to change the working directory to an absolute directory path or to a relative path with respect to the current value of RemotePath.
Example. Changing Directory:
sftp1.SSHLogon("sftp.server.net", 22);
sftp1.ChangeRemotePath("/home/user");
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyEffectiveDate Property (SFTPClient Component)
The date on which this certificate becomes valid.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyEffectiveDate() (string, error)
Default Value
""
Remarks
The date on which this certificate becomes valid. Before this date, it is not valid. The date is localized to the system's time zone. The following example illustrates the format of an encoded date:
23-Jan-2000 15:00:00.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyExpirationDate Property (SFTPClient Component)
The date on which the certificate expires.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyExpirationDate() (string, error)
Default Value
""
Remarks
The date on which the certificate expires. After this date, the certificate will no longer be valid. The date is localized to the system's time zone. The following example illustrates the format of an encoded date:
23-Jan-2001 15:00:00.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyExtendedKeyUsage Property (SFTPClient Component)
A comma-delimited list of extended key usage identifiers.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyExtendedKeyUsage() (string, error)
Default Value
""
Remarks
A comma-delimited list of extended key usage identifiers. These are the same as ASN.1 object identifiers (OIDs).
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyFingerprint Property (SFTPClient Component)
The hex-encoded, 16-byte MD5 fingerprint of the certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyFingerprint() (string, error)
Default Value
""
Remarks
The hex-encoded, 16-byte MD5 fingerprint of the certificate. This property is primarily used for keys which do not have a corresponding X.509 public certificate, such as PEM keys that only contain a private key. It is commonly used for SSH keys.
The following example illustrates the format: bc:2a:72:af:fe:58:17:43:7a:5f:ba:5a:7c:90:f7:02
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyFingerprintSHA1 Property (SFTPClient Component)
The hex-encoded, 20-byte SHA-1 fingerprint of the certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyFingerprintSHA1() (string, error)
Default Value
""
Remarks
The hex-encoded, 20-byte SHA-1 fingerprint of the certificate. This property is primarily used for keys which do not have a corresponding X.509 public certificate, such as PEM keys that only contain a private key. It is commonly used for SSH keys.
The following example illustrates the format: 30:7b:fa:38:65:83:ff:da:b4:4e:07:3f:17:b8:a4:ed:80:be:ff:84
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyFingerprintSHA256 Property (SFTPClient Component)
The hex-encoded, 32-byte SHA-256 fingerprint of the certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyFingerprintSHA256() (string, error)
Default Value
""
Remarks
The hex-encoded, 32-byte SHA-256 fingerprint of the certificate. This property is primarily used for keys which do not have a corresponding X.509 public certificate, such as PEM keys that only contain a private key. It is commonly used for SSH keys.
The following example illustrates the format: 6a:80:5c:33:a9:43:ea:b0:96:12:8a:64:96:30:ef:4a:8a:96:86:ce:f4:c7:be:10:24:8e:2b:60:9e:f3:59:53
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyIssuer Property (SFTPClient Component)
The issuer of the certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyIssuer() (string, error)
Default Value
""
Remarks
The issuer of the certificate. This property contains a string representation of the name of the issuing authority for the certificate.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyPrivateKey Property (SFTPClient Component)
The private key of the certificate (if available).
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyPrivateKey() (string, error)
Default Value
""
Remarks
The private key of the certificate (if available). The key is provided as PEM/Base64-encoded data.
NOTE: The SSHAcceptServerHostKeyPrivateKey may be available but not exportable. In this case, SSHAcceptServerHostKeyPrivateKey returns an empty string.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyPrivateKeyAvailable Property (SFTPClient Component)
Whether a PrivateKey is available for the selected certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyPrivateKeyAvailable() (bool, error)
Default Value
false
Remarks
Whether a SSHAcceptServerHostKeyPrivateKey is available for the selected certificate. If SSHAcceptServerHostKeyPrivateKeyAvailable is True, the certificate may be used for authentication purposes (e.g., server authentication).
This property is read-only.
Data Type
bool
SSHAcceptServerHostKeyPrivateKeyContainer Property (SFTPClient Component)
The name of the PrivateKey container for the certificate (if available).
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyPrivateKeyContainer() (string, error)
Default Value
""
Remarks
The name of the SSHAcceptServerHostKeyPrivateKey container for the certificate (if available). This functionality is available only on Windows platforms.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyPublicKey Property (SFTPClient Component)
The public key of the certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyPublicKey() (string, error)
Default Value
""
Remarks
The public key of the certificate. The key is provided as PEM/Base64-encoded data.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyPublicKeyAlgorithm Property (SFTPClient Component)
The textual description of the certificate's public key algorithm.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyPublicKeyAlgorithm() (string, error)
Default Value
""
Remarks
The textual description of the certificate's public key algorithm. The property contains either the name of the algorithm (e.g., "RSA" or "RSA_DH") or an object identifier (OID) string representing the algorithm.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyPublicKeyLength Property (SFTPClient Component)
The length of the certificate's public key (in bits).
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyPublicKeyLength() (int32, error)
Default Value
0
Remarks
The length of the certificate's public key (in bits). Common values are 512, 1024, and 2048.
This property is read-only.
Data Type
int32
SSHAcceptServerHostKeySerialNumber Property (SFTPClient Component)
The serial number of the certificate encoded as a string.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeySerialNumber() (string, error)
Default Value
""
Remarks
The serial number of the certificate encoded as a string. The number is encoded as a series of hexadecimal digits, with each pair representing a byte of the serial number.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeySignatureAlgorithm Property (SFTPClient Component)
The text description of the certificate's signature algorithm.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeySignatureAlgorithm() (string, error)
Default Value
""
Remarks
The text description of the certificate's signature algorithm. The property contains either the name of the algorithm (e.g., "RSA" or "RSA_MD5RSA") or an object identifier (OID) string representing the algorithm.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyStore Property (SFTPClient Component)
The name of the certificate store for the client certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyStore() ([]byte, error)
func (obj *SFTPClient) SetSSHAcceptServerHostKeyStore(value []byte) error
Default Value
"MY"
Remarks
The name of the certificate store for the client certificate.
The SSHAcceptServerHostKeyStoreType property denotes the type of the certificate store specified by SSHAcceptServerHostKeyStore. If the store is password-protected, specify the password in SSHAcceptServerHostKeyStorePassword.
SSHAcceptServerHostKeyStore is used in conjunction with the SSHAcceptServerHostKeySubject property to specify client certificates. If SSHAcceptServerHostKeyStore has a value, and SSHAcceptServerHostKeySubject or SSHAcceptServerHostKeyEncoded is set, a search for a certificate is initiated. Please see the SSHAcceptServerHostKeySubject property for details.
Designations of certificate stores are platform dependent.
The following designations are the most common User and Machine certificate stores in Windows:
| MY | A certificate store holding personal certificates with their associated private keys. |
| CA | Certifying authority certificates. |
| ROOT | Root certificates. |
When the certificate store type is cstPFXFile, this property must be set to the name of the file. When the type is cstPFXBlob, the property must be set to the binary contents of a PFX file (i.e., PKCS#12 certificate store).
Data Type
[]byte
SSHAcceptServerHostKeyStorePassword Property (SFTPClient Component)
If the type of certificate store requires a password, this property is used to specify the password needed to open the certificate store.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyStorePassword() (string, error)
func (obj *SFTPClient) SetSSHAcceptServerHostKeyStorePassword(value string) error
Default Value
""
Remarks
If the type of certificate store requires a password, this property is used to specify the password needed to open the certificate store.
Data Type
string
SSHAcceptServerHostKeyStoreType Property (SFTPClient Component)
The type of certificate store for this certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyStoreType() (int32, error)
func (obj *SFTPClient) SetSSHAcceptServerHostKeyStoreType(value int32) error
Possible Values
0 // User
1 // Machine
2 // PFXFile
3 // PFXBlob
4 // JKSFile
5 // JKSBlob
6 // PEMKeyFile
7 // PEMKeyBlob
8 // PublicKeyFile
9 // PublicKeyBlob
10 // SSHPublicKeyBlob
11 // P7BFile
12 // P7BBlob
13 // SSHPublicKeyFile
14 // PPKFile
15 // PPKBlob
16 // XMLFile
17 // XMLBlob
18 // JWKFile
19 // JWKBlob
20 // SecurityKey
21 // BCFKSFile
22 // BCFKSBlob
23 // PKCS11
99 // Auto
Default Value
0
Remarks
The type of certificate store for this certificate.
The struct supports both public and private keys in a variety of formats. When the cstAuto value is used, the struct will automatically determine the type. This property can take one of the following values:
| 0 (cstUser - default) | For Windows, this specifies that the certificate store is a certificate store owned by the current user.
NOTE: This store type is not available in Java. |
| 1 (cstMachine) | For Windows, this specifies that the certificate store is a machine store.
NOTE: This store type is not available in Java. |
| 2 (cstPFXFile) | The certificate store is the name of a PFX (PKCS#12) file containing certificates. |
| 3 (cstPFXBlob) | The certificate store is a string (binary or Base64-encoded) representing a certificate store in PFX (PKCS#12) format. |
| 4 (cstJKSFile) | The certificate store is the name of a Java Key Store (JKS) file containing certificates.
NOTE: This store type is only available in Java. |
| 5 (cstJKSBlob) | The certificate store is a string (binary or Base64-encoded) representing a certificate store in Java Key Store (JKS) format.
NOTE: This store type is only available in Java. |
| 6 (cstPEMKeyFile) | The certificate store is the name of a PEM-encoded file that contains a private key and an optional certificate. |
| 7 (cstPEMKeyBlob) | The certificate store is a string (binary or Base64-encoded) that contains a private key and an optional certificate. |
| 8 (cstPublicKeyFile) | The certificate store is the name of a file that contains a PEM- or DER-encoded public key certificate. |
| 9 (cstPublicKeyBlob) | The certificate store is a string (binary or Base64-encoded) that contains a PEM- or DER-encoded public key certificate. |
| 10 (cstSSHPublicKeyBlob) | The certificate store is a string (binary or Base64-encoded) that contains an SSH-style public key. |
| 11 (cstP7BFile) | The certificate store is the name of a PKCS#7 file containing certificates. |
| 12 (cstP7BBlob) | The certificate store is a string (binary) representing a certificate store in PKCS#7 format. |
| 13 (cstSSHPublicKeyFile) | The certificate store is the name of a file that contains an SSH-style public key. |
| 14 (cstPPKFile) | The certificate store is the name of a file that contains a PPK (PuTTY Private Key). |
| 15 (cstPPKBlob) | The certificate store is a string (binary) that contains a PPK (PuTTY Private Key). |
| 16 (cstXMLFile) | The certificate store is the name of a file that contains a certificate in XML format. |
| 17 (cstXMLBlob) | The certificate store is a string that contains a certificate in XML format. |
| 18 (cstJWKFile) | The certificate store is the name of a file that contains a JWK (JSON Web Key). |
| 19 (cstJWKBlob) | The certificate store is a string that contains a JWK (JSON Web Key). |
| 21 (cstBCFKSFile) | The certificate store is the name of a file that contains a BCFKS (Bouncy Castle FIPS Key Store).
NOTE: This store type is only available in Java and .NET. |
| 22 (cstBCFKSBlob) | The certificate store is a string (binary or Base64-encoded) representing a certificate store in BCFKS (Bouncy Castle FIPS Key Store) format.
NOTE: This store type is only available in Java and .NET. |
| 23 (cstPKCS11) | The certificate is present on a physical security key accessible via a PKCS#11 interface.
To use a security key, create a new Certificate object and pass cstPKCS11 as the SSHAcceptServerHostKeyStoreType, the full path of the PKCS#11 DLL as the SSHAcceptServerHostKeyStore, and the PIN as the SSHAcceptServerHostKeyStorePassword. Code Example. SSH Authentication with Security Key (without CertMgr):
Alternatively, collect the necessary data using the CertMgr struct by calling the ListStoreCertificates method after setting the corresponding properties accordingly. The certificate information returned in the CertList event's CertEncoded parameter may be saved for later use. When using a certificate obtained with this approach, pass the previously saved security key information as the SSHAcceptServerHostKeyStore and set SSHAcceptServerHostKeyStorePassword to the PIN. Code Example. SSH Authentication with Security Key (with CertMgr):
|
| 99 (cstAuto) | The store type is automatically detected from the input data. This setting may be used with both public and private keys and can detect any of the supported formats automatically. |
Data Type
int32
SSHAcceptServerHostKeySubjectAltNames Property (SFTPClient Component)
Comma-separated lists of alternative subject names for the certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeySubjectAltNames() (string, error)
Default Value
""
Remarks
Comma-separated lists of alternative subject names for the certificate.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyThumbprintMD5 Property (SFTPClient Component)
The MD5 hash of the certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyThumbprintMD5() (string, error)
Default Value
""
Remarks
The MD5 hash of the certificate. It is primarily used for X.509 certificates. If the hash does not already exist, it is automatically computed.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyThumbprintSHA1 Property (SFTPClient Component)
The SHA-1 hash of the certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyThumbprintSHA1() (string, error)
Default Value
""
Remarks
The SHA-1 hash of the certificate. It is primarily used for X.509 certificates. If the hash does not already exist, it is automatically computed.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyThumbprintSHA256 Property (SFTPClient Component)
The SHA-256 hash of the certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyThumbprintSHA256() (string, error)
Default Value
""
Remarks
The SHA-256 hash of the certificate. It is primarily used for X.509 certificates. If the hash does not already exist, it is automatically computed.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyUsage Property (SFTPClient Component)
The text description of UsageFlags .
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyUsage() (string, error)
Default Value
""
Remarks
The text description of SSHAcceptServerHostKeyUsageFlags.
This value will be one or more of the following strings and will be separated by commas:
- Digital Signature
- Non-Repudiation
- Key Encipherment
- Data Encipherment
- Key Agreement
- Certificate Signing
- CRL Signing
- Encipher Only
If the provider is OpenSSL, the value is a comma-separated list of X.509 certificate extension names.
This property is read-only.
Data Type
string
SSHAcceptServerHostKeyUsageFlags Property (SFTPClient Component)
The flags that show intended use for the certificate.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyUsageFlags() (int32, error)
Default Value
0
Remarks
The flags that show intended use for the certificate. The value of SSHAcceptServerHostKeyUsageFlags is a combination of the following flags:
| 0x80 | Digital Signature |
| 0x40 | Non-Repudiation |
| 0x20 | Key Encipherment |
| 0x10 | Data Encipherment |
| 0x08 | Key Agreement |
| 0x04 | Certificate Signing |
| 0x02 | CRL Signing |
| 0x01 | Encipher Only |
Please see the SSHAcceptServerHostKeyUsage property for a text representation of SSHAcceptServerHostKeyUsageFlags.
This functionality currently is not available when the provider is OpenSSL.
This property is read-only.
Data Type
int32
SSHAcceptServerHostKeyVersion Property (SFTPClient Component)
The certificate's version number.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyVersion() (string, error)
Default Value
""
Remarks
The certificate's version number. The possible values are the strings "V1", "V2", and "V3".
This property is read-only.
Data Type
string
SSHAcceptServerHostKeySubject Property (SFTPClient Component)
The subject of the certificate used for client authentication.
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeySubject() (string, error)
func (obj *SFTPClient) SetSSHAcceptServerHostKeySubject(value string) error
Default Value
""
Remarks
The subject of the certificate used for client authentication.
This property must be set after all other certificate properties are set. When this property is set, a search is performed in the current certificate store to locate a certificate with a matching subject.
If a matching certificate is found, the property is set to the full subject of the matching certificate.
If an exact match is not found, the store is searched for subjects containing the value of the property.
If a match is still not found, the property is set to an empty string, and no certificate is selected.
The special value "*" picks a random certificate in the certificate store.
The certificate subject is a comma-separated list of distinguished name fields and values. For instance, "CN=www.server.com, OU=test, C=US, E=example@email.com". Common fields and their meanings are as follows:
| Field | Meaning |
| CN | Common Name. This is commonly a hostname like www.server.com. |
| O | Organization |
| OU | Organizational Unit |
| L | Locality |
| S | State |
| C | Country |
| E | Email Address |
If a field value contains a comma, it must be quoted.
Data Type
string
SSHAcceptServerHostKeyEncoded Property (SFTPClient Component)
The certificate (PEM/Base64 encoded).
Syntax
func (obj *SFTPClient) SSHAcceptServerHostKeyEncoded() ([]byte, error)
func (obj *SFTPClient) SetSSHAcceptServerHostKeyEncoded(value []byte) error
Default Value
""
Remarks
The certificate (PEM/Base64 encoded). This property is used to assign a specific certificate. The SSHAcceptServerHostKeyStore and SSHAcceptServerHostKeySubject properties also may be used to specify a certificate.
When SSHAcceptServerHostKeyEncoded is set, a search is initiated in the current SSHAcceptServerHostKeyStore for the private key of the certificate. If the key is found, SSHAcceptServerHostKeySubject is updated to reflect the full subject of the selected certificate; otherwise, SSHAcceptServerHostKeySubject is set to an empty string.
Data Type
[]byte
SSHAuthMode Property (SFTPClient Component)
The authentication method to be used with the class when calling SSHLogon .
Syntax
func (obj *SFTPClient) SSHAuthMode() (int32, error)
func (obj *SFTPClient) SetSSHAuthMode(value int32) error
Possible Values
0 // None
1 // MultiFactor
2 // Password
3 // PublicKey
4 // KeyboardInteractive
5 // GSSAPIWithMic
6 // GSSAPIKeyex
99 // Custom
Default Value
2
Remarks
The Secure Shell (SSH) Authentication specification (RFC 4252) specifies multiple methods by which a user can be authenticated by an SSH server. When a call is made to SSHLogon, the struct will connect to the SSH server and establish the security layer. After the connection has been secured, the client will send an authentication request to the SSHHost containing the SSHUser. The server will respond containing a list of methods by which that user may be authenticated.
The struct will attempt to authenticate the user by one of those methods based on the value of SSHAuthMode and other property values supplied by the user. Currently, the struct supports the following authentication methods:
| amNone (0) | No authentication will be performed. The current SSHUser value is ignored, and the connection will be logged as anonymous. |
| amMultiFactor (1) | This allows the struct to attempt a multistep authentication process. The struct will send authentication data to the server based on the list of methods allowed for the current user and the authentication property values supplied. The struct will continue to send authentication data until the server acknowledges authentication success. If the server rejects an authentication step, the struct fails with an error. |
| amPassword (2) | The struct will use the values of SSHUser and SSHPassword to authenticate the user. |
| amPublicKey (3) | The struct will use the values of SSHUser and the SSHCert* properties to authenticate the user. the SSHCert* properties must have a private key available for this authentication method to succeed. |
| amKeyboardInteractive (4) | At the time of authentication, the struct will fire the SSHKeyboardInteractive event containing instructions on how to complete the authentication step.
NOTE: amKeyboardInteractive is not supported in SSHTunnel. |
| amGSSAPIWithMic (5) | This allows the struct to attempt Kerberos authentication using the GSSAPI-WITH-MIC scheme. The client will try Kerberos authentication using the value of SSHUser (single sign-on), or if SSHPassword is specified as well, it will try Kerberos authentication with alternate credentials. This is currently supported only on Windows, unless using the Java edition, which also provides support for Linux and macOS. |
| amGSSAPIKeyex (6) | This allows the struct to attempt Kerberos authentication using the GSSAPIKeyex scheme. The client will try Kerberos authentication using the value of SSHUser (single sign-on), or if SSHPassword is specified as well, it will try Kerberos authentication with alternate credentials. This is currently supported only on Windows, unless using the Java edition, which also provides support for Linux and macOS. |
| amCustom (99) | This allows the struct caller to take over the authentication process completely. When amCustom is set, the struct will fire the SSHCustomAuth event as necessary to complete the authentication process. |
Example 1. User/Password Authentication:
Control.SSHAuthMode = SftpSSHAuthModes.amPassword
Control.SSHUser = "username"
Control.SSHPassword = "password"
Control.SSHLogon("server", 22)
Example 2. Public Key Authentication:
Control.SSHAuthMode = SftpSSHAuthModes.amPublicKey
Control.SSHUser = "username"
Control.SSHCertStoreType = SSHCertStoreTypes.cstPFXFile;
Control.SSHCertStore = "cert.pfx";
Control.SSHCertStorePassword = "certpassword";
Control.SSHCertSubject = "*";
Control.SSHLogon("server", 22)
Data Type
int32
SSHCertEffectiveDate Property (SFTPClient Component)
The date on which this certificate becomes valid.
Syntax
func (obj *SFTPClient) SSHCertEffectiveDate() (string, error)
Default Value
""
Remarks
The date on which this certificate becomes valid. Before this date, it is not valid. The date is localized to the system's time zone. The following example illustrates the format of an encoded date:
23-Jan-2000 15:00:00.
This property is read-only.
Data Type
string
SSHCertExpirationDate Property (SFTPClient Component)
The date on which the certificate expires.
Syntax
func (obj *SFTPClient) SSHCertExpirationDate() (string, error)
Default Value
""
Remarks
The date on which the certificate expires. After this date, the certificate will no longer be valid. The date is localized to the system's time zone. The following example illustrates the format of an encoded date:
23-Jan-2001 15:00:00.
This property is read-only.
Data Type
string
SSHCertExtendedKeyUsage Property (SFTPClient Component)
A comma-delimited list of extended key usage identifiers.
Syntax
func (obj *SFTPClient) SSHCertExtendedKeyUsage() (string, error)
Default Value
""
Remarks
A comma-delimited list of extended key usage identifiers. These are the same as ASN.1 object identifiers (OIDs).
This property is read-only.
Data Type
string
SSHCertFingerprint Property (SFTPClient Component)
The hex-encoded, 16-byte MD5 fingerprint of the certificate.
Syntax
func (obj *SFTPClient) SSHCertFingerprint() (string, error)
Default Value
""
Remarks
The hex-encoded, 16-byte MD5 fingerprint of the certificate. This property is primarily used for keys which do not have a corresponding X.509 public certificate, such as PEM keys that only contain a private key. It is commonly used for SSH keys.
The following example illustrates the format: bc:2a:72:af:fe:58:17:43:7a:5f:ba:5a:7c:90:f7:02
This property is read-only.
Data Type
string
SSHCertFingerprintSHA1 Property (SFTPClient Component)
The hex-encoded, 20-byte SHA-1 fingerprint of the certificate.
Syntax
func (obj *SFTPClient) SSHCertFingerprintSHA1() (string, error)
Default Value
""
Remarks
The hex-encoded, 20-byte SHA-1 fingerprint of the certificate. This property is primarily used for keys which do not have a corresponding X.509 public certificate, such as PEM keys that only contain a private key. It is commonly used for SSH keys.
The following example illustrates the format: 30:7b:fa:38:65:83:ff:da:b4:4e:07:3f:17:b8:a4:ed:80:be:ff:84
This property is read-only.
Data Type
string
SSHCertFingerprintSHA256 Property (SFTPClient Component)
The hex-encoded, 32-byte SHA-256 fingerprint of the certificate.
Syntax
func (obj *SFTPClient) SSHCertFingerprintSHA256() (string, error)
Default Value
""
Remarks
The hex-encoded, 32-byte SHA-256 fingerprint of the certificate. This property is primarily used for keys which do not have a corresponding X.509 public certificate, such as PEM keys that only contain a private key. It is commonly used for SSH keys.
The following example illustrates the format: 6a:80:5c:33:a9:43:ea:b0:96:12:8a:64:96:30:ef:4a:8a:96:86:ce:f4:c7:be:10:24:8e:2b:60:9e:f3:59:53
This property is read-only.
Data Type
string
SSHCertIssuer Property (SFTPClient Component)
The issuer of the certificate.
Syntax
func (obj *SFTPClient) SSHCertIssuer() (string, error)
Default Value
""
Remarks
The issuer of the certificate. This property contains a string representation of the name of the issuing authority for the certificate.
This property is read-only.
Data Type
string
SSHCertPrivateKey Property (SFTPClient Component)
The private key of the certificate (if available).
Syntax
func (obj *SFTPClient) SSHCertPrivateKey() (string, error)
Default Value
""
Remarks
The private key of the certificate (if available). The key is provided as PEM/Base64-encoded data.
NOTE: The SSHCertPrivateKey may be available but not exportable. In this case, SSHCertPrivateKey returns an empty string.
This property is read-only.
Data Type
string
SSHCertPrivateKeyAvailable Property (SFTPClient Component)
Whether a PrivateKey is available for the selected certificate.
Syntax
func (obj *SFTPClient) SSHCertPrivateKeyAvailable() (bool, error)
Default Value
false
Remarks
Whether a SSHCertPrivateKey is available for the selected certificate. If SSHCertPrivateKeyAvailable is True, the certificate may be used for authentication purposes (e.g., server authentication).
This property is read-only.
Data Type
bool
SSHCertPrivateKeyContainer Property (SFTPClient Component)
The name of the PrivateKey container for the certificate (if available).
Syntax
func (obj *SFTPClient) SSHCertPrivateKeyContainer() (string, error)
Default Value
""
Remarks
The name of the SSHCertPrivateKey container for the certificate (if available). This functionality is available only on Windows platforms.
This property is read-only.
Data Type
string
SSHCertPublicKey Property (SFTPClient Component)
The public key of the certificate.
Syntax
func (obj *SFTPClient) SSHCertPublicKey() (string, error)
Default Value
""
Remarks
The public key of the certificate. The key is provided as PEM/Base64-encoded data.
This property is read-only.
Data Type
string
SSHCertPublicKeyAlgorithm Property (SFTPClient Component)
The textual description of the certificate's public key algorithm.
Syntax
func (obj *SFTPClient) SSHCertPublicKeyAlgorithm() (string, error)
Default Value
""
Remarks
The textual description of the certificate's public key algorithm. The property contains either the name of the algorithm (e.g., "RSA" or "RSA_DH") or an object identifier (OID) string representing the algorithm.
This property is read-only.
Data Type
string
SSHCertPublicKeyLength Property (SFTPClient Component)
The length of the certificate's public key (in bits).
Syntax
func (obj *SFTPClient) SSHCertPublicKeyLength() (int32, error)
Default Value
0
Remarks
The length of the certificate's public key (in bits). Common values are 512, 1024, and 2048.
This property is read-only.
Data Type
int32
SSHCertSerialNumber Property (SFTPClient Component)
The serial number of the certificate encoded as a string.
Syntax
func (obj *SFTPClient) SSHCertSerialNumber() (string, error)
Default Value
""
Remarks
The serial number of the certificate encoded as a string. The number is encoded as a series of hexadecimal digits, with each pair representing a byte of the serial number.
This property is read-only.
Data Type
string
SSHCertSignatureAlgorithm Property (SFTPClient Component)
The text description of the certificate's signature algorithm.
Syntax
func (obj *SFTPClient) SSHCertSignatureAlgorithm() (string, error)
Default Value
""
Remarks
The text description of the certificate's signature algorithm. The property contains either the name of the algorithm (e.g., "RSA" or "RSA_MD5RSA") or an object identifier (OID) string representing the algorithm.
This property is read-only.
Data Type
string
SSHCertStore Property (SFTPClient Component)
The name of the certificate store for the client certificate.
Syntax
func (obj *SFTPClient) SSHCertStore() ([]byte, error)
func (obj *SFTPClient) SetSSHCertStore(value []byte) error
Default Value
"MY"
Remarks
The name of the certificate store for the client certificate.
The SSHCertStoreType property denotes the type of the certificate store specified by SSHCertStore. If the store is password-protected, specify the password in SSHCertStorePassword.
SSHCertStore is used in conjunction with the SSHCertSubject property to specify client certificates. If SSHCertStore has a value, and SSHCertSubject or SSHCertEncoded is set, a search for a certificate is initiated. Please see the SSHCertSubject property for details.
Designations of certificate stores are platform dependent.
The following designations are the most common User and Machine certificate stores in Windows:
| MY | A certificate store holding personal certificates with their associated private keys. |
| CA | Certifying authority certificates. |
| ROOT | Root certificates. |
When the certificate store type is cstPFXFile, this property must be set to the name of the file. When the type is cstPFXBlob, the property must be set to the binary contents of a PFX file (i.e., PKCS#12 certificate store).
Data Type
[]byte
SSHCertStorePassword Property (SFTPClient Component)
If the type of certificate store requires a password, this property is used to specify the password needed to open the certificate store.
Syntax
func (obj *SFTPClient) SSHCertStorePassword() (string, error)
func (obj *SFTPClient) SetSSHCertStorePassword(value string) error
Default Value
""
Remarks
If the type of certificate store requires a password, this property is used to specify the password needed to open the certificate store.
Data Type
string
SSHCertStoreType Property (SFTPClient Component)
The type of certificate store for this certificate.
Syntax
func (obj *SFTPClient) SSHCertStoreType() (int32, error)
func (obj *SFTPClient) SetSSHCertStoreType(value int32) error
Possible Values
0 // User
1 // Machine
2 // PFXFile
3 // PFXBlob
4 // JKSFile
5 // JKSBlob
6 // PEMKeyFile
7 // PEMKeyBlob
8 // PublicKeyFile
9 // PublicKeyBlob
10 // SSHPublicKeyBlob
11 // P7BFile
12 // P7BBlob
13 // SSHPublicKeyFile
14 // PPKFile
15 // PPKBlob
16 // XMLFile
17 // XMLBlob
18 // JWKFile
19 // JWKBlob
20 // SecurityKey
21 // BCFKSFile
22 // BCFKSBlob
23 // PKCS11
99 // Auto
Default Value
0
Remarks
The type of certificate store for this certificate.
The struct supports both public and private keys in a variety of formats. When the cstAuto value is used, the struct will automatically determine the type. This property can take one of the following values:
| 0 (cstUser - default) | For Windows, this specifies that the certificate store is a certificate store owned by the current user.
NOTE: This store type is not available in Java. |
| 1 (cstMachine) | For Windows, this specifies that the certificate store is a machine store.
NOTE: This store type is not available in Java. |
| 2 (cstPFXFile) | The certificate store is the name of a PFX (PKCS#12) file containing certificates. |
| 3 (cstPFXBlob) | The certificate store is a string (binary or Base64-encoded) representing a certificate store in PFX (PKCS#12) format. |
| 4 (cstJKSFile) | The certificate store is the name of a Java Key Store (JKS) file containing certificates.
NOTE: This store type is only available in Java. |
| 5 (cstJKSBlob) | The certificate store is a string (binary or Base64-encoded) representing a certificate store in Java Key Store (JKS) format.
NOTE: This store type is only available in Java. |
| 6 (cstPEMKeyFile) | The certificate store is the name of a PEM-encoded file that contains a private key and an optional certificate. |
| 7 (cstPEMKeyBlob) | The certificate store is a string (binary or Base64-encoded) that contains a private key and an optional certificate. |
| 8 (cstPublicKeyFile) | The certificate store is the name of a file that contains a PEM- or DER-encoded public key certificate. |
| 9 (cstPublicKeyBlob) | The certificate store is a string (binary or Base64-encoded) that contains a PEM- or DER-encoded public key certificate. |
| 10 (cstSSHPublicKeyBlob) | The certificate store is a string (binary or Base64-encoded) that contains an SSH-style public key. |
| 11 (cstP7BFile) | The certificate store is the name of a PKCS#7 file containing certificates. |
| 12 (cstP7BBlob) | The certificate store is a string (binary) representing a certificate store in PKCS#7 format. |
| 13 (cstSSHPublicKeyFile) | The certificate store is the name of a file that contains an SSH-style public key. |
| 14 (cstPPKFile) | The certificate store is the name of a file that contains a PPK (PuTTY Private Key). |
| 15 (cstPPKBlob) | The certificate store is a string (binary) that contains a PPK (PuTTY Private Key). |
| 16 (cstXMLFile) | The certificate store is the name of a file that contains a certificate in XML format. |
| 17 (cstXMLBlob) | The certificate store is a string that contains a certificate in XML format. |
| 18 (cstJWKFile) | The certificate store is the name of a file that contains a JWK (JSON Web Key). |
| 19 (cstJWKBlob) | The certificate store is a string that contains a JWK (JSON Web Key). |
| 21 (cstBCFKSFile) | The certificate store is the name of a file that contains a BCFKS (Bouncy Castle FIPS Key Store).
NOTE: This store type is only available in Java and .NET. |
| 22 (cstBCFKSBlob) | The certificate store is a string (binary or Base64-encoded) representing a certificate store in BCFKS (Bouncy Castle FIPS Key Store) format.
NOTE: This store type is only available in Java and .NET. |
| 23 (cstPKCS11) | The certificate is present on a physical security key accessible via a PKCS#11 interface.
To use a security key, create a new Certificate object and pass cstPKCS11 as the SSHCertStoreType, the full path of the PKCS#11 DLL as the SSHCertStore, and the PIN as the SSHCertStorePassword. Code Example. SSH Authentication with Security Key (without CertMgr):
Alternatively, collect the necessary data using the CertMgr struct by calling the ListStoreCertificates method after setting the corresponding properties accordingly. The certificate information returned in the CertList event's CertEncoded parameter may be saved for later use. When using a certificate obtained with this approach, pass the previously saved security key information as the SSHCertStore and set SSHCertStorePassword to the PIN. Code Example. SSH Authentication with Security Key (with CertMgr):
|
| 99 (cstAuto) | The store type is automatically detected from the input data. This setting may be used with both public and private keys and can detect any of the supported formats automatically. |
Data Type
int32
SSHCertSubjectAltNames Property (SFTPClient Component)
Comma-separated lists of alternative subject names for the certificate.
Syntax
func (obj *SFTPClient) SSHCertSubjectAltNames() (string, error)
Default Value
""
Remarks
Comma-separated lists of alternative subject names for the certificate.
This property is read-only.
Data Type
string
SSHCertThumbprintMD5 Property (SFTPClient Component)
The MD5 hash of the certificate.
Syntax
func (obj *SFTPClient) SSHCertThumbprintMD5() (string, error)
Default Value
""
Remarks
The MD5 hash of the certificate. It is primarily used for X.509 certificates. If the hash does not already exist, it is automatically computed.
This property is read-only.
Data Type
string
SSHCertThumbprintSHA1 Property (SFTPClient Component)
The SHA-1 hash of the certificate.
Syntax
func (obj *SFTPClient) SSHCertThumbprintSHA1() (string, error)
Default Value
""
Remarks
The SHA-1 hash of the certificate. It is primarily used for X.509 certificates. If the hash does not already exist, it is automatically computed.
This property is read-only.
Data Type
string
SSHCertThumbprintSHA256 Property (SFTPClient Component)
The SHA-256 hash of the certificate.
Syntax
func (obj *SFTPClient) SSHCertThumbprintSHA256() (string, error)
Default Value
""
Remarks
The SHA-256 hash of the certificate. It is primarily used for X.509 certificates. If the hash does not already exist, it is automatically computed.
This property is read-only.
Data Type
string
SSHCertUsage Property (SFTPClient Component)
The text description of UsageFlags .
Syntax
func (obj *SFTPClient) SSHCertUsage() (string, error)
Default Value
""
Remarks
The text description of SSHCertUsageFlags.
This value will be one or more of the following strings and will be separated by commas:
- Digital Signature
- Non-Repudiation
- Key Encipherment
- Data Encipherment
- Key Agreement
- Certificate Signing
- CRL Signing
- Encipher Only
If the provider is OpenSSL, the value is a comma-separated list of X.509 certificate extension names.
This property is read-only.
Data Type
string
SSHCertUsageFlags Property (SFTPClient Component)
The flags that show intended use for the certificate.
Syntax
func (obj *SFTPClient) SSHCertUsageFlags() (int32, error)
Default Value
0
Remarks
The flags that show intended use for the certificate. The value of SSHCertUsageFlags is a combination of the following flags:
| 0x80 | Digital Signature |
| 0x40 | Non-Repudiation |
| 0x20 | Key Encipherment |
| 0x10 | Data Encipherment |
| 0x08 | Key Agreement |
| 0x04 | Certificate Signing |
| 0x02 | CRL Signing |
| 0x01 | Encipher Only |
Please see the SSHCertUsage property for a text representation of SSHCertUsageFlags.
This functionality currently is not available when the provider is OpenSSL.
This property is read-only.
Data Type
int32
SSHCertVersion Property (SFTPClient Component)
The certificate's version number.
Syntax
func (obj *SFTPClient) SSHCertVersion() (string, error)
Default Value
""
Remarks
The certificate's version number. The possible values are the strings "V1", "V2", and "V3".
This property is read-only.
Data Type
string
SSHCertSubject Property (SFTPClient Component)
The subject of the certificate used for client authentication.
Syntax
func (obj *SFTPClient) SSHCertSubject() (string, error)
func (obj *SFTPClient) SetSSHCertSubject(value string) error
Default Value
""
Remarks
The subject of the certificate used for client authentication.
This property must be set after all other certificate properties are set. When this property is set, a search is performed in the current certificate store to locate a certificate with a matching subject.
If a matching certificate is found, the property is set to the full subject of the matching certificate.
If an exact match is not found, the store is searched for subjects containing the value of the property.
If a match is still not found, the property is set to an empty string, and no certificate is selected.
The special value "*" picks a random certificate in the certificate store.
The certificate subject is a comma-separated list of distinguished name fields and values. For instance, "CN=www.server.com, OU=test, C=US, E=example@email.com". Common fields and their meanings are as follows:
| Field | Meaning |
| CN | Common Name. This is commonly a hostname like www.server.com. |
| O | Organization |
| OU | Organizational Unit |
| L | Locality |
| S | State |
| C | Country |
| E | Email Address |
If a field value contains a comma, it must be quoted.
Data Type
string
SSHCertEncoded Property (SFTPClient Component)
The certificate (PEM/Base64 encoded).
Syntax
func (obj *SFTPClient) SSHCertEncoded() ([]byte, error)
func (obj *SFTPClient) SetSSHCertEncoded(value []byte) error
Default Value
""
Remarks
The certificate (PEM/Base64 encoded). This property is used to assign a specific certificate. The SSHCertStore and SSHCertSubject properties also may be used to specify a certificate.
When SSHCertEncoded is set, a search is initiated in the current SSHCertStore for the private key of the certificate. If the key is found, SSHCertSubject is updated to reflect the full subject of the selected certificate; otherwise, SSHCertSubject is set to an empty string.
Data Type
[]byte
SSHCompressionAlgorithms Property (SFTPClient Component)
The comma-separated list containing all allowable compression algorithms.
Syntax
func (obj *SFTPClient) SSHCompressionAlgorithms() (string, error)
func (obj *SFTPClient) SetSSHCompressionAlgorithms(value string) error
Default Value
"none,zlib"
Remarks
During the Secure Shell (SSH) handshake, this list will be used to negotiate the compression algorithm to be used between the client and server. This list is used for both directions: client to server and server to client. When negotiating algorithms, each side sends a list of all algorithms it supports or allows. The algorithm chosen for each direction is the first algorithm to appear in the sender's list that the receiver supports. Therefore, it is important to list multiple algorithms in preferential order. If no algorithm can be agreed on, the struct will raise an error and the connection will be aborted.
At least one supported algorithm must appear in this list. The following compression algorithms are supported by the struct:
- zlib
- zlib@openssh.com
- none
Data Type
string
SSHEncryptionAlgorithms Property (SFTPClient Component)
The comma-separated list containing all allowable encryption algorithms.
Syntax
func (obj *SFTPClient) SSHEncryptionAlgorithms() (string, error)
func (obj *SFTPClient) SetSSHEncryptionAlgorithms(value string) error
Default Value
"aes256-ctr,aes192-ctr,aes128-ctr,3des-ctr,aes256-gcm@openssh.com,aes128-gcm@openssh.com,chacha20-poly1305@openssh.com"
Remarks
During the Secure Shell (SSH) handshake, this list will be used to negotiate the encryption algorithm to be used between the client and server. This list is used for both directions: client to server and server to client. When negotiating algorithms, each side sends a list of all algorithms it supports or allows. The algorithm chosen for each direction is the first algorithm to appear in the sender's list that the receiver supports. Therefore, it is important to list multiple algorithms in preferential order. If no algorithm can be agreed on, the struct will raise an error and the connection will be aborted.
At least one supported algorithm must appear in this list. The following encryption algorithms are supported by the struct:
- aes256-ctr
- aes256-cbc
- aes192-ctr
- aes192-cbc
- aes128-ctr
- aes128-cbc
- 3des-ctr
- 3des-cbc
- cast128-cbc
- blowfish-cbc
- arcfour
- arcfour128
- arcfour256
- aes256-gcm@openssh.com
- aes128-gcm@openssh.com
- chacha20-poly1305@openssh.com
Data Type
string
SSHHost Property (SFTPClient Component)
The address of the Secure Shell (SSH) host.
Syntax
func (obj *SFTPClient) SSHHost() (string, error)
func (obj *SFTPClient) SetSSHHost(value string) error
Default Value
""
Remarks
The SSHHost property specifies the IP address (IP number in dotted internet format) or domain name of the remote host. It is set before a connection is attempted and cannot be changed once a connection is established.
If the SSHHost property is set to a domain name, a DNS request is initiated, and upon successful termination of the request, the SSHHost property is set to the corresponding address. If the search is not successful, an error is returned.
The SSHHost must be the same host that will be assumed for SSH as for the remote service being connected to.
Data Type
string
SSHPassword Property (SFTPClient Component)
The password for Secure Shell (SSH) password-based authentication.
Syntax
func (obj *SFTPClient) SSHPassword() (string, error)
func (obj *SFTPClient) SetSSHPassword(value string) error
Default Value
""
Remarks
SSHPassword specifies the password that is used to authenticate the client to the SSH server.
Data Type
string
SSHPort Property (SFTPClient Component)
The port on the Secure Shell (SSH) server where the SSH service is running; by default, 22.
Syntax
func (obj *SFTPClient) SSHPort() (int32, error)
func (obj *SFTPClient) SetSSHPort(value int32) error
Default Value
22
Remarks
The SSHPort specifies a service port on the SSH host to connect to.
A valid port number (a value between 1 and 65535) is required for the connection to take place. The property must be set before a connection is attempted and cannot be changed once a connection is established. Any attempt to change this property while connected will fail with an error.
Data Type
int32
SSHUser Property (SFTPClient Component)
The username for Secure Shell (SSH) authentication.
Syntax
func (obj *SFTPClient) SSHUser() (string, error)
func (obj *SFTPClient) SetSSHUser(value string) error
Default Value
""
Remarks
SSHUser specifies the username that is used to authenticate the client to the SSH server. This property is required.
Example 1. User/Password Authentication:
Control.SSHAuthMode = SftpSSHAuthModes.amPassword
Control.SSHUser = "username"
Control.SSHPassword = "password"
Control.SSHLogon("server", 22)
Example 2. Public Key Authentication:
Control.SSHAuthMode = SftpSSHAuthModes.amPublicKey
Control.SSHUser = "username"
Control.SSHCertStoreType = SSHCertStoreTypes.cstPFXFile;
Control.SSHCertStore = "cert.pfx";
Control.SSHCertStorePassword = "certpassword";
Control.SSHCertSubject = "*";
Control.SSHLogon("server", 22)
Data Type
string
StartByte Property (SFTPClient Component)
The offset in bytes at which to begin the upload or download.
Syntax
func (obj *SFTPClient) StartByte() (int64, error)
func (obj *SFTPClient) SetStartByte(value int64) error
Default Value
0
Remarks
The StartByte property is used by the Upload and Download methods to determine at what offset to begin the transfer. This allows for resuming both uploads and downloads. The value of this property is reset to 0 after a successful transfer. StartByte is not valid for use with Append.
When downloading, this property can be used in conjunction with the TransferredDataLimit configuration setting to download only a specific range of data from the current RemoteFile.
Data Type
int64
Timeout Property (SFTPClient Component)
The timeout for the class.
Syntax
func (obj *SFTPClient) Timeout() (int32, error)
func (obj *SFTPClient) SetTimeout(value int32) error
Default Value
60
Remarks
If the Timeout property is set to 0, all operations will run uninterrupted until successful completion or an error condition is encountered.
If Timeout is set to a positive value, the struct will wait for the operation to complete before returning control.
The struct will use DoEvents to enter an efficient wait loop during any potential waiting period, making sure that all system events are processed immediately as they arrive. This ensures that the host application does not freeze and remains responsive.
If Timeout expires, and the operation is not yet complete, the struct fails with an error.
NOTE: By default, all timeouts are inactivity timeouts, that is, the timeout period is extended by Timeout seconds when any amount of data is successfully sent or received.
The default value for the Timeout property is 60 seconds.
Data Type
int32
Append Method (SFTPClient Component)
Appends data from LocalFile to a remote file RemoteFile on a secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) Append() error
Remarks
This method is similar to the Upload method, but the local file specified by LocalFile is appended to RemoteFile on the server as opposed to replacing it as with the Upload method. RemoteFile is either an absolute path on the server or a path relative to RemotePath. The server will create a file with that name if it does not already exist (similar to upload).
If a Secure Shell (SSH) session is not in place, one is automatically created by the component first.
ChangeRemotePath Method (SFTPClient Component)
Changes the current path on the server.
Syntax
func (obj *SFTPClient) ChangeRemotePath(RemotePath string) error
Remarks
This method changes the current path on the server to the specified RemotePath. When called, the struct will issue a command to the server to change the directory. The RemotePath parameter may hold an absolute or relative path.
Absolute Paths
If the path begins with a /, it is considered an absolute path and must specify the entire path from the root of the server. For example:
component.ChangeRemotePath("/home/testuser/myfolder");
Relative Paths
If the path does not begin with a /, it is considered a relative path and is resolved in relation to the current directory. For instance, a value of myfolder will indicate a subfolder of the current directory. The special value .. refers to the parent directory of the current path. For example:
//Change to the 'myfolder' sub-directory
component.ChangeRemotePath("myfolder");
//Navigate up two levels and then into the 'another/folder' path.
component.ChangeRemotePath("../../another/folder");
CheckFileExists Method (SFTPClient Component)
Returns True if the file specified by RemoteFile exists on the remote server.
Syntax
func (obj *SFTPClient) CheckFileExists() (bool, error)
Remarks
This property returns true if the file exists on the remote server. It returns false if the file does not exist. You must specify the file you wish to check by setting the RemoteFile before calling this method.
If no session is in place, the value of this property will always be false.
Config Method (SFTPClient Component)
Sets or retrieves a configuration setting.
Syntax
func (obj *SFTPClient) Config(ConfigurationString string) (string, error)
Remarks
Config is a generic method available in every struct. It is used to set and retrieve configuration settings for the struct.
These settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the struct, access to these internal properties is provided through the Config method.
To set a configuration setting named PROPERTY, you must call Config("PROPERTY=VALUE"), where VALUE is the value of the setting expressed as a string. For boolean values, use the strings "True", "False", "0", "1", "Yes", or "No" (case does not matter).
To read (query) the value of a configuration setting, you must call Config("PROPERTY"). The value will be returned as a string.
Connect Method (SFTPClient Component)
Connects to the Secure Shell (SSH) host.
Syntax
func (obj *SFTPClient) Connect() error
Remarks
By default, this method establishes a connection with the SSHHost and performs a full SSH login (equivalent to calling the SSHLogon method with the current SSHHost and SSHPort).
This behavior is controlled by the ConnectAndLogin configuration setting, which defaults to true. When set to false, this method will only establish the TCP connection with the SSHHost without logging in. This may be useful in cases in which it is desirable to separate the connection and logon operations; for instance, confirming a host is available by first creating the connection. To complete the SSH login afterward, call SSHLogon with the same SSHHost and SSHPort that were used to connect.
CopyRemoteData Method (SFTPClient Component)
Copies a range of bytes from one remote file to another directly on the secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) CopyRemoteData(DestFile string, Length int64, WriteOffset int64) error
Remarks
This method uses the copy-data extension to copy data from the remote file specified by RemoteFile to the destination file specified by DestFile. The server must support the copy-data extension.
Set StartByte to indicate where in the source file to start reading. The Length parameter indicates the number of bytes to read, and the WriteOffset parameter indicates where in the destination file to start writing.
RemoteFile may be an absolute path on the server or a path relative to RemotePath. DestFile may also be absolute or relative to RemotePath.
If a Secure Shell (SSH) session is not in place, one is automatically created by the component first.
sftp.RemoteFile = "/my/source/file.txt";
sftp.StartByte = 6;
sftp.CopyRemoteData("/my/destination/file.txt", 5, 14);
CopyRemoteFile Method (SFTPClient Component)
Copies a remote file directly on the secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) CopyRemoteFile(DestFile string) error
Remarks
This method uses the copy-file extension to copy the remote file specified by RemoteFile to the destination file specified by DestFile. The server must support the copy-file extension.
RemoteFile may be an absolute path on the server or a path relative to RemotePath. DestFile may also be absolute or relative to RemotePath. Overwrite controls whether an existing destination file will be overwritten.
If a Secure Shell (SSH) session is not in place, one is automatically created by the component first.
sftp.Overwrite = true;
sftp.RemoteFile = "/my/source/file.txt";
sftp.CopyRemoteFile("/my/destination/file.txt");
CreateFile Method (SFTPClient Component)
Creates a file on the secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) CreateFile(FileName string) error
Remarks
This method creates an empty file on the server with the name specified by the FileName parameter.
To upload a file with content, use Upload instead.
DecodePacket Method (SFTPClient Component)
Decodes a hex-encoded Secure Shell (SSH) packet.
Syntax
func (obj *SFTPClient) DecodePacket(EncodedPacket string) ([]byte, error)
Remarks
This method is used to decode an SSH packet created by EncodePacket.
NOTE: This method is applicable only for reading and creating Secure Shell (SSH) packets for use within the SSHCustomAuth event.
DeleteFile Method (SFTPClient Component)
Deletes a file specified by FileName from a secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) DeleteFile(FileName string) error
Remarks
The remote file or directory specified by FileName is deleted. FileName is either an absolute path on the server or a path relative to RemotePath.
If a Secure Shell (SSH) session is not in place, one is automatically created by the component first.
Disconnect Method (SFTPClient Component)
Disconnects from the server without first logging off.
Syntax
func (obj *SFTPClient) Disconnect() error
Remarks
This method immediately disconnects from the server without first logging off.
In most cases, the SSHLogoff method should be used to log off and disconnect from the server. Call the Disconnect method in cases in which it is desirable to immediately disconnect without first logging off.
DoEvents Method (SFTPClient Component)
This method processes events from the internal message queue.
Syntax
func (obj *SFTPClient) DoEvents() error
Remarks
When DoEvents is called, the struct processes any available events. If no events are available, it waits for a preset period of time, and then returns.
Download Method (SFTPClient Component)
Downloads a RemoteFile from a secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) Download() error
Remarks
The remote file specified by RemoteFile is downloaded to the local file specified by LocalFile, or it is retrieved through the Transfer event, if the LocalFile property is "" (empty string). RemoteFile is either an absolute path on the server or is a path relative to RemotePath.
If a Secure Shell (SSH) session is not in place, one is automatically created by the component first.
Example. Download a File:
SFTPControl.Localfile = "C:\localfile.txt"
SFTPControl.RemoteFile = "remotefile.txt"
SFTPControl.Download()
SFTPControl.Localfile = "C:\localfile2.txt"
SFTPControl.RemoteFile = "folder/remotefile2.txt"
SFTPControl.Download()
DownloadRange Method (SFTPClient Component)
Facilitates the partial downloading of a remote file from a secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) DownloadRange(Path string, FileName string, StartByte int64, Count int32, Buffer []byte) (int32, error)
Remarks
This method enables downloading a specific segment of a remote file specified by Path and FileName. StartByte is the offset (in bytes) relative to the beginning of the file from where to start reading, and Count is the number of bytes to read into the specified Buffer.
This functionality is particularly useful for efficient management of large files and targeted data retrieval within them.
NOTE: If the requested range extends beyond the end of the file, only the available bytes will be returned.
EncodePacket Method (SFTPClient Component)
Hex encodes a Secure Shell (SSH) packet.
Syntax
func (obj *SFTPClient) EncodePacket(Packet []byte) (string, error)
Remarks
This method is used to encode a raw SSH packet created by SetSSHParam.
NOTE: This method is applicable only for reading and creating Secure Shell (SSH) packets for use within the SSHCustomAuth event.
GetSSHParam Method (SFTPClient Component)
Reads a field from a Secure Shell (SSH) packet's payload.
Syntax
func (obj *SFTPClient) GetSSHParam(Payload []byte, Field string) (string, error)
Remarks
This method is used to read the value of a particular field from an SSH packet's payload. Payload should contain the full payload of a packet received by an event such as SSHChannelRequest. Field is the name of a field to be read out of the packet.
The following is a list of the names of well-known channel request field names and their encodings:
| ChannelId (int32) | The Id of the channel that received the packet. |
| RequestType (string) | The type of channel requested. |
| WantsReply (boolean) | Whether or not the client wants a reply to the request. |
The remaining fields that are available in the payload are dependent on the value of RequestType.
pty-req
Pty-req is a request to open a pseudo terminal on the specified channel. The following fields are available:
| TerminalType (string) | The type of terminal being requested (e.g., "vt100"). |
| TerminalWidthCharacters (int32) | The width, in characters, of the terminal to be opened. |
| TerminalHeightRows (int32) | The height, in rows, of the terminal to be opened. |
| TerminalWidthPixels (int32) | The width, in pixels, of the terminal to be opened. |
| TerminalHeightPixels (int32) | The height, in pixels, of the terminal to be opened. |
| TerminalModes (string) | A list of op-val (int32-byte) encoded modes to be used by the terminal. |
x11-req
X11-req is a request to forward x11 sessions over a channel. The following fields are available:
| SingleConnection (boolean) | Disallows more than one connection to be forwarded by the channel. |
| X11AuthProtocol (string) | The authentication protocol to be used (e.g., "MIT-MAGIC-COOKIE-1"). |
| X11AuthCookie (string) | A hexadecimal-encoded cookie to be used for authentication. |
| X11ScreenNumber (int32) | The x11 screen number to be used. |
env
Env is a request to set an environment variable to be passed into a shell that may be started later. The following fields are available:
| VariableName (string) | The name of the variable to be set. |
| VariableValue (string) | The value of the variable to be set. |
exec
Exec is a request to execute a command on the channel using the authenticated user's shell. The following field is available:
| Command (string) | The command to be executed. |
subsystem
Subsystem is a request to start a subsystem on the specified channel. The following field is available:
| Subsystem (string) | The name of the subsystem to be started (e.g., "sftp"). |
xon-xoff
Xon-xoff instructs the server to allow or disallow control-S/control-Q style flow control. The following field is available:
| ClientCanDo (boolean) | Whether or not the server should enable flow control. |
signal
Sends a signal to the remote process/service. The following field is available:
| SignalName (string) | The name of the signal to be sent. |
If the packet type is not well known, Field should start with the special character "%" and contain a comma-separated list of field types as defined in SetSSHParam. For example, reading out the X11AuthProtocol of an x11-req payload, you can use "%s,f".
NOTE: The return value is a string encoded the same way as the FieldValue param in SetSSHParam.
NOTE: This method is applicable only for reading and creating Secure Shell (SSH) packets for use within the SSHCustomAuth event.
GetSSHParamBytes Method (SFTPClient Component)
Reads a field from a Secure Shell (SSH) packet's payload.
Syntax
func (obj *SFTPClient) GetSSHParamBytes(Payload []byte, Field string) ([]byte, error)
Remarks
This method is the same as calling GetSSHParam, but it returns raw bytes instead of strings.
NOTE: This method is applicable only for reading and creating Secure Shell (SSH) packets for use within the SSHCustomAuth event.
Interrupt Method (SFTPClient Component)
This method interrupts the current method.
Syntax
func (obj *SFTPClient) Interrupt() error
Remarks
If there is no method in progress, Interrupt simply returns, doing nothing.
ListDirectory Method (SFTPClient Component)
Lists the current directory specified by RemotePath on a secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) ListDirectory() error
Remarks
A listing is requested for the directory (or file mask) specified in RemoteFile. RemoteFile is either an absolute path on the server or is a path relative to RemotePath. The file listing is received through the DirList event.
If a Secure Shell (SSH) session is not in place, one is automatically created by the component first.
MakeDirectory Method (SFTPClient Component)
Creates a directory on a secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) MakeDirectory(NewDir string) error
Remarks
A directory with a path specified by NewDir is created on the SFTP server. NewDir is either an absolute path on the server or is a path relative to RemotePath.
If a Secure Shell (SSH) session is not in place, one is automatically created by the component first.
QueryFileAttributes Method (SFTPClient Component)
Queries the server for the attributes of RemoteFile .
Syntax
func (obj *SFTPClient) QueryFileAttributes() error
Remarks
This method queries the server for attributes of RemoteFile. After calling this method, FileAttributes will be populated with the values returned by the server.
To update attributes, modify the desired values in FileAttributes and call UpdateFileAttributes.
QueueFile Method (SFTPClient Component)
Adds a file to the transfer queue.
Syntax
func (obj *SFTPClient) QueueFile(LocalFile string, RemoteFile string) error
Remarks
This method adds a file to the queue of files that will be transferred.
It is not required to use this method; however, this method extends the ability of the struct to allow for multiple simultaneous file transfers.
To simply transfer a file without using this method, you need only to set LocalFile and RemoteFile and to call Upload or Download, as appropriate. This method allows you to instead queue multiple files before beginning a transfer.
When a file is queued, it will not be transferred until the Upload or Download method is called. If multiple files are queued, the files will be transferred simultaneously. The SimultaneousTransferLimit setting controls the maximum number of simultaneous transfers.
The Upload or Download method will not return until the queue has been completely processed. This method may be called from within events to add additional files to the queue before processing is complete.
To clear the queue, call ResetQueue. This will not affect current transfers.
To cancel an individual file transfer, set the Cancel parameter of the Transfer event to True. The rest of the queue will continue to process as normal.
The Interrupt method may be called to immediately stop all current transfers.
In the event of a file-specific error, the Error event will fire and the LocalFile and RemoteFile event parameters can be used to identify the file to which the error applies.
RemoveDirectory Method (SFTPClient Component)
Removes a directory specified by DirName from a secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) RemoveDirectory(DirName string) error
Remarks
A directory with a path specified by DirName is deleted on the SFTP server. DirName is either an absolute path on the server or a path relative to RemotePath.
If a Secure Shell (SSH) session is not in place, one is automatically created by the component first.
RenameFile Method (SFTPClient Component)
Changes the name of RemoteFile to NewName .
Syntax
func (obj *SFTPClient) RenameFile(NewName string) error
Remarks
The name of the remote file or the folder specified by RemoteFile is changed to NewName. RemoteFile and NewName are either absolute paths on the server or a path relative to RemotePath.
If a Secure Shell (SSH) session is not in place, one is automatically created by the component first.
Reset Method (SFTPClient Component)
This method will reset the class.
Syntax
func (obj *SFTPClient) Reset() error
Remarks
This method will reset the struct's properties to their default values.
ResetQueue Method (SFTPClient Component)
Resets the queue of files to be transferred.
Syntax
func (obj *SFTPClient) ResetQueue() error
Remarks
This method will remove all files from the transfer queue.
Calling this method will clear all files that were queued by QueueFile. Calling this method will not affect current transfers.
SetSSHParam Method (SFTPClient Component)
Writes a field to the end of a payload.
Syntax
func (obj *SFTPClient) SetSSHParam(Payload []byte, FieldType string, FieldValue string) ([]byte, error)
Remarks
This method is used to build the payload portion of a Secure Shell (SSH) packet to be sent later by a call to SendSSHPacket. Payload should contain the result of a previous call to SetSSHParam. FieldType is a string defining the type of field to be written to the packet. FieldValue should be the string representation of the field to be written.
The following is a list of supported field types and a description of how FieldValue should be encoded:
| s | A plaintext string containing the default system encoding of the data. |
| sb | A string containing the hex-encoded data (e.g., "A1B23C") |
| m | A variable-length large integer, encoded as a textual representation of the value (e.g., "1234"). |
| i | A 32-bit integer, encoded as a textual representation of the value (e.g., "1234"). |
| l | A 64-bit integer, encoded as a textual representation of the value (e.g., "1234"). |
| b | A single byte, encoded as a textual representation of the value (e.g., "123"). |
| f | A boolean flag, encoded as a textual representation of the value (e.g., 'True' or 'False') |
NOTE: Integer values may be hexadecimal encoded by prefixing "0x" to the beginning of the string; otherwise, the value is assumed to be Base10.
NOTE: This method is applicable only for reading and creating Secure Shell (SSH) packets for use within the SSHCustomAuth event.
SSHLogoff Method (SFTPClient Component)
Logs off from the Secure Shell (SSH) server.
Syntax
func (obj *SFTPClient) SSHLogoff() error
Remarks
Logs off from the SSH server. If that fails, the connection is terminated by the local host.
SSHLogon Method (SFTPClient Component)
Logs on to the SSHHost using the current SSHUser and SSHPassword .
Syntax
func (obj *SFTPClient) SSHLogon(SSHHost string, SSHPort int32) error
Remarks
Logs on to the Secure Shell (SSH) server using the current SSHUser and SSHPassword. This will perform the SSH handshake and authentication.
Example. Logging On:
SSHClient.SSHUser = "username"
SSHClient.SSHPassword = "password"
SSHClient.SSHLogon("sshHost", sshPort)
UpdateFileAttributes Method (SFTPClient Component)
Instructs the class to send the FileAttributes to the server.
Syntax
func (obj *SFTPClient) UpdateFileAttributes() error
Remarks
When UpdateFileAttributes is called, the struct will send the values of the following properties to the server:
- FileAccessTime
- FileACL
- FileAllocationSize
- FileAttributeBits
- FileAttributeBitsValid
- FileCreationTime
- FileType
- FileGroupId
- FileIsDir
- FileModifiedTime
- FileOwnerId
- FilePermissions
- FileSize
Upload Method (SFTPClient Component)
Uploads a file specified by LocalFile to a secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) Upload() error
Remarks
The local file specified by LocalFile is uploaded to the remote file specified by RemoteFile. RemoteFile is either an absolute path on the server or a path relative to RemotePath.
If a Secure Shell (SSH) session is not in place, one is automatically created by the component first.
If you want to append to a server file, please refer to the Append method.
Example. Upload a File:
FTPControl.LocalFile = "C:\\localfile.txt"
FTPControl.RemoteFile = "remotefile.txt"
FTPControl.Upload()
FTPControl.LocalFile = "C:\\localfile2.txt"
FTPControl.RemoteFile = "folder/remotefile2.txt"
FTPControl.Upload()
UploadRange Method (SFTPClient Component)
Inserts data into a remote file on a secure file transfer protocol (SFTP) server.
Syntax
func (obj *SFTPClient) UploadRange(Path string, FileName string, StartByte int64, Count int32, Buffer []byte) error
Remarks
This method enables uploading a buffer into the remote file specified by the Path and FileName. Count bytes will be updated from the provided Buffer starting in the remote file at the StartByte offset.
This functionality enables precise control over the insertion of data into a remote file, allowing for targeted modifications, overwriting, or additions starting from a specific position within the file.
NOTE: If the offset specified is beyond the file length, empty bytes will be created between the last file byte and the uploaded buffer.
Connected Event (SFTPClient Component)
Fired immediately after a connection completes (or fails).
Syntax
// SFTPClientConnectedEventArgs carries the SFTPClient Connected event's parameters.
type SFTPClientConnectedEventArgs struct {...}
func (args *SFTPClientConnectedEventArgs) StatusCode() int32
func (args *SFTPClientConnectedEventArgs) Description() string
// SFTPClientConnectedEvent defines the signature of the SFTPClient Connected event's handler function.
type SFTPClientConnectedEvent func(sender *SFTPClient, args *SFTPClientConnectedEventArgs)
func (obj *SFTPClient) GetOnConnectedHandler() SFTPClientConnectedEvent
func (obj *SFTPClient) SetOnConnectedHandler(handlerFunc SFTPClientConnectedEvent)
Remarks
If the connection is made normally, StatusCode is 0 and Description is "OK".
If the connection fails, StatusCode has the error code returned by the Transmission Control Protocol (TCP)/IP stack. Description contains a description of this code. The value of StatusCode is equal to the value of the error.
Please refer to the Error Codes section for more information.
ConnectionStatus Event (SFTPClient Component)
Fired to indicate changes in the connection state.
Syntax
// SFTPClientConnectionStatusEventArgs carries the SFTPClient ConnectionStatus event's parameters.
type SFTPClientConnectionStatusEventArgs struct {...}
func (args *SFTPClientConnectionStatusEventArgs) ConnectionEvent() string
func (args *SFTPClientConnectionStatusEventArgs) StatusCode() int32
func (args *SFTPClientConnectionStatusEventArgs) Description() string
// SFTPClientConnectionStatusEvent defines the signature of the SFTPClient ConnectionStatus event's handler function.
type SFTPClientConnectionStatusEvent func(sender *SFTPClient, args *SFTPClientConnectionStatusEventArgs)
func (obj *SFTPClient) GetOnConnectionStatusHandler() SFTPClientConnectionStatusEvent
func (obj *SFTPClient) SetOnConnectionStatusHandler(handlerFunc SFTPClientConnectionStatusEvent)
Remarks
This event is fired when the connection state changes: for example, completion of a firewall or proxy connection or completion of a security handshake.
The ConnectionEvent parameter indicates the type of connection event. Values may include the following:
| Firewall connection complete. | |
| Secure Sockets Layer (SSL) or S/Shell handshake complete (where applicable). | |
| Remote host connection complete. | |
| Remote host disconnected. | |
| SSL or S/Shell connection broken. | |
| Firewall host disconnected. |
DirList Event (SFTPClient Component)
Fired when a directory entry is received.
Syntax
// SFTPClientDirListEventArgs carries the SFTPClient DirList event's parameters.
type SFTPClientDirListEventArgs struct {...}
func (args *SFTPClientDirListEventArgs) DirEntry() string
func (args *SFTPClientDirListEventArgs) FileName() string
func (args *SFTPClientDirListEventArgs) IsDir() bool
func (args *SFTPClientDirListEventArgs) FileSize() int64
func (args *SFTPClientDirListEventArgs) FileTime() string
func (args *SFTPClientDirListEventArgs) IsSymlink() bool
// SFTPClientDirListEvent defines the signature of the SFTPClient DirList event's handler function.
type SFTPClientDirListEvent func(sender *SFTPClient, args *SFTPClientDirListEventArgs)
func (obj *SFTPClient) GetOnDirListHandler() SFTPClientDirListEvent
func (obj *SFTPClient) SetOnDirListHandler(handlerFunc SFTPClientDirListEvent)
Remarks
The DirList events are fired when a directory listing is received as a response to a ListDirectory.
The StartTransfer and EndTransfer events mark the beginning and end of the event stream.
The DirEntry parameter contains the filename when ListDirectory is called.
The struct tries to fill out the FileName, IsDir, FileSize, and FileTime parameters when calling the ListDirectory method.
The format of the FileTime parameter returned by the struct can be controlled through the FileTimeFormat configuration setting. If no format is specified, the struct will format the date dependent on the year. If the filetime is in the same year, it will be formatted as "MMM dd HH:mm"; otherwise, it will be formatted as "MMM dd yyyy".
IsSymlink indicates whether the entry is a symbolic link. When the entry is a symbolic link, the value of IsDir will always be False because this information is not returned in the directory listing. To inspect a symlink to determine if it is a link to a file or a folder, set RemoteFile and query the FileIsDir property.
Disconnected Event (SFTPClient Component)
Fired when a connection is closed.
Syntax
// SFTPClientDisconnectedEventArgs carries the SFTPClient Disconnected event's parameters.
type SFTPClientDisconnectedEventArgs struct {...}
func (args *SFTPClientDisconnectedEventArgs) StatusCode() int32
func (args *SFTPClientDisconnectedEventArgs) Description() string
// SFTPClientDisconnectedEvent defines the signature of the SFTPClient Disconnected event's handler function.
type SFTPClientDisconnectedEvent func(sender *SFTPClient, args *SFTPClientDisconnectedEventArgs)
func (obj *SFTPClient) GetOnDisconnectedHandler() SFTPClientDisconnectedEvent
func (obj *SFTPClient) SetOnDisconnectedHandler(handlerFunc SFTPClientDisconnectedEvent)
Remarks
If the connection is broken normally, StatusCode is 0 and Description is "OK".
If the connection is broken for any other reason, StatusCode has the error code returned by the Transmission Control Protocol (TCP/IP) subsystem. Description contains a description of this code. The value of StatusCode is equal to the value of the TCP/IP error.
Please refer to the Error Codes section for more information.
EndTransfer Event (SFTPClient Component)
Fired when a file completes downloading or uploading.
Syntax
// SFTPClientEndTransferEventArgs carries the SFTPClient EndTransfer event's parameters.
type SFTPClientEndTransferEventArgs struct {...}
func (args *SFTPClientEndTransferEventArgs) Direction() int32
func (args *SFTPClientEndTransferEventArgs) LocalFile() string
func (args *SFTPClientEndTransferEventArgs) RemoteFile() string
// SFTPClientEndTransferEvent defines the signature of the SFTPClient EndTransfer event's handler function.
type SFTPClientEndTransferEvent func(sender *SFTPClient, args *SFTPClientEndTransferEventArgs)
func (obj *SFTPClient) GetOnEndTransferHandler() SFTPClientEndTransferEvent
func (obj *SFTPClient) SetOnEndTransferHandler(handlerFunc SFTPClientEndTransferEvent)
Remarks
The EndTransfer event fires when either an upload or a download operation completes. This occurs when the file finishes transferring or a directory listing is finished.
The Direction parameter shows whether the client (0) or the server (1) is sending the data.
LocalFile identifies the local file. RemoteFile is the remote file.
Error Event (SFTPClient Component)
Fired when errors occur during data delivery.
Syntax
// SFTPClientErrorEventArgs carries the SFTPClient Error event's parameters.
type SFTPClientErrorEventArgs struct {...}
func (args *SFTPClientErrorEventArgs) ErrorCode() int32
func (args *SFTPClientErrorEventArgs) Description() string
func (args *SFTPClientErrorEventArgs) LocalFile() string
func (args *SFTPClientErrorEventArgs) RemoteFile() string
// SFTPClientErrorEvent defines the signature of the SFTPClient Error event's handler function.
type SFTPClientErrorEvent func(sender *SFTPClient, args *SFTPClientErrorEventArgs)
func (obj *SFTPClient) GetOnErrorHandler() SFTPClientErrorEvent
func (obj *SFTPClient) SetOnErrorHandler(handlerFunc SFTPClientErrorEvent)
Remarks
The Error event is fired in case of exceptional conditions during message processing. Normally the struct fails with an error.
ErrorCode contains an error code and Description contains a textual description of the error. For a list of valid error codes and their descriptions, please refer to the Error Codes section.
LocalFile identifies the local file. RemoteFile is the remote file.
Log Event (SFTPClient Component)
Fired once for each log message.
Syntax
// SFTPClientLogEventArgs carries the SFTPClient Log event's parameters.
type SFTPClientLogEventArgs struct {...}
func (args *SFTPClientLogEventArgs) LogLevel() int32
func (args *SFTPClientLogEventArgs) Message() string
func (args *SFTPClientLogEventArgs) LogType() string
// SFTPClientLogEvent defines the signature of the SFTPClient Log event's handler function.
type SFTPClientLogEvent func(sender *SFTPClient, args *SFTPClientLogEventArgs)
func (obj *SFTPClient) GetOnLogHandler() SFTPClientLogEvent
func (obj *SFTPClient) SetOnLogHandler(handlerFunc SFTPClientLogEvent)
Remarks
Fired once for each log message generated by the struct. The verbosity is controlled by the LogLevel setting.
LogLevel indicates the detail level of the message. Possible values are as follows:
| 0 (None) | No messages are logged. |
| 1 (Info - Default) | Informational events such as Secure Shell (SSH) handshake messages are logged. |
| 2 (Verbose) | Detailed data such as individual packet information are logged. |
| 3 (Debug) | Debug data including all relevant sent and received bytes are logged. |
Message is the log message.
LogType is reserved for future use.
SSHCustomAuth Event (SFTPClient Component)
Fired when the class is doing a custom authentication.
Syntax
// SFTPClientSSHCustomAuthEventArgs carries the SFTPClient SSHCustomAuth event's parameters.
type SFTPClientSSHCustomAuthEventArgs struct {...}
func (args *SFTPClientSSHCustomAuthEventArgs) Packet() string
func (args *SFTPClientSSHCustomAuthEventArgs) SetPacket(value string)
// SFTPClientSSHCustomAuthEvent defines the signature of the SFTPClient SSHCustomAuth event's handler function.
type SFTPClientSSHCustomAuthEvent func(sender *SFTPClient, args *SFTPClientSSHCustomAuthEventArgs)
func (obj *SFTPClient) GetOnSSHCustomAuthHandler() SFTPClientSSHCustomAuthEvent
func (obj *SFTPClient) SetOnSSHCustomAuthHandler(handlerFunc SFTPClientSSHCustomAuthEvent)
Remarks
SSHCustomAuth is fired during the user authentication stage of the Secure Shell (SSH) logon process if SSHAuthMode is set to amCustom. Packet contains the last raw SSH packet sent by the server, in HEX-encoded format.
The client should create a new raw SSH packet to send to the server and set Packet to the HEX-encoded representation of the packet to send.
In all cases, Packet will start with the message type field.
To read the incoming packet, call DecodePacket and then use the GetSSHParam and GetSSHParamBytes methods. To create a packet, use the SetSSHParam method and then call EncodePacket to obtain a HEX-encoded value and assign this to the Packet parameter.
SSHKeyboardInteractive Event (SFTPClient Component)
Fired when the class receives a request for user input from the server.
Syntax
// SFTPClientSSHKeyboardInteractiveEventArgs carries the SFTPClient SSHKeyboardInteractive event's parameters.
type SFTPClientSSHKeyboardInteractiveEventArgs struct {...}
func (args *SFTPClientSSHKeyboardInteractiveEventArgs) Name() string
func (args *SFTPClientSSHKeyboardInteractiveEventArgs) Instructions() string
func (args *SFTPClientSSHKeyboardInteractiveEventArgs) Prompt() string
func (args *SFTPClientSSHKeyboardInteractiveEventArgs) Response() string
func (args *SFTPClientSSHKeyboardInteractiveEventArgs) SetResponse(value string)
func (args *SFTPClientSSHKeyboardInteractiveEventArgs) EchoResponse() bool
// SFTPClientSSHKeyboardInteractiveEvent defines the signature of the SFTPClient SSHKeyboardInteractive event's handler function.
type SFTPClientSSHKeyboardInteractiveEvent func(sender *SFTPClient, args *SFTPClientSSHKeyboardInteractiveEventArgs)
func (obj *SFTPClient) GetOnSSHKeyboardInteractiveHandler() SFTPClientSSHKeyboardInteractiveEvent
func (obj *SFTPClient) SetOnSSHKeyboardInteractiveHandler(handlerFunc SFTPClientSSHKeyboardInteractiveEvent)
Remarks
SSHKeyboardInteractive is fired during the user authentication stage of the Secure Shell (SSH) logon process. During authentication, the struct will request a list of available authentication methods for the SSHUser. For example, if the SSHHost responds with "keyboard-interactive", the struct will fire this event to allow the client application to set the password.
During authentication, the SSH server may respond with a request for the user's authentication information. Name is a server-provided value associated with the authentication method such as "CRYPTOCard Authentication". Instructions will contain specific instructions, also supplied by the server, for how the user should respond.
Along with these values, the server will also send at least one input Prompt to be displayed to and filled out by the user. Response should be set to the user's input, and will be sent back in the user authentication information response. EchoResponse is a server recommendation for whether or not the user's response should be echoed back during input.
NOTE: The server may send several prompts in a single packet. The struct will fire the SSHKeyboardInteractive event once for each prompt.
SSHServerAuthentication Event (SFTPClient Component)
Fired after the server presents its public key to the client.
Syntax
// SFTPClientSSHServerAuthenticationEventArgs carries the SFTPClient SSHServerAuthentication event's parameters.
type SFTPClientSSHServerAuthenticationEventArgs struct {...}
func (args *SFTPClientSSHServerAuthenticationEventArgs) HostKey() []byte
func (args *SFTPClientSSHServerAuthenticationEventArgs) Fingerprint() string
func (args *SFTPClientSSHServerAuthenticationEventArgs) KeyAlgorithm() string
func (args *SFTPClientSSHServerAuthenticationEventArgs) CertSubject() string
func (args *SFTPClientSSHServerAuthenticationEventArgs) CertIssuer() string
func (args *SFTPClientSSHServerAuthenticationEventArgs) Status() string
func (args *SFTPClientSSHServerAuthenticationEventArgs) Accept() bool
func (args *SFTPClientSSHServerAuthenticationEventArgs) SetAccept(value bool)
// SFTPClientSSHServerAuthenticationEvent defines the signature of the SFTPClient SSHServerAuthentication event's handler function.
type SFTPClientSSHServerAuthenticationEvent func(sender *SFTPClient, args *SFTPClientSSHServerAuthenticationEventArgs)
func (obj *SFTPClient) GetOnSSHServerAuthenticationHandler() SFTPClientSSHServerAuthenticationEvent
func (obj *SFTPClient) SetOnSSHServerAuthenticationHandler(handlerFunc SFTPClientSSHServerAuthenticationEvent)
Remarks
This event is fired when the client can decide whether or not to continue with the connection process. If the public key is known to be a valid key for the Secure Shell (SSH) server, Accept should be set to True within the event. Otherwise, the server will not be authenticated and the connection will be broken.
Accept will be True only if either HostKey or Fingerprint is identical to the value of SSHAcceptServerHostKey.
Accept may be set to True manually to accept the server host key.
NOTE: SSH's security inherently relies on client verification of the host key. Ignoring the host key and always setting Accept to True is strongly discouraged, and could cause potentially serious security vulnerabilities in your application. It is recommended that clients maintain a list of known keys for each server and check HostKey against this list each time a connection is attempted.
Host Key contains the full binary text of the key, in the same format used internally by SSH.
Fingerprint holds the SHA-256 hash of HostKey in the hex-encoded form: 0a:1b:2c:3d. To configure the hash algorithm used to calculate this value, see SSHFingerprintHashAlgorithm. To configure the encoding format used when displaying this value, see SSHFingerprintEncoding.
KeyAlgorithm identifies the host key algorithm. The following values are supported:
- ssh-rsa
- ssh-dss
- rsa-sha2-256
- rsa-sha2-512
- x509v3-sign-rsa
- x509v3-sign-dss
- ecdsa-sha2-nistp256
- ecdsa-sha2-nistp384
- ecdsa-sha2-nistp521
CertSubject is the subject of the certificate. This is applicable only when KeyAlgorithm is "x509v3-sign-rsa" or "x509v3-sign-dss".
CertIssuer is the issuer of the certificate. This is applicable only when KeyAlgorithm is "x509v3-sign-rsa" or "x509v3-sign-dss".
Status is reserved for future use.
SSHStatus Event (SFTPClient Component)
Fired to track the progress of the secure connection.
Syntax
// SFTPClientSSHStatusEventArgs carries the SFTPClient SSHStatus event's parameters.
type SFTPClientSSHStatusEventArgs struct {...}
func (args *SFTPClientSSHStatusEventArgs) Message() string
// SFTPClientSSHStatusEvent defines the signature of the SFTPClient SSHStatus event's handler function.
type SFTPClientSSHStatusEvent func(sender *SFTPClient, args *SFTPClientSSHStatusEventArgs)
func (obj *SFTPClient) GetOnSSHStatusHandler() SFTPClientSSHStatusEvent
func (obj *SFTPClient) SetOnSSHStatusHandler(handlerFunc SFTPClientSSHStatusEvent)
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.
StartTransfer Event (SFTPClient Component)
Fired when a file starts downloading or uploading.
Syntax
// SFTPClientStartTransferEventArgs carries the SFTPClient StartTransfer event's parameters.
type SFTPClientStartTransferEventArgs struct {...}
func (args *SFTPClientStartTransferEventArgs) Direction() int32
func (args *SFTPClientStartTransferEventArgs) LocalFile() string
func (args *SFTPClientStartTransferEventArgs) RemoteFile() string
// SFTPClientStartTransferEvent defines the signature of the SFTPClient StartTransfer event's handler function.
type SFTPClientStartTransferEvent func(sender *SFTPClient, args *SFTPClientStartTransferEventArgs)
func (obj *SFTPClient) GetOnStartTransferHandler() SFTPClientStartTransferEvent
func (obj *SFTPClient) SetOnStartTransferHandler(handlerFunc SFTPClientStartTransferEvent)
Remarks
The StartTransfer event fires when a data interface connection is created. This occurs when the file starts transferring or a directory listing is started.
The Direction parameter shows whether the client (0) or the server (1) is sending the data.
LocalFile identifies the local file. RemoteFile is the remote file.
Transfer Event (SFTPClient Component)
Fired during file download or upload.
Syntax
// SFTPClientTransferEventArgs carries the SFTPClient Transfer event's parameters.
type SFTPClientTransferEventArgs struct {...}
func (args *SFTPClientTransferEventArgs) Direction() int32
func (args *SFTPClientTransferEventArgs) LocalFile() string
func (args *SFTPClientTransferEventArgs) RemoteFile() string
func (args *SFTPClientTransferEventArgs) BytesTransferred() int64
func (args *SFTPClientTransferEventArgs) PercentDone() int32
func (args *SFTPClientTransferEventArgs) Text() []byte
func (args *SFTPClientTransferEventArgs) Cancel() bool
func (args *SFTPClientTransferEventArgs) SetCancel(value bool)
// SFTPClientTransferEvent defines the signature of the SFTPClient Transfer event's handler function.
type SFTPClientTransferEvent func(sender *SFTPClient, args *SFTPClientTransferEventArgs)
func (obj *SFTPClient) GetOnTransferHandler() SFTPClientTransferEvent
func (obj *SFTPClient) SetOnTransferHandler(handlerFunc SFTPClientTransferEvent)
Remarks
One or more Transfer events are fired during file transfer. The BytesTransferred parameter shows the number of bytes transferred since the beginning of the transfer.
Text contains the portion of the file data being delivered.
The Direction parameter shows whether the client (0) or the server (1) is sending the data.
LocalFile identifies the local file. RemoteFile is the remote file.
The PercentDone parameter shows the progress of the transfer in the corresponding direction. If PercentDone can not be calculated the value will be -1.
To cancel the current transfer, set Cancel to True.
Config Settings (SFTPClient Component)
The struct accepts one or more of the following configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the struct, access to these internal properties is provided through the Config method.SFTPClient Config Settings
The default value is False.
The server must support the check-file extension.
The struct supports the following hash algorithms (in order of preference): sha256,sha224,sha384,sha512,sha1,md5. The server may choose to use any value from this list. No action is needed to configure the algorithm, the struct will automatically use the same algorithm that the server users.
If the extension is unsupported or a mismatch in hashes is detected, the struct fails with an error. If the hashes match the value, True is returned.
try {
String flag = sftp.Config("CheckFileHash");
// flag will be equal to "True"
}
catch (Exception e) {
// mismatch
}
test -x /usr/lib/sftp-server && exec /usr/lib/sftp-server\ntest -x /usr/local/lib/sftp-server && exec /usr/local/lib/sftp-server\nexec sftp-server
When initiating a connection to an SFTP server, the struct will always attempt to start the SFTP subsystem for the given connection. However, in the event the SFTP subsystem cannot be started successfully for any reason, this command (or set of commands) will be executed on the server in an attempt to start the SFTP server.
If necessary, this config may be set to another command or an empty string. An empty string indicates there should be no fallback command executed, and the struct will throw an exception assuming the SFTP subsystem cannot be started.
This is useful in cases where a file may exist at the specified path. In such cases, many servers will return an error when attempting to create a directory with the same name, allowing the application to detect the conflict.
NOTE: The server must understand either the "statvfs@openssh.com" or "space-available" extension for this operation to succeed.
If it is desired to retrieve the attributes of the symbolic link itself, set GetSymlinkAttrs to True before querying FileAttributes.
When uploading or downloading, this value will be compared to ServerEOL. If ServerEOL and LocalEOL are different, the line endings in the file being transferred will be converted to the line endings used by the destination. Line endings will be converted to the value in LocalEOL when downloading. Line endings will be converted to the value in ServerEOL when uploading. If ServerEOL and LocalEOL are the same, no conversion takes place.
The value supplied to this setting must be quoted. For example:
component.Config("LocalEOL=\"" + myEOLSequence + "\"");
Where myEOLSequence is a Cr, Lf, or CrLf character sequence.
Conversion will only happen when TransferMode is set to 1 (ASCII) and ServerEOL and LocalEOL are different.
NOTE: Setting this value to True will increase the amount of data that are logged.
Most servers that use smaller values will use a maximum SSH packet size of 16KB (16384). To most efficiently communicate with such servers, MaxFileData size should be set to 14745.
NOTE: Values larger than 64,000 (65,536) may not be respected by some servers (such as OpenSSH) and will result in unexpected behavior. If specifying a value, it is recommended to set a value less than or equal to 65,536.
The default value is 32,768.
string resolvedPath = component.Config("ReadLink=/home/test/mysymlink.txt");
When uploading or downloading, this value will be compared to LocalEOL. If ServerEOL and LocalEOL are different, the line endings in the file being transferred will be converted to the line endings used by the destination. Line endings will be converted to the value in LocalEOL when downloading. Line endings will be converted to the value in ServerEOL when uploading. If ServerEOL and LocalEOL are the same, no conversion takes place.
The value supplied to this setting must be quoted. For example:
component.Config("ServerEOL=\"" + myEOLSequence + "\"");
Where myEOLSequence is a Cr, Lf, or CrLf character sequence.
Conversion will happen only when TransferMode is set to 1 (ASCII) and ServerEOL and LocalEOL are different.
When this value is set to 1 (ASCII) the struct will use the values specified in LocalEOL and ServerEOL to convert line endings as appropriate.
NOTE: When this value is set to 1 (ASCII) and ProtocolVersion is set to 4 or higher the struct will automatically determine the value for ServerEOL if the server supports the newline protocol extension.
This configuration setting can be used in conjunction with the StartByte property to download a specific range of data from the current RemoteFile.
Set this to false to not send the packet. This will cause PreserveFileTime to not work and prevent PercentDone in Transfer from being calculated.
The default is true.
SSHClient Config Settings
If MaxChannelDataLength is greater than 0 and ChannelDataEOL is a nonempty string, the struct will internally buffer data waiting to fire SSHChannelData until either MaxChannelDataLength is reached or ChannelDataEOL is found, whichever comes first. Query ChannelDataEOLFound to know which condition was met. The buffer is reset any time SSHChannelData fires.
ChannelDataEOL and MaxChannelDataLength must be set together or unexpected behavior could occur.
This configuration setting is valid only when queried inside SSHChannelData, MaxChannelDataLength > 0, and ChannelDataEOL is nonempty.
Most SSH servers expect the SSH version string to have the expected format "SSH-protocol version-software version". See above for an example.
When set to false, calling Connect will only establish the underlying TCP connection; the SSH login will not be performed. This may be useful in cases in which it is desirable to separate the connection and logon operations; for instance, confirming a host is available before authenticating with it.
When ConnectAndLogin is false, call SSHLogon with the same SSHHost and SSHPort used to connect in order to complete the SSH login over the existing connection. Note that SSHLogon always performs a full SSH login regardless of the value of this configuration setting.
| Value | Description |
| 0 (Disabled - default) | No communication with Pageant is attempted. |
| 1 (Enabled) | Pageant authentication is used if available. If Pageant is not running, or does not contain the expected key, no error is thrown. |
| 2 (Required) | Only Pageant authentication is used. If Pageant is not running, or does not contain the expected key, an error is thrown. |
Example 1. Enabling Pageant:
component.Config("EnablePageantAuth=1");
component.SSHUser = "sshuser";
component.SSHLogon("localhost", 22);
NOTE: This functionality is available only on Windows.
NOTE: Even if the client asks for delegation, the server/KDC might not grant it, and authentication will still succeed.
Example. Setting the Threshold to 500 MB:
SSHComponent.Config("KeyRenegotiationThreshold=524288000")
| 0 (None) | No messages are logged. |
| 1 (Info - Default) | Informational events such as Secure Shell (SSH) handshake messages are logged. |
| 2 (Verbose) | Detailed data such as individual packet information are logged. |
| 3 (Debug) | Debug data including all relevant sent and received bytes are logged. |
If MaxChannelDataLength is greater than 0 and ChannelDataEOL is a nonempty string, the struct will internally buffer data waiting to fire SSHChannelData until either MaxChannelDataLength is reached or ChannelDataEOL is found, whichever comes first. Query ChannelDataEOLFound to know which condition was met. The buffer is reset any time SSHChannelData fires.
ChannelDataEOL and MaxChannelDataLength must be set together or unexpected behavior could occur.
NOTE: This value may be changed during the connection, but the window size can only be increased, not decreased.
component.Config("NegotiatedStrictKex")
This provides an easy way to automatically reply to prompts with the password if one is presented by the server. The password will be autofilled in the Response parameter of the SSHKeyboardInteractive event in the case of a match.
The following special characters are supported for pattern matching:
| ? | Any single character. |
| * | Any characters or no characters (e.g., C*t matches Cat, Cot, Coast, Ct). |
| [,-] | A range of characters (e.g., [a-z], [a], [0-9], [0-9,a-d,f,r-z]). |
| \ | The slash is ignored and exact matching is performed on the next character. |
If these characters need to be used as a literal in a pattern, then they must be escaped by surrounding them with brackets []. NOTE: "]" and "-" do not need to be escaped. See below for the escape sequences:
| Character | Escape Sequence |
| ? | [?] |
| * | [*] |
| [ | [[] |
| \ | [\] |
For example, to match the value [Something].txt, specify the pattern [[]Something].txt.
The default value is 0, meaning this setting is not used.
component.Config("SignedSSHCert=ssh-rsa-cert-v01@openssh.com AAAAB3NzaC1yc2EAAAADAQABAAAB...");
The algorithm such as ssh-rsa-cert-v01@openssh.com in the previous string is used as part of the authentication process. To use a different algorithm, simply change this value. For instance, all of the following are acceptable with the same signed public key:
- ssh-rsa-cert-v01@openssh.com AAAAB3NzaC1yc2EAAAADAQABAAAB...
- rsa-sha2-256-cert-v01@openssh.com AAAAB3NzaC1yc2EAAAADAQABAAAB...
- rsa-sha2-512-cert-v01@openssh.com AAAAB3NzaC1yc2EAAAADAQABAAAB...
component.Config("SSHAcceptServerCAKey=ssh-rsa AAAAB3NzaC1yc2EAAAADAQAB...");
By default, this config should be specified as the comma-separated list of hex-encoded SHA256 hashes of possible server host keys.
Example:
// Assuming default values. Hex-encoded, SHA256 hash of the expected host key
SSHClient.Config("SSHAcceptServerHostKeyFingerPrint=61:2d:89:9c:55:67:5e:ca:22:86:fc:f6:07:59:67:e0:c7:77:08:1f:cc:d9:93:f3:f9:63:21:15:3e:0c:a2:1b");
// Base64-encoded, SHA256 hash of the expected host key
SSHClient.Config("SSHFingerprintEncoding=1");
SSHClient.Config("SSHAcceptServerHostKeyFingerPrint=n4bQgYhMfWWaL+qgxVrQFaO/TxsrC4Is0V1sFbDwCgg=");
If the server's fingerprint matches one of the values supplied, the struct will accept the host key.
- 0 (Hex Encoded)
- 1 (Base64 Encoded - Default)
For example, when set to 0, the Fingerprint parameter in SSHServerAuthentication will be formatted like: 0a:1b:2c:3d.
When set to 1, the Fingerprint parameter in SSHServerAuthentication will be formatted like: n4bQgYhMfWWaL+qgxVrQFaO/TxsrC4Is0V1sFbDwCgg=.
Note that this config is also applicable when querying the SSHFingerprintMD5, SSHFingerprintSHA1, or SSHFingerprintSHA256 configuration settings.
Additionally, note that this config is also applicable if specifying the host key fingerprint via SSHAcceptServerHostKeyFingerPrint. The value specified via SSHAcceptServerHostKeyFingerPrint should be specified according to the format or encoding specified by this configuration setting.
- MD5
- SHA1
- SHA256 (default)
The default value is 0, meaning no keep alives will be sent.
NOTE: The SSHREVERSETUNNEL struct uses a default value of 30.
- curve25519-sha256
- curve25519-sha256@libssh.org
- diffie-hellman-group1-sha1
- diffie-hellman-group14-sha1
- diffie-hellman-group14-sha256
- diffie-hellman-group16-sha512
- diffie-hellman-group18-sha512
- diffie-hellman-group-exchange-sha256
- diffie-hellman-group-exchange-sha1
- ecdh-sha2-nistp256
- ecdh-sha2-nistp384
- ecdh-sha2-nistp521
- gss-group14-sha256
- gss-group16-sha512
- gss-nistp256-sha256
- gss-curve25519-sha256
- gss-group14-sha1
- gss-gex-sha1
- mlkem768x25519-sha256
Example 3. Renegotiating SSH Keys:
SSHClient.Config("SSHKeyRenegotiate")
- hmac-sha1
- hmac-md5
- hmac-sha1-96
- hmac-md5-96
- hmac-sha2-256
- hmac-sha2-256-96
- hmac-sha2-512
- hmac-sha2-512-96
- hmac-ripemd160
- hmac-ripemd160-96
- hmac-sha2-256-etm@openssh.com
- hmac-sha2-512-etm@openssh.com
- hmac-sha2-256-96-etm@openssh.com
- hmac-sha2-512-96-etm@openssh.com
- umac-64@openssh.com
- umac-64-etm@openssh.com
- umac-128@openssh.com
- umac-128-etm@openssh.com
The setting should be a comma-separated list of algorithms. At runtime, the struct will evaluate the specified algorithms, and if the algorithm is applicable to the certificate specified in SSHCert, it will be used. If the algorithm is not applicable, the struct will evaluate the next algorithm. Possible values are as follows:
- ssh-rsa
- rsa-sha2-256
- rsa-sha2-512
- ssh-dss
- ecdsa-sha2-nistp256
- ecdsa-sha2-nistp384
- ecdsa-sha2-nistp521
- ssh-ed25519
- x509v3-sign-rsa
- x509v3-sign-dss
The default value in Windows is ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519.
rsa-sha2-256 and rsa-sha2-512 notes
The struct will query the server for supported algorithms when connecting. If the server indicates support for rsa-sha2-256 or rsa-sha2-512 and the algorithm is present in the list defined by this setting (as in the default value), that algorithm will be used instead of ssh-rsa even when ssh-rsa appears first in the list.
For the rsa-sha2-256 and rsa-sha2-512 algorithms to be automatically preferred, the server must support the ext-info-c mechanism. In practice, older servers do not support this, and in that case, ssh-rsa will be used because it appears first in the list. Newer servers do support this mechanism, and in that case, rsa-sha2-256 or rsa-sha2-512 will be used even though it appears after ssh-rsa.
This behavior has been carefully designed to provide maximum compatibility while automatically using more secure algorithms when connecting to servers that support them.
*SSH-1.99-*,*SSH-2.0-*,*SSH-2.99-*
Because both client and server must implement strict key exchange to effectively mitigate the Terrapin attack, the struct provides options to further control the behavior in different scenarios. Possible values for this setting are as follows:
| 0 | Disabled. Strict key exchange is not supported in the struct. |
| 1 (default) | Enabled, but not enforced. This setting enables strict key exchange, but if the remote host does not support strict key exchange the connection is still allowed to continue. |
| 2 | Enabled, but will reject affected algorithms if the remote host does not support strict key exchange. If the remote host supports strict key exchange, all algorithms may be used. If the remote host does not support strict key exchange, the connection will continue only if the selected encryption and message authentication code (MAC) algorithms are not affected by the Terrapin attack. |
| 3 | Required. If the remote host does not support strict key exchange, the connection will fail. |
When True (default), the struct will wait for a response to the channel close message until the responses have been received, the server closes the connection, or Timeout seconds is reached.
When False, the struct will still send the channel close messages, but it will not wait for a response and will proceed to close the connection.
When set to True, the struct will initiate the disconnection sequence by sending SSH_MSG_DISCONNECT, but it will not close the connection and instead will wait for the server to close the connection. Setting this to True may be beneficial in circumstances in which many connections are being established, to avoid port exhaustion when sockets are in a TIME_WAIT state. Allowing the server to close the connection avoids the TIME_WAIT state of socket on the client machine.
When set to False (default), the client will close the connection. It is recommended to use this value unless there is a specific need to change it.
Base Config Settings
The following is a list of valid code page identifiers:
| Identifier | Name |
| 037 | IBM EBCDIC - U.S./Canada |
| 437 | OEM - United States |
| 500 | IBM EBCDIC - International |
| 708 | Arabic - ASMO 708 |
| 709 | Arabic - ASMO 449+, BCON V4 |
| 710 | Arabic - Transparent Arabic |
| 720 | Arabic - Transparent ASMO |
| 737 | OEM - Greek (formerly 437G) |
| 775 | OEM - Baltic |
| 850 | OEM - Multilingual Latin I |
| 852 | OEM - Latin II |
| 855 | OEM - Cyrillic (primarily Russian) |
| 857 | OEM - Turkish |
| 858 | OEM - Multilingual Latin I + Euro symbol |
| 860 | OEM - Portuguese |
| 861 | OEM - Icelandic |
| 862 | OEM - Hebrew |
| 863 | OEM - Canadian-French |
| 864 | OEM - Arabic |
| 865 | OEM - Nordic |
| 866 | OEM - Russian |
| 869 | OEM - Modern Greek |
| 870 | IBM EBCDIC - Multilingual/ROECE (Latin-2) |
| 874 | ANSI/OEM - Thai (same as 28605, ISO 8859-15) |
| 875 | IBM EBCDIC - Modern Greek |
| 932 | ANSI/OEM - Japanese, Shift-JIS |
| 936 | ANSI/OEM - Simplified Chinese (PRC, Singapore) |
| 949 | ANSI/OEM - Korean (Unified Hangul Code) |
| 950 | ANSI/OEM - Traditional Chinese (Taiwan; Hong Kong SAR, PRC) |
| 1026 | IBM EBCDIC - Turkish (Latin-5) |
| 1047 | IBM EBCDIC - Latin 1/Open System |
| 1140 | IBM EBCDIC - U.S./Canada (037 + Euro symbol) |
| 1141 | IBM EBCDIC - Germany (20273 + Euro symbol) |
| 1142 | IBM EBCDIC - Denmark/Norway (20277 + Euro symbol) |
| 1143 | IBM EBCDIC - Finland/Sweden (20278 + Euro symbol) |
| 1144 | IBM EBCDIC - Italy (20280 + Euro symbol) |
| 1145 | IBM EBCDIC - Latin America/Spain (20284 + Euro symbol) |
| 1146 | IBM EBCDIC - United Kingdom (20285 + Euro symbol) |
| 1147 | IBM EBCDIC - France (20297 + Euro symbol) |
| 1148 | IBM EBCDIC - International (500 + Euro symbol) |
| 1149 | IBM EBCDIC - Icelandic (20871 + Euro symbol) |
| 1200 | Unicode UCS-2 Little-Endian (BMP of ISO 10646) |
| 1201 | Unicode UCS-2 Big-Endian |
| 1250 | ANSI - Central European |
| 1251 | ANSI - Cyrillic |
| 1252 | ANSI - Latin I |
| 1253 | ANSI - Greek |
| 1254 | ANSI - Turkish |
| 1255 | ANSI - Hebrew |
| 1256 | ANSI - Arabic |
| 1257 | ANSI - Baltic |
| 1258 | ANSI/OEM - Vietnamese |
| 1361 | Korean (Johab) |
| 10000 | MAC - Roman |
| 10001 | MAC - Japanese |
| 10002 | MAC - Traditional Chinese (Big5) |
| 10003 | MAC - Korean |
| 10004 | MAC - Arabic |
| 10005 | MAC - Hebrew |
| 10006 | MAC - Greek I |
| 10007 | MAC - Cyrillic |
| 10008 | MAC - Simplified Chinese (GB 2312) |
| 10010 | MAC - Romania |
| 10017 | MAC - Ukraine |
| 10021 | MAC - Thai |
| 10029 | MAC - Latin II |
| 10079 | MAC - Icelandic |
| 10081 | MAC - Turkish |
| 10082 | MAC - Croatia |
| 12000 | Unicode UCS-4 Little-Endian |
| 12001 | Unicode UCS-4 Big-Endian |
| 20000 | CNS - Taiwan |
| 20001 | TCA - Taiwan |
| 20002 | Eten - Taiwan |
| 20003 | IBM5550 - Taiwan |
| 20004 | TeleText - Taiwan |
| 20005 | Wang - Taiwan |
| 20105 | IA5 IRV International Alphabet No. 5 (7-bit) |
| 20106 | IA5 German (7-bit) |
| 20107 | IA5 Swedish (7-bit) |
| 20108 | IA5 Norwegian (7-bit) |
| 20127 | US-ASCII (7-bit) |
| 20261 | T.61 |
| 20269 | ISO 6937 Non-Spacing Accent |
| 20273 | IBM EBCDIC - Germany |
| 20277 | IBM EBCDIC - Denmark/Norway |
| 20278 | IBM EBCDIC - Finland/Sweden |
| 20280 | IBM EBCDIC - Italy |
| 20284 | IBM EBCDIC - Latin America/Spain |
| 20285 | IBM EBCDIC - United Kingdom |
| 20290 | IBM EBCDIC - Japanese Katakana Extended |
| 20297 | IBM EBCDIC - France |
| 20420 | IBM EBCDIC - Arabic |
| 20423 | IBM EBCDIC - Greek |
| 20424 | IBM EBCDIC - Hebrew |
| 20833 | IBM EBCDIC - Korean Extended |
| 20838 | IBM EBCDIC - Thai |
| 20866 | Russian - KOI8-R |
| 20871 | IBM EBCDIC - Icelandic |
| 20880 | IBM EBCDIC - Cyrillic (Russian) |
| 20905 | IBM EBCDIC - Turkish |
| 20924 | IBM EBCDIC - Latin-1/Open System (1047 + Euro symbol) |
| 20932 | JIS X 0208-1990 & 0121-1990 |
| 20936 | Simplified Chinese (GB2312) |
| 21025 | IBM EBCDIC - Cyrillic (Serbian, Bulgarian) |
| 21027 | Extended Alpha Lowercase |
| 21866 | Ukrainian (KOI8-U) |
| 28591 | ISO 8859-1 Latin I |
| 28592 | ISO 8859-2 Central Europe |
| 28593 | ISO 8859-3 Latin 3 |
| 28594 | ISO 8859-4 Baltic |
| 28595 | ISO 8859-5 Cyrillic |
| 28596 | ISO 8859-6 Arabic |
| 28597 | ISO 8859-7 Greek |
| 28598 | ISO 8859-8 Hebrew |
| 28599 | ISO 8859-9 Latin 5 |
| 28605 | ISO 8859-15 Latin 9 |
| 29001 | Europa 3 |
| 38598 | ISO 8859-8 Hebrew |
| 50220 | ISO 2022 Japanese with no halfwidth Katakana |
| 50221 | ISO 2022 Japanese with halfwidth Katakana |
| 50222 | ISO 2022 Japanese JIS X 0201-1989 |
| 50225 | ISO 2022 Korean |
| 50227 | ISO 2022 Simplified Chinese |
| 50229 | ISO 2022 Traditional Chinese |
| 50930 | Japanese (Katakana) Extended |
| 50931 | US/Canada and Japanese |
| 50933 | Korean Extended and Korean |
| 50935 | Simplified Chinese Extended and Simplified Chinese |
| 50936 | Simplified Chinese |
| 50937 | US/Canada and Traditional Chinese |
| 50939 | Japanese (Latin) Extended and Japanese |
| 51932 | EUC - Japanese |
| 51936 | EUC - Simplified Chinese |
| 51949 | EUC - Korean |
| 51950 | EUC - Traditional Chinese |
| 52936 | HZ-GB2312 Simplified Chinese |
| 54936 | Windows XP: GB18030 Simplified Chinese (4 Byte) |
| 57002 | ISCII Devanagari |
| 57003 | ISCII Bengali |
| 57004 | ISCII Tamil |
| 57005 | ISCII Telugu |
| 57006 | ISCII Assamese |
| 57007 | ISCII Oriya |
| 57008 | ISCII Kannada |
| 57009 | ISCII Malayalam |
| 57010 | ISCII Gujarati |
| 57011 | ISCII Punjabi |
| 65000 | Unicode UTF-7 |
| 65001 | Unicode UTF-8 |
| Identifier | Name |
| 1 | ASCII |
| 2 | NEXTSTEP |
| 3 | JapaneseEUC |
| 4 | UTF8 |
| 5 | ISOLatin1 |
| 6 | Symbol |
| 7 | NonLossyASCII |
| 8 | ShiftJIS |
| 9 | ISOLatin2 |
| 10 | Unicode |
| 11 | WindowsCP1251 |
| 12 | WindowsCP1252 |
| 13 | WindowsCP1253 |
| 14 | WindowsCP1254 |
| 15 | WindowsCP1250 |
| 21 | ISO2022JP |
| 30 | MacOSRoman |
| 10 | UTF16String |
| 0x90000100 | UTF16BigEndian |
| 0x94000100 | UTF16LittleEndian |
| 0x8c000100 | UTF32String |
| 0x98000100 | UTF32BigEndian |
| 0x9c000100 | UTF32LittleEndian |
| 65536 | Proprietary |
- Product: The product the license is for.
- Product Key: The key the license was generated from.
- License Source: Where the license was found (e.g., RuntimeLicense, License File).
- License Type: The type of license installed (e.g., Royalty Free, Single Server).
- Last Valid Build: The last valid build number for which the license will work.
Setting this configuration setting to true tells the struct to use the internal implementation instead of using the system security libraries.
On Windows, this setting is set to false by default. On Linux/macOS, this setting is set to true by default.
To use the system security libraries for Linux, OpenSSL support must be enabled. For more information on how to enable OpenSSL, please refer to the OpenSSL Notes section.
Trappable Errors (SFTPClient Component)
SFTPClient Errors
| 118 | Firewall error. Error description contains detailed information. |
| 1102 | The server's SFTP draft version is unsupported. |
| 1103 | SFTP command failed. Error description contains detailed information. |
| 1104 | Server does not support renaming. |
| 1105 | Received invalid response from server. Error description contains detailed information. |
| 1106 | Cannot resolve path: path does not exist. |
| 1107 | You must set LocalFile/RemoteFile before attempting to download/upload. |
| 1108 | Cannot download file: LocalFile exists and Overwrite is set to False. |
| 1109 | CheckFileHash failed because of hash value mismatch. |
SSHClient Errors
| 1001 | Server has disconnected. |
| 1002 | Protocol version unsupported or other issue with version string. |
| 1003 | Cannot negotiate algorithms. |
| 1005 | Selected algorithm unsupported. |
| 1006 | Cannot set keys. |
| 1010 | Unexpected algorithm. |
| 1011 | Cannot create exchange hash. |
| 1012 | Cannot make key. |
| 1013 | Cannot sign data. |
| 1014 | Cannot encrypt packet. |
| 1015 | Cannot decrypt packet. |
| 1016 | Cannot decompress packet. |
| 1020 | Failure to open channel. |
| 1021 | Invalid channel Id. |
| 1022 | Invalid channel data. |
| 1023 | Invalid channel message. |
| 1024 | SSH message unimplemented. |
| 1027 | Server message unsupported. |
| 1030 | Server's host key was rejected. The host key may be accepted within the SSHServerAuthentication event or using the SSHAcceptServerHostKey property. |
| 1031 | Cannot verify server's host key. |
| 1032 | Authentication failed. Check description for details. |
| 1033 | Channel request failed. |
| 1034 | Diffie-Hellman exchange failed. |
| 1036 | SSH connection failed. |
| 1037 | SSH reconnect limit reached. |
| 1038 | Elliptic curve Diffie-Hellman exchange failed. |
| 1039 | SSH keep-alive limit reached. |
| 1098 | Request failure. |
| 1130 | Would block error. |
| 1133 | Would block, reason: key reExchange. |
The class may also return one of the following error codes, which are inherited from other classes.
TCPClient Errors
| 100 | You cannot change the RemotePort at this time. A connection is in progress. |
| 101 | You cannot change the RemoteHost (Server) at this time. A connection is in progress. |
| 102 | The RemoteHost address is invalid (0.0.0.0). |
| 104 | Already connected. If you want to reconnect, close the current connection first. |
| 106 | You cannot change the LocalPort at this time. A connection is in progress. |
| 107 | You cannot change the LocalHost at this time. A connection is in progress. |
| 112 | You cannot change MaxLineLength at this time. A connection is in progress. |
| 116 | RemotePort cannot be zero. Please specify a valid service port number. |
| 117 | You cannot change the UseConnection option while the struct is active. |
| 135 | Operation would block. |
| 201 | Timeout. |
| 211 | Action impossible in control's present state. |
| 212 | Action impossible while not connected. |
| 213 | Action impossible while listening. |
| 301 | Timeout. |
| 302 | Could not open file. |
| 434 | Unable to convert string to selected CodePage. |
| 1105 | Already connecting. If you want to reconnect, close the current connection first. |
| 1117 | You need to connect first. |
| 1119 | You cannot change the LocalHost at this time. A connection is in progress. |
| 1120 | Connection dropped by remote host. |
TCP/IP Errors
| 10004 | [10004] Interrupted system call. |
| 10009 | [10009] Bad file number. |
| 10013 | [10013] Access denied. |
| 10014 | [10014] Bad address. |
| 10022 | [10022] Invalid argument. |
| 10024 | [10024] Too many open files. |
| 10035 | [10035] Operation would block. |
| 10036 | [10036] Operation now in progress. |
| 10037 | [10037] Operation already in progress. |
| 10038 | [10038] Socket operation on nonsocket. |
| 10039 | [10039] Destination address required. |
| 10040 | [10040] Message is too long. |
| 10041 | [10041] Protocol wrong type for socket. |
| 10042 | [10042] Bad protocol option. |
| 10043 | [10043] Protocol is not supported. |
| 10044 | [10044] Socket type is not supported. |
| 10045 | [10045] Operation is not supported on socket. |
| 10046 | [10046] Protocol family is not supported. |
| 10047 | [10047] Address family is not supported by protocol family. |
| 10048 | [10048] Address already in use. |
| 10049 | [10049] Cannot assign requested address. |
| 10050 | [10050] Network is down. |
| 10051 | [10051] Network is unreachable. |
| 10052 | [10052] Net dropped connection or reset. |
| 10053 | [10053] Software caused connection abort. |
| 10054 | [10054] Connection reset by peer. |
| 10055 | [10055] No buffer space available. |
| 10056 | [10056] Socket is already connected. |
| 10057 | [10057] Socket is not connected. |
| 10058 | [10058] Cannot send after socket shutdown. |
| 10059 | [10059] Too many references, cannot splice. |
| 10060 | [10060] Connection timed out. |
| 10061 | [10061] Connection refused. |
| 10062 | [10062] Too many levels of symbolic links. |
| 10063 | [10063] File name is too long. |
| 10064 | [10064] Host is down. |
| 10065 | [10065] No route to host. |
| 10066 | [10066] Directory is not empty |
| 10067 | [10067] Too many processes. |
| 10068 | [10068] Too many users. |
| 10069 | [10069] Disc Quota Exceeded. |
| 10070 | [10070] Stale NFS file handle. |
| 10071 | [10071] Too many levels of remote in path. |
| 10091 | [10091] Network subsystem is unavailable. |
| 10092 | [10092] WINSOCK DLL Version out of range. |
| 10093 | [10093] Winsock is not loaded yet. |
| 11001 | [11001] Host not found. |
| 11002 | [11002] Nonauthoritative 'Host not found' (try again or check DNS setup). |
| 11003 | [11003] Nonrecoverable errors: FORMERR, REFUSED, NOTIMP. |
| 11004 | [11004] Valid name, no data record (check DNS setup). |