NET FTP Library
VerifyLocalDirectoryForDownload Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : VerifyLocalDirectoryForDownload Method
Ensure that the local directory can be written to
Syntax
'Declaration
 
Protected Sub VerifyLocalDirectoryForDownload( _
   ByVal localDirectory As System.String _
) 
'Usage
 
Dim instance As FTP
Dim localDirectory As System.String
 
instance.VerifyLocalDirectoryForDownload(localDirectory)
protected void VerifyLocalDirectoryForDownload( 
   System.string localDirectory
)
protected procedure VerifyLocalDirectoryForDownload( 
    localDirectory: System.String
); 
protected function VerifyLocalDirectoryForDownload( 
   localDirectory : System.String
);
protected: void VerifyLocalDirectoryForDownload( 
   System.string* localDirectory
) 
protected:
void VerifyLocalDirectoryForDownload( 
   System.String^ localDirectory
) 

Parameters

localDirectory
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