/n software BizTalk Adapters V4 - Online Help
Available for:
/n software BizTalk Adapters V4
Questions / Feedback?

AfterPut Property

A set of FTP commands to be executed after the files are uploaded to the server.

Data Type

String

Default Value

""

Remarks

AfterPut is a script that is executed immediately following each successful FTP PUT operation.

In the Send adapter, this is executed after outgoing AS3 files are uploaded.

In the Receive adapter, this is executed after outgoing MDN files are uploaded.

The script may contain any number of standard FTP commands.

Each line in the script is treated as a single command. By default, if the adapter encounters any errors while executing a command, it will log the error message and will continue to process the script. This behavior can be turned off by inserting "ONERROR FAIL" at any point in the script, which will cause the script to terminate on error but will not interrupt the normal operation of the adapter. The default behavior can be restored at any point in the script by inserting the line "ONERROR RESUME".

Valid additional scripting commands are listed below:

cd PathChange the remote directory to the specified path.
del FilenameDelete the specified file from the remote server.
mkdir DirectoryCreate the specified remote directory on the server.
rn Filename NewFilenameRename the remote file specified by Filename to the NewFilename.
move Filename NewFilenameMove the remote file located at Filename to the NewFilename.
rm FilenameRemove the specified file from the remote server.
rmdir DirectoryRemove the remote directory from the server.

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