conaito PPT2Flash SDK 3.7

FtpClient.Download(String) Method

Download a file to the Assembly's local directory, keeping the same file name.

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

Parameters

remFileName

See Also

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