NET FTP Library
RestartSupported Property






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