These methods upload data in a byte array to a file on the remote server.
List of overloaded methods
Uploads data in a byte array to a file on the remote server specified by the URI
[Visual Basic] Public Function FtpUploadByteArrayToFile(String, Byte()) As Boolean
[C#] public bool FtpUploadByteArrayToFile(string, byte[])
Uploads data in a byte array to a file on the remote server specified by the URI
[Visual Basic] Public Function FtpUploadByteArrayToFile(System.Uri, Byte()) As Boolean
[C#] public bool FtpUploadByteArrayToFile(System.Uri, byte[])
Uploads data in a byte array to a file on the remote server specified by a host name and path.
[Visual Basic] Public Function FtpUploadByteArrayToFile(String, String, Byte()) As Boolean
[C#] public bool FtpUploadByteArrayToFile(string, string, byte[])
Uploads data in a byte array to a file on the remote server specified by a host name, path, and port number.
[Visual Basic] Public Function FtpUploadByteArrayToFile(String, String, Integer, Byte()) As Boolean
[C#] public bool FtpUploadByteArrayToFile(string, string, int, byte[])
See Also
ImageKit.File Members | Newtone.ImageKit.Win.ImageKit