Description
-
Holds list of extensions supported by the server.
Property type
-
A String value. Holds list of supported extensions.
Syntax
-
object.Extensions [= value]
The Extensions Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodSFTP. |
| value |
A 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.
|