NET FTP Library
PadCrc Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : PadCrc Property
Pad a zero to the front of the local CRC if there is an odd number of digits. Some FTP Servers add a pad of zero to the front if there is an odd number of digits and some do not. The default is false.
Syntax
'Declaration
 
Public Property PadCrc As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
instance.PadCrc = value
 
value = instance.PadCrc
public System.bool PadCrc {get; set;}
public read-write property PadCrc: System.Boolean; 
public function get,set PadCrc : System.boolean
public: __property System.bool get_PadCrc();
public: __property void set_PadCrc( 
   System.bool value
);
public:
property System.bool PadCrc {
   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