Skip to content

FTPUploadStep

ClassAssetInventoryAssetInventory.Editor
public sealed class FTPUploadStep : FTPActionStep

Uploads a local directory tree to a configured FTP or SFTP destination.

public FTPUploadStep()

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