NET FTP Library
CrcEqualFtp Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : CrcEqualFtp Method
Returns true if the CRC matches for the local file and the FTP file The FTP server must support the XCRC command
Syntax
'Declaration
 
Public Function CrcEqualFtp( _
   ByVal localFile As System.String, _
   ByVal ftpFile As System.String _
) As System.Boolean
'Usage
 
Dim instance As FTP
Dim localFile As System.String
Dim ftpFile As System.String
Dim value As System.Boolean
 
value = instance.CrcEqualFtp(localFile, ftpFile)
public System.bool CrcEqualFtp( 
   System.string localFile,
   System.string ftpFile
)
public function CrcEqualFtp( 
    localFile: System.String;
    ftpFile: System.String
): System.Boolean; 
public function CrcEqualFtp( 
   localFile : System.String,
   ftpFile : System.String
) : System.boolean;
public: System.bool CrcEqualFtp( 
   System.string* localFile,
   System.string* ftpFile
) 
public:
System.bool CrcEqualFtp( 
   System.String^ localFile,
   System.String^ ftpFile
) 

Parameters

localFile
ftpFile
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