Configuring Java CAPS Project Components for Communication Adapters

FTP Raw Commands (BatchFTP Connectivity Map)

FTP raw commands are commands that are sent directly to the FTP server.

The FTP Raw Commands section of the BatchFTP Connectivity Map properties contains the top-level parameters displayed in this table.

Table 15 Connectivity Map - BatchFTP - FTP Raw Commands

Name 

Description 

Required Value 

Post Transfer Raw Commands

Specifies the FTP raw commands to be used directly after the file-transfer command. For example, some SITE commands use a ; (semi-colon) to separate the command set, as displayed in this example,


SITE RECFM=FB;SITE LRECL=50;SITE BLOCKSIZE=
32750;SITE

    TRACKS;SITE PRI=5;SITE SEC=5

These commands are sent one by one, in the sequence they are listed. 


Note –

Certain combinations of post-transfer raw commands can cause the loss of data if there is a failure on the FTP server. For example, if the inbound post-transfer command is Delete , and your post-transfer raw commands fail, the deleted file is not recoverable.


One or more valid FTP raw commands. 


Note –

These commands are sent to the FTP server directly and are not interpreted by the adapter in any way.


Pre Transfer Raw Commands

Specifies the FTP raw commands to be used directly before the file-transfer command. For example, some SITE commands use a ; (semi-colon) to separate the command set,


SITE RECFM=FB;SITE LRECL=50;SITE BLOCKSIZE=
32750;SITE

    TRACKS;SITE PRI=5;SITE SEC=5

These commands are sent one by one, in the sequence they are listed. 

One or more valid FTP raw commands. 


Note –

These commands are sent to the FTP server directly and are not interpreted by the adapter in any way.


Where to Go Next

Sequence Numbering (BatchFTP Connectivity Map).

More Information

Related Topics

For links to the other topics for this Adapter, go to Related Topics for Sun Adapter for Batch/FTP.