The FtpSettings type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkFtpSettings
Creates an instance of FtpSettings.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkClone
Creates a new object that is a shallow copy of the current instance.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetPreferredSuites
Gets collection of TLS cipher suites that are used (in given order) in preference to the remaining suites specified by SslAllowedSuites.
(Inherited from SslSettings.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSetPreferredSuites
Sets TLS cipher suites to be used in preference to the remaining suites specified by SslAllowedSuites.
(Inherited from SslSettings.)
Protected methodSupported by the .NET Compact FrameworkToParameters
Gets an instance of TlsParameters corresponding to these settings.
(Inherited from SslSettings.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAlwaysResolveServerName
Always resolves the server hostname by performing a DNS query. This means a DNS query will be done when using any proxy as well.
Public propertySupported by the .NET Compact FrameworkAs400ListingDateFormat
Forces listing date format on AS/400 like systems. Format is 'DMY' for day,month,year; 'MDY' for month, day, year; and so on.
Public propertySupported by the .NET Compact FrameworkBackslashIsRemoteDirectorySeparator
Gets or sets a value that indicates whether the backslash '\' is remote directory separator when working with paths (in addition to slash '/').
Public propertySupported by the .NET Compact FrameworkCompressionLevel
Gets or sets the compression level used when uploading in mode Z (Zlib). Possible values are 0-9, where 0 means no compression (fastest) and 9 means best compression (slowest). Default value is 6 (medium compression and speed).
Public propertySupported by the .NET Compact FrameworkConnectPassiveLater
Makes the passive mode transfer initialize the connection only after the LIST/NLST/RETR/STOR command has been sent.
Public propertySupported by the .NET Compact FrameworkDisableImplicitAs400NameFormat
Gets or sets a value indicating whether to automatically issue `SITE NAMEFMT 1` command when AS/400 system is detected in a batch operation such as Download(String, String, TraversalMode) or Upload(String, String, TraversalMode). Default is false, which means the `SITE NAMEFMT 1` is issued.
Public propertySupported by the .NET Compact FrameworkDisableInvalidPassiveModeAddressWorkaround
Disables a workaround for FTP servers that announce private range IP addresses even though a public IP was used to connect to them. By default, when such server is detected, an IP address announced by the server in response to PASV command used is overrode with an IP used by the control connection.
Public propertySupported by the .NET Compact FrameworkDisableProgressPercentage
Disables progress percentage reporting through TransferProgressChanged event.
Public propertySupported by the .NET Compact FrameworkDoNotDetectFeatures
Disables feature detection using FEAT and other commands.
Public propertySupported by the .NET Compact FrameworkDoNotSendAbort
Do not send the ABOR command when aborting download.
Public propertySupported by the .NET Compact FrameworkDoNotSendSignals
Do not send abort signals when aborting download.
Public propertySupported by the .NET Compact FrameworkEnableBrokenShutdownWorkaround
Gets or sets a value that indicates whether to enable a workaround for FTP/SSL servers which do not handle TLS 1.3 shutdown properly.
Public propertySupported by the .NET Compact FrameworkEnableControlConnectionFlushing
Enables reading and throwing out any unexpected incoming responses when sending an FTP command.
Public propertySupported by the .NET Compact FrameworkEnableDummyRenameForFileExists
Gets or sets a value that indicates whether to use RNFR/RNTO commands to determine remote file existence. Only supported for Windows CE FTP server.
Public propertySupported by the .NET Compact FrameworkEnableFactsNegotiation
Gets or sets a value indicating whether to attempt to negotiate extended MLST/MLSD facts using OPTS MLST command.
Public propertySupported by the .NET Compact FrameworkEnableImproperDataCloseWorkaround
Some firewalls and some versions of ActiveSync were observed not to close data connections properly, causing '426' server errors. This option enables a workaround for this.
Public propertySupported by the .NET Compact FrameworkEnableMultipleBlockingCalls
Makes it possible to call multiple methods from different threads at once. The calls will block until the operation is completed.
Public propertySupported by the .NET Compact FrameworkForceActiveCcc
Forces the CCC command behavior that was used by older Rebex FTP/SSL releases.
Public propertySupported by the .NET Compact FrameworkForceExtendedDataChannelCommand
Gets or sets a value indicating whether to use EPSV/EPRT commands to initiate a data channel.
Public propertySupported by the .NET Compact FrameworkForceListHiddenFiles
Use "LIST -la" instead of "LIST" in GetList()()()()/GetRawList()()()() methods.
Public propertySupported by the .NET Compact FrameworkForceMdtmForGetFileDateTime
Forces MDTM command to be always used by GetFileDateTime(String) instead of MLST (which is used when available by default).
Public propertySupported by the .NET Compact FrameworkForceSilentCcc Obsolete.
Public propertySupported by the .NET Compact FrameworkForceSimpleDirectoryExists
Specifies whether to just use a combination of PWD and CWD commands when determining remote directory existence.
Public propertySupported by the .NET Compact FrameworkIgnorePassiveModeAddress
Overrides an IP address announced by the server in response to PASV command with an IP used by the control connection.
Public propertySupported by the .NET Compact FrameworkKeepAliveDuringIdleInterval Obsolete.
Public propertySupported by the .NET Compact FrameworkKeepAliveDuringTransfer
Send NOOP command during file transfers every 10 minutes.
Public propertySupported by the .NET Compact FrameworkKeepAliveDuringTransferInterval
Gets or sets the length of interval (in seconds) between NOOP commands sent during transfer when the KeepAliveDuringTransfer option is enabled.
Public propertySupported by the .NET Compact FrameworkMdtmSetTimeOffset
Gets or sets a time offset, which is added to date/time value when sending MDTM command to the FTP server. If this offset is set, other workarounds for MDTM command are disabled.
Public propertySupported by the .NET Compact FrameworkMultiFileLinkMode
Gets or sets the default processing mode of detected links in multi-file operations.
Public propertySupported by the .NET Compact FrameworkMultiFileMoveMode
Gets or sets the default move behavior in multi-file transfers.
Public propertySupported by the .NET Compact FrameworkPauseBeforeUploadClose
Performs a small pause before closing the encrypted upload connection when the transfer is finished. Used as a workaround for servers that are unable to correctly handle the last block data if it is followed by a TLS CloseNotify message in the same TCP block.
Public propertySupported by the .NET Compact FrameworkPreferredChecksumType
Gets or sets a checksum type to be preferred in multi-file operations when FTP server supports several checksum types.
Default value: SHA1.
Public propertySupported by the .NET Compact FrameworkRecheckItemExistence
In multi-file operations it forces checking, whether currently processing item still exists.
Public propertySupported by the .NET Compact FrameworkRestoreDateTime
Gets or sets a value that indicates which date/time is restored after successful transfer if possible. Please note that FTP protocol supports LastWriteTime only (CreationTime and LastAccessTime are not supported).
Public propertySupported by the .NET Compact FrameworkReuseControlConnectionSession
Re-use control connection session ID for data connections.
Public propertySupported by the .NET Compact FrameworkSendDataAsynchronously
Deprecated. Doesn't have any effect now.
Public propertySupported by the .NET Compact FrameworkSkipDuplicateItems
Gets or sets a value that indicates whether to skip duplicate items in directory listings or whether to fail.
Public propertySupported by the .NET Compact FrameworkSslAcceptAllCertificates
Specifies whether to accept all server certificates by default. This is strongly discouraged in production environment.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslAllowedCurves
Gets or sets the group of allowed elliptic curves (for ECDHE cipher suites).
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslAllowedSuites
Gets or sets the group of allowed TLS/SSL cipher suites.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslAllowedVersions
Gets or sets allowed TLS/SSL versions.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslAllowVulnerableSuites
Gets or sets a value indicating whether vulnerable ciphers might be enabled using SslAllowedSuites property.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslClientCertificateRequestHandler
Gets or sets TLS/SSL client certificate request handler.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslDoNotInsertEmptyFragment
Do not send empty record after successful handshake with CBC ciphers.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslMinimumDiffieHellmanKeySize
Gets or sets the minimum allowed size (in bits) of the ephemeral Diffie-Hellman prime. Valid values are from 512 to 16384, inclusive.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslPreferredHashAlgorithm
Gets or sets the preferred signature hash algorithm.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslRenegotiationExtensionEnabled
Enables and disables renegotiation indication extension.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslReuseSessions
Gets or sets a value indicating whether to reuse TLS/SSL sessions for data transfers. Default value is true.
Public propertySupported by the .NET Compact FrameworkSslServerCertificateValidationOptions
Gets or sets validation options to use when validating a server certificate using the default certificate validator. This value is passed as Options as well.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslServerCertificateVerifier
Gets or sets TLS/SSL server certificate verifier.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslServerName
Gets or sets TLS/SSL server's common name.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslServerNameIndicationEnabled
Enables and disables server name indication.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslSession
Gets or sets a TLS/SSL session to resume.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslStrictKeyUsageValidation
Gets or sets a key usage check mode for server certificate.
(Inherited from SslSettings.)
Public propertySupported by the .NET Compact FrameworkSslUpgradeType
Gets or sets the type of TLS/SSL initialization for explicit TLS/SSL mode.
Public propertySupported by the .NET Compact FrameworkTimeComparisonGranularity
Gets or sets a value which specifies granularity for time comparisons.
Public propertySupported by the .NET Compact FrameworkTimeoutAsynchronousMethods
Makes Timeout property affect asynchronous methods as well. By default, it only affects the synchronous methods.
Public propertySupported by the .NET Compact FrameworkUploadCommand
Specifies FTP command for uploading files. STOR is used by default.
Public propertySupported by the .NET Compact FrameworkUseLegacyPaths
Specifies whether to use old API style paths (relative) or new API style paths (absolute) in multi-file transfers.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkICloneable..::..Clone

See Also