NET FTP Library
GetXCrc Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : GetXCrc Method
Get the XCRC aka CRC32 of an FTP file in hexadecimal. The FTP Server must support XCRC. See the Features() method
Syntax
'Declaration
 
Public Function GetXCrc( _
   ByVal fileName As System.String _
) As System.String
'Usage
 
Dim instance As FTP
Dim fileName As System.String
Dim value As System.String
 
value = instance.GetXCrc(fileName)
public System.string GetXCrc( 
   System.string fileName
)
public function GetXCrc( 
    fileName: System.String
): System.String; 
public function GetXCrc( 
   fileName : System.String
) : System.String;
public: System.string* GetXCrc( 
   System.string* fileName
) 
public:
System.String^ GetXCrc( 
   System.String^ fileName
) 

Parameters

fileName
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