Salesforce

FTP (Magic xpi 4.14)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

FTP (Magic xpi 4.14)

This connector provides access to files and folders on the remote server using FTP protocol. It lets you add FTP operations in the Business Processes to manage file transfers reliably and efficiently to and from the FTP server.

It facilitates the use of remote computers and protects you from file storage variations.

The connector key features include:

· Managing FTP connections using FTP resource with authentication support

· Secure connectivity with SFTP protocol

· Multiple locale support

· Read, write and delete file operations on the FTP server

· Additional support for Multi Get, Put and Delete

· Compatibility with Local Agent (Since version: 4.13.2)

You can use the component to run any of these FTP operations:

Methods from the Interface

Command

Operation

Append File

PUTA

Appends a single file from the local directory to an existing remote server file.

Change Directory

CD

Changes the working directory on the remote server.

Delete File

DEL

Deletes a single file on the remote server.

Directory Listing

DIR

Shows the contents of a single directory on the remote server.

Output is stored in the Operation table’s Opr_Data field. This table is only used for the Internal method.

Get File

GET

Transfers a single file from the remote server to the local directory.

Get Operating System

OS

Retrieves the server’s operating system type.

Output is stored in the Operation table’s Opr_Data field. This table is only used for the Internal method.

Make Directory

MK

Creates a directory on the remote server.

Multi Del

MDel

Deletes multiple files from a remote server directory.

Multi Get

MGet

Gets multiple files from a remote server directory.

Multi Put

Mput

Puts multiple files on a remote server directory.

Put File

PUT

Transfers a single file from the local directory to a remote server.

Remove Directory

RM

Deletes a directory on the remote server.

Rename File

REN

Renames a single file or directory on the remote server.

Related Topics

Reference
Attachment 
Attachment