The IFtp type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkEncoding
Gets or sets the Encoding to use to encode and decode command parameters and server responses.
Public propertySupported by the .NET Compact FrameworkIsAuthenticated
Gets a value indicating whether the session is authenticated.
Public propertySupported by the .NET Compact FrameworkIsConnected
Gets a value indicating whether the session is connected.
Public propertySupported by the .NET Compact FrameworkLogWriter
Gets or sets the logger used by this object.
Public propertySupported by the .NET Compact FrameworkMaxDownloadSpeed
Gets or sets the maximum allowed download speed, in kilobytes. For unlimited speed, set this to zero.
Public propertySupported by the .NET Compact FrameworkMaxUploadSpeed
Gets or sets the maximum allowed upload speed, in kilobytes. For unlimited speed, set this to zero.
Public propertySupported by the .NET Compact FrameworkServerName
Gets the server name, if available.
Public propertySupported by the .NET Compact FrameworkServerPort
Gets the server port, if available.
Public propertySupported by the .NET Compact FrameworkSettings
Gets the options set used by this object.
Public propertySupported by the .NET Compact FrameworkTimeout
Gets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out).
Public propertySupported by the .NET Compact FrameworkTransferType
Gets or sets the data transfer type.
Public propertySupported by the .NET Compact FrameworkUserName
Gets the authenticated user name, if available.

See Also