Click or drag to resize

FtpUploadUnique(Stream) Method

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

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public string UploadUnique(
	Stream source
)

Parameters

source  Stream
The source data stream.

Return Value

String
Name of the newly created unique file on the server.
Remarks
Some servers support this command incorrectly (MS FTP).
See Also