Specifies FTP command for uploading files. STOR is used by default.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public Property UploadCommand As String
	Get
	Set
C#
public string UploadCommand { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also