Gets or sets a value which specifies whether data transfers are secure. This is used only when FTP protocol is used.
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
Visual Basic |
---|
Public Property FtpSecureTransfers As Boolean Get Set |
C# |
---|
public bool FtpSecureTransfers { get; set; } |