JAMS Developer Guide
UseSSL Property (FtpUpload)


MVPSI.JAMS.Activities Namespace > FtpUpload Class : UseSSL Property
Use Secure Socket Layer mode ?
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Security")>
<System.ComponentModel.DescriptionAttribute("Specifies whether to use FTPS (FTP over SSL)")>
<System.Activities.RequiredArgumentAttribute()>
Public Property UseSSL As SSLMode
'Usage
 
Dim instance As FtpUpload
Dim value As SSLMode
 
instance.UseSSL = value
 
value = instance.UseSSL
[System.ComponentModel.Category("Security")]
[System.ComponentModel.Description("Specifies whether to use FTPS (FTP over SSL)")]
[System.Activities.RequiredArgument()]
public SSLMode UseSSL {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpUpload Class
FtpUpload Members