This method downloads data on the FTP server to a local file.

Overload list

This method downloads data on the FTP server with specified URI to a local file.

[Visual Basic] Public Function DownloadFile(String, String) As Boolean
[C#] public bool DownloadFile(string, string)

This method downloads data on the FTP server with specified URI to a local file.

[Visual Basic] Public Function DownloadFile(System.Uri, String) As Boolean
[C#] public bool DownloadFile(System.Uri, string)

This method downloads data on the FTP server with specified host name and path name to a local file.

[Visual Basic] Public Function DownloadFile(String, String, String) As Boolean
[C#] public bool DownloadFile(string, string, string)

This method downloads data on the FTP server with specified host name, path name and port number to a local file.

[Visual Basic] Public Function DownloadFile(String, String, Integer, String) As Boolean
[C#] public bool DownloadFile(string, string, int, string)

See Also

Ftp Class | Ftp Members


The ImageKit.NET3 is created by Newtone Corporation