| FtpUploadUnique Method (Stream) |
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.22214.1022
Syntax public string UploadUnique(
Stream source
)
Public Function UploadUnique (
source As Stream
) As String
public:
String^ UploadUnique(
Stream^ source
)
member UploadUnique :
source : Stream -> string
Parameters
- source
- Type: System.IOStream
The source data stream.
Return Value
Type:
StringName of the newly created unique file on the server.
Remarks
Some servers support this command incorrectly (MS FTP).
See Also