conaito PPT2Flash SDK 3.7

FtpClient.Download(String, Boolean) Method

Download a remote file to the Assembly's local directory, keeping the same file name, and set the resume flag.

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

Parameters

remFileName
resume

See Also

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