XenoGuard 4.0 Documentation

Move

ActionStep Reference » Windows » Network » FTP » File » Move 

The ActionStep FTP File Move transfers a file to a specified target directory via File Transfer Protocol (FTP).


[-] Hide
  1. Open the Windows node in the Workspace Explorer.
  2. Open the Network node.
  3. In the FTP node, select the File node.
  4. In the File node, select the Move ActionStep.

Parameters:

The ActionStep has the following input parameters:


name Description
Server Address
The host name or IP address of the FTP server.

Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter, Enum]
User
The name of the user in the FTP server.

Allowed Context Scopes
[Fixed, Local, Global]
Allowed Context Types [Variable, Parameter, Enum]
Password
The password of the user in the FTP server.

Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter, Enum]
Protocol Type
The type of protocol to use for transferring the files.

Accepted Protocols: File Transfer Protocol (FTP) and Secure File Transfer Protocol (SFTP)

Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter, Enum]
Source Path Name
The path name of the file to be moved.

Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter, Enum]

Target Path Name
The path name of the target file.

Allowed Context Scopes
 [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter, Enum]

Results:

The ActionStep returns the following results:


name
description
Target Path Name
The path name of the transferred file.

Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter]

Example 1 (Transfer files from an FTP directory to another):

This example retrieves the content list from a directory of a remote device. If the directory contains files, each file is then iterated from the remote directory and transferred to another directory of the same remote device. The path of the transferred file is displayed via Message Box.


See other FTP File operations:

Download
Upload
Delete
Rename
Get Information
Permission