Delete File

Applies To: System Center 2012 R2 Orchestrator, System Center 2012 SP1 - Orchestrator

The Delete File activity is used in a runbook to delete a file on a FTP server.

This activity publishes all of the data from the required properties into published data.

The following tables list the required properties and published data for this activity.

Delete File Required Properties

Element

Description

Valid Values

File Path

The path of the file to delete. The asterisk (*) will match any number of characters. The question mark (?) will match any one character.

String

Delete File Published Data

Element

Description

Valid Values

Count

The number of files deleted.

Integer

Deleted File

The file path for each file deleted.

String

File Path

The path of the file to delete.

String

Certificate Path (FTP)

The file path for the certificate.

String

Connection Type

The FTP connection type used to connect to the FTP server.

Normal

ImplicitSslTls

NormalWithExplicitSsl30Authentication

NormalWithExplicitTlsSsl31Authentication

SFTP

HTTP Proxy Port (FTP)

The port used to connect to the HTTP proxy server.

Integer

HTTP Proxy Server (FTP)

The IP address or computer name of the HTTP proxy server.

String

HTTP Proxy Username (FTP)

The user name used to connect to the HTTP proxy server.

String

Log

Detailed FTP log.

String

Port

The port used to connect to the FTP server.

Integer

Server

The IP address or computer name of the FTP server.

String

Timeout

The time to wait before a FTP operation times out.

Integer

Transfer Type (FTP)

The transfer type used by FTP.

Passive

Active

Username

The user name used to connect to the FTP server.

String

See Also

Other Resources

Using Runbooks in System Center 2012 - Orchestrator