Rename File/Folder

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

The Rename File/Folder activity is used in a runbook to rename a file or folder 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.

Rename File/Folder Required Properties

Element

Description

Valid Values

Path

The relative or absolute path of the file or folder to rename. Absolute paths can be used provided the FTP server supports this feature.

String

New Name

The new name of the file or folder.

String

Type

Determines the rename operation. Select Folder for renaming a folder. Select File for renaming a file.

Folder

File

Rename File/Folder Published Data

Element

Description

Valid Values

New Name

The new name of the file or folder.

String

Path

The relative or absolute path of the file or folder to rename.

String

Previous Name

The previous name of the file or folder.

String

Type

The rename operation type

Folder, File

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