conaito PPT2Flash SDK 3.7

FtpClient.Download(String, String) Method

Download a remote file to a local file name which can include a path. The local file name will be created or overwritten, but the path must exist.

[Visual Basic]
Public Overloads Sub Download( _
   ByVal remFileName As String, _
   ByVal locFileName As String _
)
[C#]
public void Download(
   string remFileName,
   string locFileName
);

Parameters

remFileName
locFileName

See Also

FtpClient Class | Conaito.PPLibrary Namespace | FtpClient.Download Overload List