Back to product page

Extensions property


Holds list of extensions supported by the server.

Type

A String value. Holds list of supported extensions.

Syntax

  • Basic
object.Extensions [= value]
The Extensions(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodSFTP.
valueA String value.

Remarks

Here you can find list of extensions supported by remote side, if any. This property is filled before Connected event is fired, so you can see what extensions are supported at the beginning of your connection. Each extension will be in its own line. Each line will contact extension name, one space character, and then version of the extension. Typically, first line will always be 'sftp xyz' where 'xyz' will be version of SFTP protocol supported by the server. You can use ExtendedCmd method to use actual extension.

Platforms

Windows