This property sets whether or not passive mode connectivity is enabled.

[Visual Basic] Public Property FtpPassive As Boolean
[C#] public bool FtpPassive {get; set;}

Property Value

Value Explanation
True Passive mode connectivity
False Active mode connectivity (default)

Explanation

The FtpPassive property sets whether or not passive mode connectivity is enabled.

This property is refered to by executing the FtpDownload or FtpUploadFile method.

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation