/n software Workflow Activities V4 - Online Help
Available for:
/n software Workflow Activities V4
Questions / Feedback?

FTP Activities

Properties   Configuration Settings  

The FTP Activity adds SSL-enabled FTP send and receive capabilities to your WorkFlow.

Remarks

The FTP Activity adds a complete FTP client to your WorkFlow that enables it with plaintext or SSL-secured file download and upload capability.

FTP Receive Activity

The FTP Receive Activity requires that a single property be set: FTPServer. You may also set an FTPPort if the server is not set to the default protocol port. If your FTP server requires authentication, you should set the User, Password and/or Account properties. If you wish to enable SSL, you can turn it on by setting an appropriate SSLCert and SSLStartMode as well as supplying an SSLAcceptServerCert.

The activity will connect to the FTP server and list the directory specified by RemotePath. All files that match the FileMask will be downloaded and submitted to the WorkFlow as individual messages. In order to guarantee that files are not downloaded multiple times, you may set the DeleteMode. If you wish to do any other PRE- or POST-GET operation, you can specify them as scripts through the BeforeGet and AfterGet properties, respectively.

FTP Send Activity

The FTP Send Activity requires both an FTPServer and a RemoteFile. If your server does not operate on the default FTP port, you will need to specify the correct port via FTPPort. For servers that do not allow anonymous uploads, you may also need to set User, Password, and/or Account. To enable SSL, you should select a client SSLCert and a SSLAcceptServerCert as well as an SSLStartMode.

The activity will connect to the FTP server whenever it has a message to send. The activity will attempt to upload to the specified RemotePath. In order to prevent parallel processing by another application before your upload is complete, you may need to set a temporary extension via TemporaryUploadExtension. If Overwrite is set to True, the activity will delete or overwrite remote files as necessary to complete the operation.

If you wish to do any other PRE- or POST-PUT operation, you can specify them as scripts through the BeforePut and AfterPut properties, respectively.

Please refer to the section on adapter configuration for a description of how to configure receive locations and send ports for this adapter.

Receiver Property List


The following is the full list of the properties of the receiver activity with short descriptions. Click on the links for further details.

AccountThe user Account for login.
AfterConnectA set of FTP commands to be executed immediately after connecting to the FTPServer .
AfterGetA set of FTP commands to be executed after the GET.
BeforeGetA set of FTP commands to be executed before the GET.
DeleteControls if the remote file is deleted after download.
DirListCollection of entries resulting in the last directory listing.
FileMaskIndicates the type of files to download from the FTP server.
FirewallA set of properties related to firewall access.
FTPPortThe port for the FTP service (default is 21).
FTPServerThe domain name or IP address of the FTP server.
LocalDirectoryThe directory on the local machine to write downloaded files to.
LogFileThe file to write logging information to at runtime.
LogModeWhat information gets logged during activity execution.
OperationThe operation which will be executed by the FTP task.
OtherDefines a set of configuration settings to be used by the activity.
OverwriteWhether or not the activity should overwrite files during transfer.
PassiveControls whether to direct the server into passive mode. Recommended if behind a firewall.
PasswordThe password for login.
PersistentConnectionInstructs the activity whether to keep the connection to the server open.
RemotePathThe current path in the FTP server.
RuntimeLicenseSpecifies the activity runtime license key.
SSLAcceptServerCertInstructs the activity to unconditionally accept the server certificate that matches the supplied certificate.
SSLAcceptServerCertAcceptAnyTells the activity to accept any server certificate.
SSLCertThe certificate to use for client authentication during the SSL handshake.
SSLStartModeDetermines how the activity starts the SSL negotiation.
TimeoutA timeout for the activity.
TransferModeThe transfer mode (ASCII or Binary). If the value is 0 (default), the initial server mode will be used.
UserThe user id for login.
UseSimpleDirListInstructs the activity to issue the NLST command instead of LIST.

Sender Property List


The following is the full list of the properties of the sender activity with short descriptions. Click on the links for further details.

AccountThe user Account for login.
AfterConnectA set of FTP commands to be executed immediately after connecting to the FTPServer .
AfterPutA set of FTP commands to be executed after the PUT.
AppendWhether or not the activity should append data to the RemoteFile .
BeforePutA set of FTP commands to be executed before the PUT.
FirewallA set of properties related to firewall access.
FTPPortThe port for the FTP service (default is 21).
FTPServerThe domain name or IP address of the FTP server.
LocalFileThe path to a local file for upload.
LogFileThe file to write logging information to at runtime.
LogModeWhat information gets logged during activity execution.
OtherDefines a set of configuration settings to be used by the activity.
OverwriteWhether or not the activity should overwrite files during transfer.
PassiveControls whether to direct the server into passive mode. Recommended if behind a firewall.
PasswordThe password for login.
PersistentConnectionInstructs the activity whether to keep the connection to the server open.
RemoteFileThe name of the destination file on the FTP server for uploading.
RemotePathThe current path in the FTP server.
RemoteTempPathA temporary directory on the server to store files before moving them to RemotePath .
RuntimeLicenseSpecifies the activity runtime license key.
SSLAcceptServerCertInstructs the activity to unconditionally accept the server certificate that matches the supplied certificate.
SSLAcceptServerCertAcceptAnyTells the activity to accept any server certificate.
SSLCertThe certificate to use for client authentication during the SSL handshake.
SSLStartModeDetermines how the activity starts the SSL negotiation.
TimeoutA timeout for the activity.
TransferModeThe transfer mode (ASCII or Binary). If the value is 0 (default), the initial server mode will be used.
UserThe user id for login.
UseSimpleDirListInstructs the activity to issue the NLST command instead of LIST.

Configuration Settings


The following is a list of configuration settings for the activity with short descriptions. Click on the links for further details.

DirEntryPatternAllows the use of regular expressions to parse non-standard directory entry formats.
CheckFileExistsWhether to check if the remote file exists before uploading.
PortRangeAllows the specification of a port range the activity listens to.
RenameToA filename to which RemoteFile will be renamed.
RenameModeThe condition under which RenameTo is used.
TemporaryDownloadExtensionAn extension to be appended during download.
TemporaryUploadExtensionAn extension to be appended during upload.
ReuseSSLSessionInDIWhether the SSL session will be reused for the DI connection.
ReusePISSLSessionInDIWhether the PI SSL session will be reused for the DI connection.
UseClearCommandChannelAllows for the Clear Command Channel (CCC) command.
UseClearDataChannelAllows for the PROT C command.
UseFSwitchSpecifies whether or not the -F parameter is used when listing directory contents.
UseMLSDUses listings for machine processing.
UseProtWhenImplicitSends PROT P to the server.
UseRemoteHostAddressForPassiveInstructs the activity to use the FTPServer in passive mode.
UseModeZAllows compression to be used when transferring data.
ModeZCompressionLevelUsed to specify the level of compression used.
SSLEnabledProtocolsUsed to enable/disable the supported security protocols.
AbsoluteTimeoutDetermines whether timeouts are inactivity timeouts or absolute timeouts.
LocalHostThe name of the local host or user-assigned IP interface through which connections are initiated or accepted.
TcpNoDelayWhether or not to delay when sending packets.
UseManagedSecurityAPITells the activity whether or not to use the system security libraries or a managed implementation.
PersistedConnectionTimeoutHow long to leave a persisted connection alive.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.5.6240.0