This property sets whether or not passive mode connectivity is enabled.
[Visual Basic] Public Property FtpPassive As Integer
[C#] public int 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.Win.ImageKit

The ImageKit.NET2 is created by Newtone Corporation