After you create an external FTP pickup or delivery, you view and modify the fields that define the object.
c:\data\inbox
). Files are uploaded to this directory. When fully written, files are moved to the pickup directory for retrieval.c:\data\pickup\inbox
c:\data\pickup\.inbox
dabeed45_4cb.edi
z47e4120_4ce
filename_c4
. ftpcommandset.xml
. This field lets you specify a different command set file. In most cases you can use the default value. Changing this is only for advanced FTP users with specialized needs.filereg.xml
in <install directory>\conf
that points to another file in the conf directory. The following is the entry in filereg.xml
for the default ftpcommandset.xml
file:<File name="ftpcommandset.xml" path="conf/ftpcommandset.xml"/>
filereg.xml
. For example, if your new command set is called myftpcommandset.xml
, enter that name in the field and add the following entry to filereg.xml
:<File name="myftpcommandset.xml" path="conf/myftpcommandset.xml"/>
* |
One or more characters. |
? |
Any single character. |
[ ] |
Matches any single character within the brackets. For example, r[aou]t matches rat, rot and rut. |
, |
Commas can be used as and/or operators within brackets (for example, r[a,o,u]t). |
- |
Use hyphens within brackets to specify ranges of letters or numbers. For example, [0-9] is for any number between 0 and 9, and [A-Za-z] is for any upper- or lower-case letter. |
. |
Use the character dot to separate the file name and extension. For example, *.txt. |
| |
Use the pipe character to separate multiple file name formats. For example, *.edi|*.txt|[a,b,c]?.xml. |
conf\log4j.properties
:log4j.category.com.cyclonecommerce.tradingengine
\<install directory>\common\data\backup
, unless you specify otherwise. ftpcommandset.xml
. This field lets you specify a different command set file. In most cases you can use the default value. Changing this is only for advanced FTP users with specialized needs. filereg.xml
in <install directory>\conf
that points to another file in the conf directory. The following is the entry in filereg.xml
for the default ftpcommandset.xml
file:<File name="ftpcommandset.xml" path="conf/ftpcommandset.xml"/>
filereg.xml
. For example, if your new command set is called myftpcommandset.xml
, enter that name in the field and add the following entry to filereg.xml
:<File name="myftpcommandset.xml" path="conf/myftpcommandset.xml"/>
* |
One or more characters. |
? |
Any single character. |
[ ] |
Matches any single character within the brackets. For example, r[aou]t matches rat, rot and rut. |
, |
Commas can be used as and/or operators within brackets (for example, r[a,o,u]t). |
- |
Use hyphens within brackets to specify ranges of letters or numbers. For example, [0-9] is for any number between 0 and 9, and [A-Za-z] is for any upper- or lower-case letter. |
. |
Use the character dot to separate the file name and extension. For example, *.txt. |
| |
Use the pipe character to separate multiple file-name formats. For example, *.edi|*.txt|[a,b,c]?.xml. |
conf\log4j.properties
:log4j.category.com.cyclonecommerce.tradingengine
\<install directory>\common\data\backup
, unless you specify otherwise.