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; } |