NET SFTP Library
RestartSupported Property






KellermanSoftware.NetSFtpLibrary Namespace > SFTP 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 entire file is re-transfered when the connection is lost
Syntax
'Declaration
 
Public Property RestartSupported As System.Boolean
'Usage
 
Dim instance As SFTP
Dim value As System.Boolean
 
instance.RestartSupported = value
 
value = instance.RestartSupported
public System.bool RestartSupported {get; set;}
public read-write property RestartSupported: System.Boolean; 
public function get,set RestartSupported : System.boolean
public: __property System.bool get_RestartSupported();
public: __property void set_RestartSupported( 
   System.bool value
);
public:
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

SFTP Class
SFTP Members