Specifies FTP command for uploading files. STOR is used by default.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Property UploadCommand As String Get Set |
C# |
---|
public string UploadCommand { get; set; } |