This property retrieves the FTP status value
[Visual Basic] Public Property FtpStatusCode As
System.Net.FtpStatusCode
[C#] public System.Net.FtpStatusCode
FtpStatusCode {get; set;}
Property Value
An FtpStatusCode value
Explanation
The FtpStatusCode property retrieves the FTP status value.
The FtpDeleteFile, FtpDownloadFile, FtpDownloadFileToByteArray, FtpRenameFile, FtpUploadByteArrayToFile, and FtpUploadFile methods all return FtpStatus values.
See Also
ImageKit.File Members | Newtone.ImageKit.Win.ImageKit