These methods download data from a file on the server to a byte array.

List of overloaded methods

Downloads data in a byte array from the remote server specified by the URI.

[Visual Basic] Public Function FtpDownloadFileToByteArray(String) As Byte()
[C#] public byte[] FtpDownloadFileToByteArray(string)

Downloads data in a byte array from the remote server specified by the URI.

[Visual Basic] Public Function FtpDownloadFileToByteArray(System.Uri) As Byte()
[C#] public byte[] FtpDownloadFileToByteArray(System.Uri)

Downloads data in a byte array from the remote server specified by a host name and path.

[Visual Basic] Public Function FtpDownloadFileToByteArray(String, String) As Byte()
[C#] public byte[] FtpDownloadFileToByteArray(string, string)

Downloads data in a byte array from the remote server specified by a host name, path, and port number.

[Visual Basic] Public Function FtpDownloadFileToByteArray(String, String, Integer) As Byte()
[C#] public byte[] FtpDownloadFileToByteArray(string, string, int)

See Also

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

 

The ImageKit WPF is created by Newtone Corporation