JAMS Developer Guide
UsePassive Property (FtpDownload)


MVPSI.JAMS.Activities Namespace > FtpDownload Class : UsePassive Property
Use Passive mode ?
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Mode")>
<System.ComponentModel.DescriptionAttribute("Specifies whether to use passive mode")>
<System.Activities.RequiredArgumentAttribute()>
Public Property UsePassive As System.Boolean
'Usage
 
Dim instance As FtpDownload
Dim value As System.Boolean
 
instance.UsePassive = value
 
value = instance.UsePassive
[System.ComponentModel.Category("Mode")]
[System.ComponentModel.Description("Specifies whether to use passive mode")]
[System.Activities.RequiredArgument()]
public System.bool UsePassive {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

FtpDownload Class
FtpDownload Members