Click or drag to resize

FtpUploadUnique Method (Byte)

Uploads the content of the local file to the file with unique name on the server.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public string UploadUnique(
	byte[] data
)

Parameters

data
Type: SystemByte
The source data.

Return Value

Type: String
Name of the newly created unique file on the server.
Remarks
Some servers support this command incorrectly (MS FTP). Microsoft FTP Service does not return the filename in passive mode: 125 Data connection already open; Transfer starting.
See Also