FTPUploadStep
public sealed class FTPUploadStep : FTPActionStepUploads a local directory tree to a configured FTP or SFTP destination.
Constructors
Section titled “Constructors”
FTPUploadStep()
Section titled “FTPUploadStep()”public FTPUploadStep()Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Connects to the configured FTP or SFTP server and uploads the selected local directory tree to the remote target.
Parameters
| Name | Type |
|---|---|
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Threading.Tasks.Task