conaito PPT2Flash SDK 3.7

FtpClient.Download Method

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

Overload List

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

public void Download(string)

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

public void Download(string,bool)

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.

public void Download(string,string)

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

public void Download(string,string,bool)

See Also

FtpClient Class | Conaito.PPLibrary Namespace