NET FTP Library
AppendSupported Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : AppendSupported Property
By default the .NET FTP Library assumes your FTP Server supports the APPE command when connections are lost. If set to false, the entire file is re-transfered when the connection is lost
Syntax
'Declaration
 
Public Overridable Property AppendSupported As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
instance.AppendSupported = value
 
value = instance.AppendSupported
public virtual System.bool AppendSupported {get; set;}
public read-write property AppendSupported: System.Boolean; virtual; 
public function get,set AppendSupported : System.boolean
public: __property virtual System.bool get_AppendSupported();
public: __property virtual void set_AppendSupported( 
   System.bool value
);
public:
virtual property System.bool AppendSupported {
   System.bool get();
   void set (    System.bool value);
}
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

FTP Class
FTP Members