ProtocolStr Property

The protocol of an Ftp server as string.

Syntax

Property ProtocolStr As String

Parameters

None

Examples

IronPython

#Get ftp server protocol string
myProtocolStr = Host.ScriptData.FtpServer["myServer"].ProtocolStr


C#

//Get ftp server protocol string
string myProtocolStr = ScriptData.FtpServers["myServer"].ProtocolStr;


Remarks