These methods download a file from an FTP server.

Overload List

This method downloads a file from an FTP server specifying the remote URI and the local filename.

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

This method downloads a file from an FTP server specifying the remote URI and the local filename

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

This method downloads a file from an FTP server specifying the host name, the remote URI and the local filename

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

This method downloads a file from an FTP server specifying the host name, the remote URI, the port number, and the local filename

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

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit


The ImageKit WPF is created by Newtone Corporation