NAnt SDK Documentation - v0.92
WebDavClient.DownloadFile Method
[Visual Basic]
Public Sub DownloadFile( _
ByVal
localFileName
As
String
, _
ByVal
remoteFileName
As
String
_
)
[C#]
public
void
DownloadFile(
string
localFileName
,
string
remoteFileName
);
See Also
WebDavClient Class
|
NAnt.VSNet Namespace