FTPOperations

This function has been deprecated.

Each operation type now has its own function:


FTPOperations performs one of a selection of basic file operations.

Properties

Type

The type of FTP connection to create. Possible values are FTP (default), FTPS or SFTP.

Note: FTPS uses explicit FTPS except where port 990 is specified when implicit FTPS is used.

Connection

Connection values to connect to the FTP server.

Host

The address of the FTP-site.

Port

The port number to connect to.

Authentication type

The authentication method to use (Anonymous or Basic).

Username

The username to use to authenticate.

Password

The password to use to authenticate.

Timeout

Period in seconds to establish a connection.

Operation

The file operation to perform.

  • Delete file deletes the specified file.
  • Move moves the specified file or directory.
  • Create directory creates a new empty directory at the specified path.
  • Remove directory deletes the specified directory (provided it is empty).

Remote path

The path to the file or directory on the FTP-site to operate on.

Move to

The full remote path (directory and file name) where the file or directory will be moved (visible if Move is selected for the Operation).

Wikipedia: File Transfer Protocol