 | FtpUploadUnique(Byte) Method |
Uploads the content of the local file to the file with unique name on the server.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic string UploadUnique(
byte[] data
)
Public Function UploadUnique (
data As Byte()
) As String
public:
String^ UploadUnique(
array<unsigned char>^ data
)
member UploadUnique :
data : byte[] -> string Parameters
- data Byte
- The source data.
Return Value
StringName 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